Moony

Permalink

Cannot retrieve contributors at this time

56 lines (47 sloc) 4.12 KB

Moony

Built With🛠

  • Kotlin - First class and official programming language for Android development.

  • Coroutines - For asynchronous and more..

  • Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.

    • LiveData - Data objects that notify views when the underlying database changes.

    • ViewModel - Stores UI-related data that isn't destroyed on UI changes.

    • Room - SQLite object mapping library.

    • Jetpack Navigation - Navigation refers to the interactions that allow users to navigate across, into, and back out from the different pieces of content within your app.

    • DataBinding - The Data Binding Library is a support library that allows you to bind UI components in your layouts to data sources in your app using a declarative format rather than programmatically.

  • Dagger Hilt - Hilt is a dependency injection library for Android that reduces the boilerplate of doing manual dependency injection in your project. Doing manual dependency injection requires you to construct every class and its dependencies by hand, and to use containers to reuse and manage dependencies.

  • Material Components for Android - Modular and customizable Material Design UI components for Android.

  • Moonlight: Android DataBinding kit.

  • Other open source libraries:

    • MoonyNavBar - Bottom navigation bar.

    • Glide - Glide is a fast and efficient open source media management and image loading framework for Android that wraps media decoding, memory and disk caching, and resource pooling into a simple and easy to use interface.

    • Sdp - An android lib that provides a new size unit - sdp (scalable dp). This size unit scales with the screen size. It can help Android developers with supporting multiple screens.

Architecture

This app uses MVVM (Model View View-Model) architecture.

Screenshots

Contribute

All suggestions and contributions are more than welcome!

  • Fork this repo.

  • Create your feature branch (git checkout -b feature-name).

  • Develop your feature and test it.

  • Commit your changes (git commit -m 'Implement new function').

  • Push the changes (git push origin feature-name).

  • Create a pull request and I'll merge it with the project.

Contributors

Donation

Last updated