Monday, April 4, 2016

Status Storage - Udacity Advance Android Course

Okiee.. Dipostingan ini kita akan membahas Quiz: Status Storage di advance android course dari udacity. Problemnya kyk gini :
Link udacity untuk quiz ini bisa dilihat disini.
Naaah... di point pertama kita disuruh buat key string untuk SharedPreferences. SharedPreferences itu method kyk sql sbernya, jadi bisa nyimpen2 data kecil2 buat dipake sm app dan cara ngereference data dari SharedPreferences itu pake key string yang akan kita buat di file strings.xml {App--src--main--res--values} :
Naaah... kita udah ngebuat key string, berarti point 1 udah okie...berikutnya yang point 2 disuruh buat method untuk ngeset location status, dan ngebuatnya tuh di SunshineSyncAdapter.java seperti terlihat di bawah :
Okiee... berikutnya ke point ke tiga, pake method setLocationStatus difile yang sama... :D Caranya kayak gini :
ini didalam blok try-catch onPerfomSync :

 Terus yang ini didalam blok try-catch getWeatherDatafromJson :

Yeeeps... demikian untuk quiz status storage ini :)


Prev Quizz --- Next Quizz

Can't Start Git: git.exe on Android Studio

Just hit "Fix it" as shown by the red arrow above, then It's gonna give us a new pop up window like this :
Then find location of git.exe. For my windows, git.exe is located on C:\Users\Etit-Ind8\AppData\Local\Programs\Git\mingw64\libexec\git-core ,
So just head to this directory, but if you can't see this directory by using Android studio because this folder is hidden ehehe... So hit below button in order to show the hidden folder :
There we already could see the AppData... hihihi... :D okiee.... find your own target folder, for mee it's shown below :
Ouukaay... just hit OK...aaaand.... if needed, you can restart your android studio to see the effect... :)

Have fun with android studio... :D