Hi
I want to an Android application(a port from a windows mobile phone) but I need to learn a couple things
- How to program for different screen sizes and resolutions (so my controls get bigger smaller or whatever)
- How to dynamically create controls such labels and checkboxes ( and checkbox listeners)
- How to create a menu
- How to create a context menu( a menu when you right click on the screen it pops up)
how to program for landscape and portrait mode
How to consume a webservice
Most of what I am after is mostly the display aspect as all my logic is on a webservice so I could port all my stuff to different phones faster.
So I am looking for tutorials or a book to get me up to speed to do these things