Maps & Analytics
GOOGLE MAPS
This android project used Google map feature, So you must change API_KEY by yours.
1. You can use GOOGLE_API_KEY from GCM (you can see at previous menu), and by Enable this list API :
2. Or you can use others API key [ read this ] http://blog.dream-space.web.id/?p=89 # After you get the API_KEY you can placed you API key at android project res/values/strings.xml
For ActivityMaps.java you need to change zooming location with your own city latitute longitude.
You can change at Constant.java
FIREBASE ANALYTICS
On version 6.6 we use firebase anlytics, and the integration included section Firebase [must]
Track custom screen view, event, and exception, you only need to call this method if you want to track, at file data/ThisApplication.java
Example Call - at AcitivityRecipeDetails.java we call track event to detect what user view :
Last updated