Git Product home page Git Product logo

userfeed's Introduction

UserFeed

This app has a simple feed example and also supports a details screen for the same.
It is built using Koltin language.
MVVM is used as the architecture of this app.
The network calls were done using the Retrofit library.
The network response is handled on the IO thread. This is possible by the Kotlin Coroutines.
Also, I have used Hilt as the dependency injection making it easier and efficient to access the dependencies at compile time.

Package Description:
|- data: Contains all the required data classes
|- di: Contains the dependency injection classes
|- network: Contains the classes responsible for handling network connectivity. Also contains the network request classes and interfaces
|- ui: All the Activity and Fragment are present here
|- util: Some helper classes to ease the development
|- Constants.kt: All app-related constants are present here
|- MainApp.kt: The application class of app. Required to initialise hilt library

The app demonstrate the api available here https://jsonplaceholder.typicode.com/posts

userfeed's People

Contributors

droid-ash 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.