Andriod Tutorials or book recommendations?
Posted
by chobo2
on Stack Overflow
See other posts from Stack Overflow
or by chobo2
Published on 2010-04-22T03:20:30Z
Indexed on
2010/04/22
3:23 UTC
Read the original article
Hit count: 199
android
Hi
I want to an andriod 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
© Stack Overflow or respective owner