GithubHelp home page GithubHelp logo

tuuhin / android_todo_app Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 512 KB

My first native android project with a python backend

Home Page: https://calm-earth-06277.herokuapp.com/docs

Kotlin 89.79% Python 10.12% Procfile 0.09%
android beginer-projects kotlin mvvm-android retrofit2 room

android_todo_app's Introduction

✔️Android ToDo App

This Todo App demonstrates modern Android development with Hilt, Coroutines, Flow, Jetpack (Room, ViewModel,Retrofit), and Material Design based on MVVM architecture.

📷 Screenshots

These are some screenshots of the app

🔺 About

This is a native android app that , helps you to create todos and view them but here comes the interesting part the todos created are persistent they are stored in a sqlite database which acts as a cache and the actual data is stored in a postgresql database.

👻 Backend

The backend is used as a integration for retrofit and okhttp3 , the backend api serves as a primary source of truth for the todo. The tech stack used here :

The backend is hosted at Heroku as fastapi comes with swagger fastapi has created documentation for the api.

📚 Tech stack & Libraries Used

  • Minimum SDK level 28
  • Kotlin based,
  • Coroutines
    • Flow for asynchronous.
  • Jetpack
    • Lifecycle: Observe Android lifecycles and handle UI states upon the lifecycle changes.
    • ViewModel: Manages UI-related data holder and lifecycle aware. Allows data to survive configuration changes such as screen rotations.
    • Room: Constructs Database by providing an abstraction layer over SQLite to allow fluent database access.
    • Hilt: for dependency injection.
  • Architecture
    • MVVM Architecture (View - ViewModel - Model)
  • Retrofit2 & OkHttp3: Construct the REST APIs and paging network data.
  • Moshi: A modern JSON library for Kotlin and Java.
  • Material-Components: Material design components for building ripple animation, and CardView.

😐Conclusion

Being the first app , It's good 😉

android_todo_app's People

Contributors

tuuhin avatar

Stargazers

 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.