Once user presses button in my application, I would like to open standard Google Map application and to show particular location. How can I do it? (without using com.g
com.g
Sometimes if there's no any application associated with geo: protocal , you could use try-catch to get the ActivityNotFoundException to handle it.
It happens when you use some emulator like androVM which is not installed google map by default.