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
GOOGLE ANALYTICS
On version 4.0 we start integrate this app with Google Analytics , here the step to configure Analytics 1. You must obtain Tracking ID , please read this article http://blog.dream-space.web.id/?p=82 2. After you get Tracking ID you can put at file res/xml/app_tracker.xml Please replace UA-7985XXXX-X with your Tracking ID
3. For the default we already track all activity page, the information you can see at file res/xml/app_tracker.xml , we've listed all activity. If you change package name don't forget to rename this package too.
4. 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