Hi, i'm newbie in Android (only 2 days), but i have experience with C#.NET.
i need to create application that shows a scrollable list of all contacts which has own image.
PLease, advice me some logic how to make it.
it should be like next layout:
'big image fills all screen with name of contact at bottom side',
so if user clicks on image i dial a number,
if user presses 'menu', i show edit form of contact.
main problem in that: i need by pressing Left/Right button show Previous/Next account.
i was thinking about opening activity by argument 'idcontact', but i don't know how i can get previous and next id's.
thank you everyone, who can help me.



