Giter VIP home page Giter VIP logo

babbar01 / conduit Goto Github PK

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

Article/Story/Blog writing application like medium📃 where user can follow another user to see their articles in feed and can also favourite the article and can comment on articles

Kotlin 100.00%
android kotlin mvvm-android coroutines retrofit rest-api jetpack-android jetpack-navigation viewmodel architecture-components realworld-backend conduit medium-clone

conduit's Introduction

Conduit

About

Android/Kotlin codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.

  • Article/Story/Blog writing application like medium:page_with_curl:.
  • Users can follow other users to see their articles in their feed:boy:.
  • Users can also comment on the articles:pencil2:.
  • Clean and Simple Material UI:sparkles::sparkles:.
  • It supports dark theme too 🌗.

Built With 🛠

  • Kotlin - First class and official programming language for Android development.
  • kotlin coroutines - that enable you to write clean, simplified asynchronous code that keeps your app responsive while managing long-running tasks such as network calls or disk operations.
  • 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.
    • Jetpack Navigation Architecture - Android Jetpack's Navigation component helps you implement navigation, from simple button clicks to more complex patterns, such as app bars and the navigation drawer. The Navigation component also ensures a consistent and predictable user experience by adhering to an established set of principles.
  • Retrofit - A type-safe HTTP client for Android and Java.
  • Moshi - Moshi is a modern JSON library for Android and Java. It makes it easy to parse JSON into Java objects:
  • Moshi Converter - A Converter which uses Moshi for serialization to and from JSON.
  • Material Components for Android - Modular and customizable Material Design UI components for Android.

Architecture

The project follows the general MVVM structure without any specifics.

There are two modules in the project

  • app - The UI of the app. The main project that forms the APK
  • api - The REST API consumption library. Pure JVM library not Android-specific

ScreenShots

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.