Here’s the skivvy on the review. Since, I made the commitment to read this Droid book, I’m going to provide review notes for each hour of the book immediately after I complete that section of the book. In theory you’ll see 24 separate posts over the next few days containing my personal notes on my experience with the book.
Hour 6 Review Notes
Promising hour (or chapter depending on how you view the book) going to create an Android Trivia Game, but first a moment from my sponsor – LUNCH!! brb
I’m up to page 117 and got the prototype built consisting of screens, not much on them but the framework of an application is there based on the game of ‘Been There, Done That!’
Wrote some *real* code for the final exercise.
DateFormat dateFormat = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss"); Date date = new Date(); String currentDate = dateFormat.format(date); SharedPreferences settings = getSharedPreferences(GAME_PREFERENCES, MODE_PRIVATE); Log.i(TAG,"Last Launched QuizSplashActivity: " + settings.getString("lastLaunch", currentDate) ); SharedPreferences.Editor prefEditor = settings.edit(); prefEditor.putString("lastLaunch", currentDate); prefEditor.commit();
Remember Me
a@href@title, strike
Powered by: newtelligence dasBlog 2.2.8279.16125
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.
© Copyright 2012, Michael Reynolds
E-mail