Skip to content

surazgyawali/Android-List-Me

Repository files navigation

HOME

About

ListMe is a simple listing and details showcase application for android.

This demo app displays a list from /posts, and a detail view from /posts/{id}/comments.

Retrofit is being used as an interface to query our backend in a Java friendly way and RxAndroid to assign network operations to a new thread. JSONPlaceholder provides us backend from where we can get list .i.e posts and details .i.e body and comments.

Screenshots

List View:

List View

Details View:

Details View

surazgyawali.github.io

Releases

No releases published

Packages

No packages published

Languages