Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 646 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 646 Bytes

MobileAndroidDevelopment

All assignments for the Mobile Development themesemester.

The levels

  • Level 1

Simple app, getting to know the layour style. Input value of the user and button listners.

  • Level 2

Working with recyclersviews. every task has a different layout of the recyclerview.

  • Level 3

Using more than one screen in the app. Passing data with a bundle

  • Level 4

Saving data locally on the device. Using Roomdatabase and queries to recieve the data.

  • Level 5

Setting up architecture in previous apps. Using MVVM as a structre.

  • Level 6

Fetching data from API's. Using Retrofit and okHttp