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

Search results

  1. S

    Apps BACK event

    Hello, I have two activities. From the first we go to the second and when the user goes back, I would like to refresh the first activity and change the content of this first activity. Is this possible ? Thanks, Swan
  2. S

    Apps GoogleMap 2-finger zoom

    Hello, I have developed an application with google map, I can zoom with the buildin buttons but I cannot with my 2 fingers like we can in the real Google Map. How do I active the multitouch zoom for my application ? thanks
  3. S

    Apps Add markers on a map

    nevermind
  4. S

    Apps Google map Geopoint

    Hi, I have simplify my problem as simple as I could and I end up with this program which I don't understand why it is not working (I dont find the message in LOGCAT usefull) import android.os.Bundle; import android.util.Log; import com.google.android.maps.GeoPoint; import...
  5. S

    Apps Can't extends from MapActivity

    Hi, Im sorry but Im lost when I want to extends from MapActivity. I have followed 3 times this tutorial: Using Google Maps in Android | mobiForge and I can't do these type of imports: import com.google.android.maps.MapActivity Imports cannot be resolved I have found the same type of tutorial...