hi, I am a iOS developer, coming new to the land of android, ;) I have started my android app, and tested some of the components, but have problem implementing the structure and a few things...
I need to make my android app, very similar to my iPhone app, as to use the same artwork, and keep same design so my iPhone app works like this: tabs, that go to different categories, the category index [tab] is a list [table] that when tapped a cell goes to a view relating that cell, so if there are 5 items if user taps item 4 it goes to that view, and if a swipe is detected it will go to another view in this stack of views for that tab. For my Android app, I have tried with a tab host that loads different fragments, and then in one tab for example I show a listFragment that when tapped goes to another fragment , all working so far, but when I want to scroll left or right to have another fragment for that tab, I have a problem, knowing how to implement this, I tried first by sensing when a swipe happens[but cannot detect the swipe] SO question<http://stackoverflow.com/questions/10875485/android-swipe-not-detected-inside-a-fragment> also, I have looked at the view pager, but don't understand where to place it? on the listFragment? 2.. the second problem i Have with fragments is: i need to show a frame by frame animation [works in an activity], but when I haven't figured out yet how to place it on my fragment? SO question about animation on fragment<http://stackoverflow.com/questions/10876468/android-frame-by-frame-animation-on-fragment> So what approach to use to solve my navigation and animation problems? Thanks! -- 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

