🪐 Ceres is a comprehensive Android development framework designed to streamline your app development process. Powered by the latest technologies like Jetpack Compose, Hilt, Coroutines, and Flow, Ceres empowers developers to build modern and efficient Android applications.
This pull request brings a significant enhancement to the project by introducing an analytics integration that enables comprehensive event tracking and insights. The core components of this addition include:
AnalyticsProvider: A central point for analytics initialization.
AnalyticsHelper: An interface for event logging.
Types and ParamKeys: Enums for defining event types and parameter keys.
AnalyticsEvent: A sealed class for structuring different analytics events.
The integration empowers the application with the ability to track events like screen views, capturing screen names, screen classes, and more.
With this analytics framework in place, the application can now collect valuable data and metrics, paving the way for data-driven decision-making and enhanced user experiences.
This pull request brings a significant enhancement to the project by introducing an analytics integration that enables comprehensive event tracking and insights. The core components of this addition include:
AnalyticsProvider
: A central point for analytics initialization.AnalyticsHelper
: An interface for event logging.Types
andParamKeys
: Enums for defining event types and parameter keys.AnalyticsEvent
: A sealed class for structuring different analytics events.The integration empowers the application with the ability to track events like screen views, capturing screen names, screen classes, and more.
With this analytics framework in place, the application can now collect valuable data and metrics, paving the way for data-driven decision-making and enhanced user experiences.