mungaih pk
mungaih pk

Reputation: 1911

Home screen popup in android

I want to develop an app whereby once the user installs the app,an icon is set on the home screen.Thereafter if the user clicks on the icon,a small popup window displays and floats on the left of the home screen.One can then interact with the app from the popup or can click on a button on the popup and be redirected to the application. See the photos below. enter image description hereenter image description here

How do i achieve this?

Help will be highly appreciated.

Upvotes: 0

Views: 1480

Answers (1)

Sebastian
Sebastian

Reputation: 2718

What you'r showing can be achived by using the SYSTEM_ALERT_WINDOW permission. Take a look at a chathead tutorial to get started!

Upvotes: 1

Related Questions