Android - EditText for status notification

Does anyone know if I can insert an EditText (to insert text) into an Android notification? I would like the button to press the button and the text when the button is pressed, and then return the text in the editor.

Is it possible? Thanks

+7
source share
3 answers

This can be done in Bean jelly, but, as far as I know, in the version before that. Since it is built into the Android system, it should be considered an acceptable practice.

From the Android blog:

Bidirectional text support: Android 4.1 helps you attract more users by supporting bidirectional text in TextView and EditText.

Android blog post mentioning this feature

Here you can find out about Creating a Custom Notification Layout "

0
source

But it was good if you use a PDF reader, and at the same time you need to use a dictionary, then it’s good to type a word in a text field and get its value instead of moving from one application to another.

0
source

Is this a good user interface? I do not think that people expect to write something in the notification. This will confuse them. Why don't you have a button that will open your application and allow the user to enter?

-4
source

All Articles