user2849590
user2849590

Reputation: 3

How to implement an home screen icon behaving as button in android?

I am thinking for something and having no idea how feasible that idea is.

I want to create an icon on home screen and when user clicks on it the icon lights up(Showing the app is ON) otherwise it's not.

Can anyone with any idea weather it's feasible or not. if... Yes! then how to implement this.

Thank you in Advance.

Upvotes: 0

Views: 33

Answers (1)

CommonsWare
CommonsWare

Reputation: 1006674

Write a home screen app widget that implements your desired UI and functionality.

Upvotes: 1

Related Questions