This github repository contains all Android code related to demos and exercises of this MSE course. For slides, exercise sheets, etc. refer to Moodle.
Unit 1 - General introduction, activity lifecycle, geo-location
Unit 2 - Lists, RecyclerView, Fragments
Unit 3 - Intent resolution
Unit 4 - Content providers, application architecture / Room
Unit 5 - Coroutines
Clone the repository on your computer.
git clone https://github.com/Fiedler01/TSM-MobCom.git
From Android Studio explore the cloned folders with the "file > open" menu, choose and open the exercise folder (the folder should have an android icon).
Wait for Android Studio to index the files (you will see a loading spinning wheel), update whatever this is required and follow the instructions.
Then you should be able to execute the exercise/demo code on the emulator as well as on your physical device.