• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

Implementation of Buttons in android

 
Ranch Hand
Posts: 85
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
See where your hand is? Not there. It's next to this tiny ad:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic