Hello Android

Bryan Bishop <kanzure@gmail.com>

Dave Rauchwerk <elevenarms@gmail.com>

MOBILE IS HOT.
So you want to make an app now?
Hello World has changed. It's not enough to show text.
social sharing photos LBS gps location gamification angry birds badges tags
what the app does

Android/web architecture (general overview)

low fidelity android mockups
low fidelity web mockups
hype: RESTful APIs, Google Maps, js
Setting up your development environment.
                    public class SplashActivity extends Activity {
                        @Override
                        public void onCreate(Bundle savedInstanceState) {
                            super.onCreate(savedInstanceState);
                            //...
                        }
                        
                        @Override
                        public void onResume() {
                            //...
                        }
                    }
                

                
            

0 / 0