posted 9 years ago
I am new in android and i don't know, anybody asked this question before me or no, anyway. I want to implementation a UI. this UI have several buttons in horizontal state and when i clicked on the first button, the program must go to another activity about first button, and then i clicked on the second button, the program must go to second activity and similarly. I don't know, How can implement this UI? Do i implement this UI with fragment or with Button view and swap between this button with intent in each activity? I mean, i have several buttons view in LinearLayout or i use fragment?? I read this but i can't understand how can i implement this UI.
Meanwhile i want the program be multiscreen.
Thanks for help and sorry if my question was duplicated. Sorry for my poor english
Cheers