Skip to content

okezino/Peach-Blog-Post

Repository files navigation

Peach-Blog-Post

Design Pattern used : MVVM

DataBase : ROOMDATA

Network Library : Retrofit 2

MultiThreading Library : Coroutine

Rest Api :

object Const {

    var BASE_URL = "https://jsonplaceholder.typicode.com/"
}

The Peach blog applications utilize a free public api, containing different endpoint, the app fetch blogs post from the api and display them using a recyclerView, individuals can search for a particular post, using the post title or a word on the post body, the app also gives users opportunity to add post to the list, view comments for a particular post and add comments also. it also gives an average time estimate to read a particular post.

_________

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages