Skip to content

Exercise 08 - Show employees in a RecyclerView (Retrofit version)

Project name : E08 Employees app Retrofit

HARD

This exercise uses Android Jetpack Architecture components and those are not so easy to understand.

Introduction

Create a same kind of application what you did in exercise 08. Your application should load employees data from JSON file and display data in recycler view. Selected employee data is displayed in separate view. Look more requirements below images.

 

Project

  • Create a new project and name it to E08 Employees app Retrofit, include Kotlin support
  • Remember save your project in your android-exercises folder

Requirements

  • Load data from separate JSON file from server side, use Retrofit
  • Use Android Jetpack Architecture components in your app

Test and push

Test your application in emulator, take screenshots and commit/push your project and screenshots back to JAMKIT/GitLab. Remember move your exercise/issue ticket from Doing to In Review in Issues Board and write your learning comments to issue comments.