I am working on app which needs geotagging and i want that whenever i press a button a new fragment opens which loads the google map with the current location and a screenshot is taken when the current location is loaded.
I have got success in taking screenshot and opening map in another fragment but i just want a way to know when our current location is loaded by google map and when it has loaded take the screenshot of it store it in sd card.
I have used How to programmatically take a screenshot in Android? for screenshot capture