• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Recent content by gorjan

  1. G

    Apps Google Maps View

    Hello everyone. I have problem in my beginner tutorial application on which I want to display Google Maps. I'm following the official Google Android Developer Tutorial: Google Map View | Android Developers and I've done everything, But the result I get is empty page (with squares) on...
  2. G

    Apps Change Activity via Options Menu

    Hi All, I'm really new to Android development, so I have one basic question. I have the following code. I want to change the screen(the Activity) via Options menu: @Override public boolean onOptionsItemSelected(MenuItem item) { // TODO Auto-generated method stub switch...
  3. G

    Change Activity via Options Menu

    Hi All, I'm really new to Android development, so I have one basic question. I have the following code. I want to change the screen(the Activity) via Options menu: @Override public boolean onOptionsItemSelected(MenuItem item) { // TODO Auto-generated method stub switch...