I have an application in which on front screen there are 7 buttons.Through these seven buttons navigate to different screens. But on all screens these buttons will be appear in lower portion so how should I have to develop this application. My way
1:- I am creating an activity for starting application as all do nothing new. 2:- Then on clicking on any button i again call " startActivityforResult(intent) " for every button . 3:- I am just taking data from web services and parsing data and show it on screens. My Question :- 1:- So i want to know is this right way or standard way to develop an application ? 2:- and what will happen in my application if i develop it in this way ? 3:- If it is not correct then plz tell me the way how should I develop my application 4:- Is there any design pattern for android application development ? 5:- where i can found the design patterns ? -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to android-beginners+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en