GithubHelp home page GithubHelp logo

melihaksoy / android-kotlin-modulerized-cleanarchitecture Goto Github PK

View Code? Open in Web Editor NEW
357.0 4.0 37.0 572 KB

๐Ÿš€ Example modularized android application with single activity written in Kotlin

License: Apache License 2.0

Kotlin 92.01% Ruby 7.99%
kotlin android modularization dagger2 clean-architecture fastlane circleci navigation-architecture-component moshi room-persistence-library

android-kotlin-modulerized-cleanarchitecture's Introduction

Hi there ๐Ÿ‘‹

android-kotlin-modulerized-cleanarchitecture's People

Contributors

melihaksoy avatar victorvicari avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

android-kotlin-modulerized-cleanarchitecture's Issues

Polish UI

Create example use cases with using new material library components

Replace navigation

Current state has multiple activities. Goal is to introduce single activity approach with deeplink navigation.

Making calls async

Right now fetching rockets are sequential:

Fetch -> Save -> Return

This should be async. It's good to take al ook at Room's LiveData support. flow can be replaced with liveData builder in BaseInteractor in this case.

Update versions

Update library versions. Room's new Flow support might be option to replace suspension.

Add paging

Right now repository only fetches 10 responses statically defined. Introduce paging with paging library.

Separate `repository` from `core`

Right now core uses api to provide repository as usable to other modules that include it. repository should be included exclusively instead.

Applying styles and themes

Use material library to apply styles and themes, make use of attributes that platform uses for better effect.

Modulerize repository

Right now repository is a single module using persistence and network. Network and persistence can be separate modules.

Applying dependency inversion

Some modules depend on concrete classes that are in other modules. This can be a good case to apply dependency inversion.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.