Re: [android-beginners] Way To develope the android application ?

2010-06-03 Thread mayank bisht
Thanks Sean On Thu, Jun 3, 2010 at 8:53 PM, Sean Hodges wrote: > Well, if you want to read about design patterns, the one book you > should make sure you read is: > > "Design patterns : elements of reusable object-oriented software" > > http://www.amazon.co.uk/Design-patterns-elements-reusable-o

Re: [android-beginners] Way To develope the android application ?

2010-06-03 Thread Sean Hodges
Well, if you want to read about design patterns, the one book you should make sure you read is: "Design patterns : elements of reusable object-oriented software" http://www.amazon.co.uk/Design-patterns-elements-reusable-object-oriented/dp/0201633612/ref=sr_1_1?ie=UTF8&s=books&qid=1275578028&sr=1-1

Re: [android-beginners] Way To develope the android application ?

2010-06-03 Thread mayank bisht
Thanks Sean, for your cooperation i want to read design pattern can u tell me some books for that ? i hope i will not disturb u again but as i am new in android and i don't have any experience in mobile development On Thu, Jun 3, 2010 at 1:36 PM, Sean Hodges wrote: > That is one valid way to deve

Re: [android-beginners] Way To develope the android application ?

2010-06-03 Thread Sean Hodges
That is one valid way to develop an app, yes. Also, you could perform the web service retrieval/parsing in the background using a Handler or ASyncTask, and store the downloaded data in a database/file so that you don't need to re-download it every time the screen orientation changes. startActivity

[android-beginners] Way To develope the android application ?

2010-06-03 Thread mayank bisht
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 applica