teogor / ceres

🪐 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.
https://source.teogor.dev/ceres
Apache License 2.0
65 stars 4 forks source link

Feature: Improved Resources Handling #167

Closed teogor closed 1 year ago

teogor commented 1 year ago

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: