Hi I am developing an application to show/hide application according to user's choice.In my application, it will display all the applications installed on the device and there is check boxes for all the application listing . If the user select a Check box then that application will not show to the menu if already hidden then it will show, when the user presses the OK button. Is there any way to show/hide the application from android device.Can anybody tell me a way to solve this problem.
Asked
Active
Viewed 85 times
-6
-
i just want to hide/show installed application in the home screen according to user's choice – pranavjayadev Apr 18 '13 at 12:09
1 Answers
1
Yes, just create your own launcher/homescreen activity. Android is perfect for creating this kind of thing.
Refer to this question:
How can I create a custom home-screen replacement application for Android?

Community
- 1
- 1

Stephan Branczyk
- 9,363
- 2
- 33
- 49