My first Android App By Benjamin Monjoie Created for the Java Lab SF http://www.javalabsf.net
             Road map Why Android ? Environment My first project My first screen Interact with the button Make a new window Make a simple list Conclusion
Why Android ? Google Java Easy development Good documentation iPhone killer ...
Environment Eclipse + SDK SDK runs on Windows, Mac OS, Linux Easy installation, more information on : http://developer.android.com/sdk/index.html
My first project
My first project
My first screen
Interact with the button First solution : in the layout main.xml MyfirstApp.java
Interact with the button Second solution : in the code MyfirstApp.java
Make a new window NewWindow.java AndroidManifest.xml
Make a new window MyfirstApp.java
Make a simple list NewWindow.java
Make a simple list newwindow.xml liste.xml
Conclusion

My First Android Application