UserAnalyticsSDK

User Analytics SDK Documentation

Welcome to the comprehensive documentation for the User Analytics SDK - a powerful Android library for tracking user behavior, screen time, and application analytics.

🚀 Quick Start

Get started with the User Analytics SDK in just 3 simple steps:

  1. Add JitPack Repository to your settings.gradle
  2. Add SDK Dependency to your build.gradle
  3. Initialize the SDK with your API key
// Initialize the SDK
AnalyticsTracker.init("https://d1xb34m3k0zeus.cloudfront.net/", "YOUR_API_KEY");

// Track an event
Map<String, Object> properties = new HashMap<>();
properties.put("screen", "MainActivity");
AnalyticsTracker.trackEvent("user123", "app_opened", properties);

📚 Documentation Sections

🛠️ Installation Guide

Complete setup instructions including:

📖 API Reference

Detailed documentation for all SDK methods:

💡 Examples

Practical code examples and use cases:

🔧 Troubleshooting

Common issues and solutions:

🌟 Key Features

🏗️ Architecture

The User Analytics SDK consists of several components working together:

📋 Requirements

🔑 Getting Your API Key

  1. Visit our Developer Dashboard
  2. Register for a developer account
  3. Create a new application
  4. Copy your unique API Key (format: ak_xxxxxxxxxx)

📞 Support

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.


Ready to get started? Begin with our Installation Guide or explore the API Reference for detailed method documentation.