Skip to content

An android app built using Kotlin following Multi-Module Clean Architecture MVVM

License

Notifications You must be signed in to change notification settings

kibettheophilus/RickyandMorty

Repository files navigation

RickyandMorty

An android app built using Kotlin that consumes RickyadMorty API to display characters.It has been built following Clean Architecture Principle, Repository Pattern, MVVM Architecture in the presentation layer as well as Jetpack components.

Libraries.

  • Koin - Dependency Injection library.

  • Jetpack

    • Android KTX - Provide concise, idiomatic Kotlin to Jetpack and Android platform APIs.
    • AndroidX - Major improvement to the original Android Support Library, which is no longer maintained.
    • Lifecycle - Perform actions in response to a change in the lifecycle status of another component, such as activities and fragments.
    • ViewModel - Designed to store and manage UI-related data in a lifecycle conscious way. The ViewModel class allows data to survive configuration changes such as screen rotations.
    • View Binding - A feature that allows you to more easily write code that interacts with views.
    • Navigation Component-Component that allows easier implementation of navigation from simple button clicks to more complex patterns.
  • Retrofit - Type-safe http client and supports coroutines out of the box.

  • GSON - JSON Parser,used to parse requests on the data layer for Entities and understands Kotlin non-nullable and default parameters.

  • OkHttp-Logging-Interceptor - Logs HTTP request and response data.

  • Coroutines - Library Support for coroutines.

  • Flow - Flows are built on top of coroutines and can provide multiple values. A flow is conceptually a stream of data that can be computed asynchronously.

  • Expresso - Library used to write concise, beautiful, and reliable Android UI tests.

CI/CD

  • GitHub Actions - GitHub actions is used in this project to run the continuous intergration and continuous deployment when a code is pushed to the master branch.
  • Fastlane - Fastlane is an open source platform aimed at simplifying Android and iOS deployment. fastlane lets you automate every aspect of your development and release workflow.
  • Firebase App Distribution - Makes distributing your apps to trusted testers painless.

Screenshots

Screenshot_20211117-163024

About

An android app built using Kotlin following Multi-Module Clean Architecture MVVM

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published