How to pop a bubble on other android apps? [closed] - android

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
When you are playing an app,time to alarm!If show a activity to remind you,it will disturb you!So,how to pop a bubble on other apps to remind you?

Create custom notification with builder or you can create view For chat head like bubble view you can use facebook like chat head Here is one sample for this chat head you have to modify the working functions as per your requirement. or there is one nice solution here

You can use a Notification that will live in the status bar until you click on it or swipe it away to dismiss.

Related

how to place an overlay screen in flutter app and ask user to payment pop-up to view courses? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 1 year ago.
Improve this question
how to ask users for purchase the teaching course modules with an overlay screen with pop-up payment gateway in flutter app?
user can see the screen content but cannot access it.
the screen should ask for pop-up menu to purchase the course.
I think AlertDialog widget is the one you are looking for.
You can find an example as well as code here : https://api.flutter.dev/flutter/material/AlertDialog-class.html

Where do different icons appear on Android? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 years ago.
Improve this question
I’m trying to figure out where different icon files appear on a device.
– For example, if the notification icon in the status bar is the same one that appears in the notification drawer. See attached image for more a better explaination.
Notification icons are set in the Notification.Builder
https://developer.android.com/reference/android/support/v4/app/NotificationCompat.Builder.html#setLargeIcon(android.graphics.Bitmap)
The difference in the picture on the right is because one shows a locked phone and the other shows unlocked.

Show instructions on how to use an app on Android [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
How do you show the user, how to use the app. Is there a tool or something which allows the user to learn how to use it, like a tutorial.
Or what would you do?
By the way, in my app, the user just needs to understand which button needs to be clicked. Basically, he must pick the correct button according to the background color.
To show or introduce your app to the user is called as show casing your app/views(we can say aka tutorial).
You can make your own showcasing animations but there are some libraries for that purpose
ShowCaseView
spotlight(my favourite one)
You can easily implement that by reading some more stuff about showcasing app or views

How to make recording button like WhatsApp? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I'm trying to create a button such as Whatsapp (for Android) to record audio, and with the same animation. But how should I do? With Floating Action Button of material design i can't.
did you saw the telegram code ? maybe you can find some "lights" https://github.com/DrKLO/Telegram
Check this link.
https://github.com/sarathnk/Audio
As suggested here:
How to create a whatsapp like recording button with slide to cancel

How to get information from the Android notification bar? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I want to make an Android app that sends a mail when i get something in my notification bar on my phone. I can´t find any information about how to check if there is something in the notification bar. Is this possible? If so, is this documented anywhere?
Write a NotificationListenerService. It will be notified as notifications come and go.

Categories

Resources