posted 4 years ago
Hi, guys and girls, Thomas again. I have one more problem with my app. It includes Google maps.Question is similar to my previous question with Youtube. Also don't know how to open a map with a click on listview item. I have a list of Tours in a Fragment, I retrieved the list from Firebase and all, I even add coordinates of each tour on Firebase, but probably something is missing in my code. Can someone help me with this problem. Thank you all in advance. This is my code:
This is MapActivity:(Most of the code are just silly permissions)
This is ToursFragment:(The main idea is when user clicks on listview item to open a google map with that location, nothing more)