🪐 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 PR introduces an improved resources handling mechanism to enhance the retrieval of resources in the application. The DefaultResources class has been added to provide various resource-related methods, making it more convenient to access resources such as strings, dimensions, colors, and more.
Changes Made:
Added DefaultResources class with resource retrieval methods.
Introduced a composition local (LocalResources) to access resources conveniently in Composable functions.
Provided Composable functions for accessing different types of resources.
Ensured that resource values are cached for improved performance.
This PR introduces an improved resources handling mechanism to enhance the retrieval of resources in the application. The
DefaultResources
class has been added to provide various resource-related methods, making it more convenient to access resources such as strings, dimensions, colors, and more.Changes Made:
DefaultResources
class with resource retrieval methods.LocalResources
) to access resources conveniently in Composable functions.