Code Monkey home page Code Monkey logo

moderncoinapp's Introduction

Simple Coin App

Summary

The application consists of four pages. The first two pages show the login and sign up screens. The last two pages show coin list screen and detail screen.

Techs used

  • Jetpack Compose
  • Compose Navigation
  • Dagger Hilt
  • Room
  • Coil
  • Retrofit
  • okhttp3
  • Coroutines - Flows

Architecture used

  • Mvvm
  • Clean Architecture (with missing strategies, mentioned below)
  • Single Compose Activity

What's missing ?

Since we had a very busy period at my current job, I could only spare a few hours for this project. While doing this, I installed the general structures, but some features were missing such as refresh handler and favorite queries.

What could be better ?

Of course, this repo could not be prepared in the best way due to the highly limited time and lack of motivation. Here are some steps to make this repo more professional;

  • App State should be added in order to drive navigation events and handle errors with a generic way
  • Store api information and base url more appropriate way
  • Usecases could be added to domain layer
  • Multimodule structure could be used
  • Some data mappers and result classes could be implemented to data layers (also error handling)
  • Also data layer data classes should be converted to UI data classes for UI layer
  • With multimodule structure, Compose Navigation will be implemented better, in accordance with the SOLID principles
  • Unit tests and Portrait mode could be added
  • Queries from data layer to ui layer could be handled with flows.
  • Network data classes could be more simple, unnecessary fields implemented

Note

The UI-UX never cared

moderncoinapp's People

Contributors

berkkanb avatar

Stargazers

Emre Bayırlı avatar

Watchers

 avatar

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.