ただのまっさらなメモ帳 Android

ただのまっさらなメモ帳

By: kasouzou App
A completely blank app with no borders or buttons whatsoever. With zero visual noise, it's ideal for recording keyboard demo videos and testing functionality.

Overview

Features & Capabilities

Why is an app as minimalist as its name suggests—"Just a Blank Notepad"—necessary in today's world? We will explain in detail its overwhelming significance, the intentions behind its development, and the technical mechanisms it employs. At first glance, this app may appear to be a simple application with no functionality, just a white screen. However, hidden beneath this lies meticulous calculation and the "aesthetics of subtraction," designed to fulfill the earnest desires of app developers, UI/UX designers, and creators who pursue visual beauty.

First, we will delve deeply into what fundamentally differentiates "Just a Blank Notepad" from the numerous notepad apps and text editors available today. Currently, if you open an app store, you'll find countless multi-functional and convenient notepads. There are those with cloud synchronization, Markdown support, real-time character counting, and the ability to switch backgrounds to beautiful gradients or sophisticated dark modes—the list goes on and on. These are all excellent products, incredibly useful for everyday note-taking and work task management.

However, the moment you think, "I want to film a video demonstrating my custom keyboard or a newly built keyboard extension and share it publicly," a problem arises: all those wonderful features transform into "distracting noise on the screen." Typical notepad apps almost always have a toolbar at the top of the screen displaying an arrow to return to the note list, a save button, a share icon, or the app's title. Furthermore, looking at the text input area, you'll find borders and underlines that change thickness and color depending on the focus, following Material Design guidelines, and pre-inserted placeholders like "Enter text here" in light gray. While these are user-friendly UI elements for everyday use, they distract viewers' attention from the keyboard during keyboard demo videos.

The parts we most want to showcase to viewers are the smooth input of text from the keyboard, the moment custom extensions pop up, and the intelligent switching of predictive text. However, the toolbar at the top of the screen and the unnecessary design elements around the input field detract from the overall professional impression of the video. Therefore, it was necessary to completely eliminate all design elements on the screen and create an edge-to-edge world of only text and background. That was the starting point for developing this "blank notepad."

To achieve this "100% pure blank slate," we also paid very close attention to the technical approach. When implementing a text input field using Jetpack Compose, the standard UI building framework for Android, it's common practice to use components like TextField or OutlinedTextField. These are extremely useful in typical app development because they allow you to implement a sophisticated input field with just a few lines of code. However, to achieve our goal of a "blank slate," these components are excessive in terms of functionality. This is because, by default, it has built-in features such as a light gray background and a brightly glowing brand-colored underline when focused. Trying to hide these individually using properties would require cumbersome configuration to completely remove them, resulting in bloated and unsightly internal code.

Therefore, this app adopts BasicTextField. This component is excellent because it provides a "text input field with just its framework," before any Material Design embellishments or embellishments are added. It has no background color, no underline, and not even an animation when focused. It's truly a pure component with only the minimal responsibility of receiving text when the user interacts with the keyboard and rendering it on the screen. By expanding this to fill the entire screen size, the ultimate input space is created, where there are no borders or outlines, and the text appears to float in space. From the perspective of encapsulation and loose coupling design, it's an incredibly smart structure because it doesn't rely on unnecessary decorative logic and focuses solely on the single responsibility of inputting and holding text.

Furthermore, while this app has an extremely simple appearance, meticulous attention has been paid to its internal behavior and control as an Android system. Simply making the screen white and placing an input field would result in a critical problem: when the keyboard appears on a smartphone, the bottom half of the screen would be covered, hiding long sentences behind the keyboard. If text automatically wraps and becomes invisible behind the keyboard during demo video recording, it would necessitate reshoots and, more importantly, make the app difficult to use as a testing tool, causing significant stress.

To elegantly solve this problem, we have cleverly linked the app's manifest file (AndroidManifest.xml) and Compose modifiers. First, we explicitly specify android:windowSoftInputMode="adjustResize" for the target activity in the manifest. This allows the Android system to correctly interpret the command to "reduce the size of the entire app screen by the height of the keyboard when it appears." Furthermore, in the Compose layout, the Box component's Modifier, which manages the background, is given the .imePadding() property. This is extremely effective, as it captures information about the keyboard height sent from the system in real time and automatically inserts the optimal padding (margin) below the input field. As a result, the keyboard smoothly rises, and the input area is pushed upward in perfect synchronization with the system, ensuring that the text is always visible without being hidden. A major strength of this app is that it appears as a blank white page with no processing applied, while beautifully harmonizing with Android's window control in the background.

We will also explain in detail how this thorough noise elimination provides a powerful advantage in actual video production and promotion. When creating promotional videos for YouTube, social media, or app stores, the human eye is very sensitive. If there are even a few "static, fixed elements" or "meaningless symbols" on the screen, viewers will unconsciously be distracted by them. When you want to highlight the features of a newly developed keyboard extension, it's natural to want to draw 100% of the viewer's attention to the "most important aspects"—the keyboard's unique design, smooth gesture control, and convenient button layout.

In such cases, if the background app is "just a blank notepad," the top half of the screen will be completely blank, with only the beautifully typed text remaining. This maximizes the contrast ratio, making the keyboard app, dynamically moving in the bottom half of the screen, stand out to its fullest potential. For video editors, this also offers the advantage of significantly increased editing flexibility, as there's ample space from the start to add explanatory text or overlay graphics like arrows in the top half of the screen. This app perfectly fulfills its role as the "ultimate supporting actor," maximizing the impact of the keyboard, the star of the show.

User Growth & Download Statistics

App
By:
kasouzou
Downloads:
5
Version:
4.0 Last updated: 2026-05-31
Version code:
4
Creation date:
2026-05-31
Publisher country:
JP JP
Permissions:
  • com.android.vending.CHECK_LICENSE Safe
  • com.kasouzou.nonflavoredmemo.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION
Size:
22.42MB
Email:
ka*****@gmail.com
URLs:
Website ,Privacy policy
Full description:
See detailed description
Source:
Google Play Store
Data ingested on:
2026-07-30
Compare stats and ranking:

Contact the developer

Chrome-Stats does not own this Android app. Please use these information below to contact the Android app developer.
Developed by:
kasouzou
Google Play Store
https://play.google.com/store/apps/details?id=com.kasouzou.nonflavoredmemo
Email:
ka*****@gmail.com
Website:
https://kasouzou.com/

Best ただのまっさらなメモ帳 Alternatives

Here are some Android apps that are similar to ただのまっさらなメモ帳: