On Wed, Oct 26, 2011 at 10:33 AM, newbee12 <[email protected]> wrote:
> can anyone help me locate a source code that do something simular to > this. I learn easiest by doing and testing and this is my 2nd day > codeing. > > Looking for an app (source code) that do some basic things 1. initial > screen with some text and small picture, click picture to get to next > page 2. the main page have 3 tabs, "tab1, tab2, tab2", when one tab is > clicked new page should open, this time showing a list of > items(column1 in excel), when one item i clicked more information is > revield (culumn2,3,4,5,6 in excel and column1 would be "headline" of > the new page). > > information is today availibe in excel files (can be converted to any > format) I would prefere if the "database" is offline, included in the > app > > i use eclipse api 10. > > not looking to steal someones code, just trying to learn > > cheers! > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en Look on the android dev guide for the "Hello, Tab" widget tutorial ( http://developer.android.com/guide/tutorials/views/hello-tabwidget.html) However, if this is your second day coding and you want to get a good handle on Android Dev, I'd recommend the following books: http://www.amazon.com/gp/product/1449393306/ref=s9_newr_gw_g14_ir05?pf_rd_m=ATVPDKIKX0DER&pf_rd_s=center-2&pf_rd_r=02TNNS9JEAQW09QSD6WH&pf_rd_t=101&pf_rd_p=470938631&pf_rd_i=507846 http://www.amazon.com/Android-Application-Development-Dummies-Felker/dp/047077018X/ref=sr_1_1?s=books&ie=UTF8&qid=1319661857&sr=1-1 http://commonsware.com/books (Mark Murphy is the author and frequently on this list helping people out like you and me) http://www.amazon.com/Reto-Meier/e/B002BMF4OC/ref=sr_ntt_srch_lnk_9?qid=1319661984&sr=8-9 (Reto's books are not for the faint of heart but damn, they are thorough) In addition to this list, you should also frequent Stack Overflow. http://stackoverflow.com/questions/tagged/android -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

