I am developing a Music Player and I have a view flipper to control all the artist view, album view, so on and so forth. What I am doing now is that I have list view in each view of the view flipper. However, I do not want to put all my codes inside one activity but rather, to have different activities for each view. Is that possible to implement?
A:
However, I do not want to put all my codes inside one activity but rather, to have different activities for each view.
Please don't do this. Not only is it not possible, but the other place where this is sorta supported (TabHost
), it wastes RAM and CPU.
CommonsWare
2010-07-16 01:39:26