A Rick And Morty simple app that loads information from The Rick and Morty API to show one approach to using some of the best practices in Android Development.
- Kotlin - First class and official programming language for Android development.
- RxJava - For asynchronous and more..
- Hilt - Dependency injection library for Android that reduces the boilerplate of doing manual dependency injection in your project
- 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.
- ViewDataBinding - Generates a binding class for each XML layout file present in that module and allows you to more easily write code that interacts with views.
- Retrofit - A type-safe HTTP client for Android and Java.
- Coil-kt - An image loading library for Android backed by Kotlin Coroutines.
- Material Components for Android - Modular and customizable Material Design UI components for Android.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Android Studio 3.2+
- Java JDK
Follow these steps if you want to get a local copy of the project on your machine.
git https://github.com/mhasancse15/RickAndMortyAPI.git
- In Android Studio, go to File -> New -> Import project.
- Follow the dialog wizard to choose the folder where you cloned the project and click on open.
- Android Studio imports the projects and builds it for you.