gidikraft / SimpleBlogApp

An app to read local news, uses coroutines and room database, paginates response and uses MVVM pattern

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleBlogPostApp

Problem Description

Using the endpoints found here https://jsonplaceholder.typicode.com build a simple application that shows a list of post and then a single post page with comments, you should be able to add new comment. Build a nice UI and the home page should have a search/filter field. You should also have a page to create a new post

Implementation 1:

Use MVC architecture

Implementation 2:

Use MVVM architecture

About

An app to read local news, uses coroutines and room database, paginates response and uses MVVM pattern


Languages

Language:Kotlin 100.0%