Skip to content

Instantly share code, notes, and snippets.

@laabroo
Created June 16, 2012 07:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laabroo/2940395 to your computer and use it in GitHub Desktop.
Save laabroo/2940395 to your computer and use it in GitHub Desktop.
Oncreate
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
initPosition();
initMap();
// initLocationManager();
}
@laabroo
Copy link
Author

laabroo commented Jun 16, 2012

Ini adallah method yang akan di eksekusi saat pertama kali di jalankan aplikasinya ini.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment