Cutless009
Lurker
Hey guys. Brand new here, and to Android development, but not development in general. I can currently write code in PHP, Javascript (and jQuery), AS3, Cold Fusion, etc etc and I am very strong in object-oriented programming. I'm looking to make my first android app, but I need somebody to explain the basics to me. I basically have a ton of small questions, and I'm sure I will have more along the way.
If you don't mind answering intelligent questions from a person who would rather learn than be told, please add me on any messenger (stephenriosdev*@hotmail/gmail/yahoo*).
My current questions are:
If anyone is feeling helpful I would really appreciate it if you could at least point me in the right direction. Thanks!
If you don't mind answering intelligent questions from a person who would rather learn than be told, please add me on any messenger (stephenriosdev*@hotmail/gmail/yahoo*).
My current questions are:
- Do all objects/layouts have to be added to a "stage" like in flash? (i.e. setContentView(object)

- Is there any positioning syntax that can be used or is it all like pos_x = (window.width/2)-(this.width/2) kind of stuff?
- I'm currently running Android SDK on Eclipse. I've set up an AVD, but for some reason I don't really have full functionality on it (ie, app drawer). Am I missing something? Is there a better/more usable emulator I should be using? Or should I just use my phone (Samsung Galaxy S II Epic 4g Touch)?
- My emulator shows an icon and the name of the app below the actual application bar with the name in it, is there a way to hide these?
- Can I hide the application bar that says the name?
- Is there a way to make each screen I intend to use a different activity, with one main activity running listeners and passing info as needed between them like in cold fusion?
- If each page were defined as an activity, when a user switches pages, would the other pages just maintain their current state, or would I have to store the state and use onResume()?
If anyone is feeling helpful I would really appreciate it if you could at least point me in the right direction. Thanks!