Intent intent = new Intent(android.content.Intent.ACTION_VIEW,Uri.parse("http://maps.google.com/maps?saddr=17.428323,78.412567&daddr=28.6454414,77.0907573")); intent.setClassName("com.google.android.apps.maps","com.google.android.maps.MapsActivity"); startActivity(intent);
Its all about , Latest Android App Development for Phones/Tablets, showing Step by step development Tutorials for beginners, Professionals android developers,Best Practices, Latest android code patterns, UI design Patterns
Tuesday, 2 September 2014
Launching Google Maps Directions via an intent on Android
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment