Where can I find the javadoc for Google Analytics for Android? I searched for it on the project homepage, but couldn't find it anywhere.
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
- How to create Circular view on android wear?
相关文章
- android开发 怎么把图片放入drawable的文件夹下
- android上如何获取/storage/emulated/下的文件列表
- androidStudio有个箭头不认识
- SQLite不能创建表
- Windows - Android SDK manager not listing any plat
- Animate Recycler View grid when number of columns
- Why is the app closing suddenly without showing an
- Android OverlayItem.setMarker(): Change the marker
There is a Google Code page for Anaylytics, it shows you how to use the API. Analytics-api-sample. You will probably have to check it out from SVN to use it.
Javadoc for Google Analytics v4 is available here:
https://developer.android.com/reference/com/google/android/gms/analytics/package-summary.html
Full Doc for Android Google Analytics is here:
https://developers.google.com/analytics/devguides/collection/android/v4/
You can generate it out of the API Here: http://www.oracle.com/technetwork/java/javase/documentation/index-jsp-135444.html
The closest I have come to documentation is from the ReadMe.txt from EasyTrackerAndroid_1.0.zip found here.
Excerpt from the ReadMe:
You can find the Google Analytics for Android javadocs in the "javadocs.zip" file in the "GoogleAnalyticsAndroid.zip" file, which the "libGoogleAnalyticsV2.jar" comes within. Download it here.