I am assuming that the Android Market app source code is closed but I have a few questions regarding this:
- Why didn't they follow the tabbed UI design which is normally followed? (Is it only because they had more activities to display?)
- How would I go about designing an app like this? I first set up the gallery view and attach an onClick event listener to it. But, upon receiving a click, what should I do? Do I have to use a framelayout or something?
Thanks