项目作者: joannakrawczyk99

项目描述 :
Using informations contained in https://jsonplaceholder.typicode.com/.
高级语言: Kotlin
项目地址: git://github.com/joannakrawczyk99/jsonplaceholder-project.git


Project created in cooperation with ING.

Team members:
Joanna Krawczyk,
Kamil Zombek.

The project uses information contained in https://jsonplaceholder.typicode.com/.

Task 1

  • displaying all posts (username, title, body, comments)
  • view paging

Screenshot_20200601-090940

Task 2

  • displaying all comments for a given post (name, email, body)

Screenshot_20200601-090956

Task 3

  • displaying user data (username, email, website, street, city, zipcode, geo)

Screenshot_20200601-091007

Task 4

  • displaying all photos for a given user

Screenshot_20200601-091047
Screenshot_20200601-091112

We want to add:

  • messages related to various operational problems
  • new layout
  • implement tests