I have an activity and a layout having nine ImageButtons and activities(think all of these as sub apps) attached to it, I have some more additional ImageButtons and activities attached to those buttons(more sub apps), the user should be able to choose only nine activities(sub apps) for the main layout, is this possible.
If we want that activity choose the sub app else delete any of the activity(sub app) from the main screen.
For example
Like what we do on our windows desktop, whatever we want we keep as shortcut we keep it as icon and if we dont need we replace it or delete the icon, can same be reproduced in android.
Any help or pointers would be helpful.
thanks.