Commit graph

3 commits

Author SHA1 Message Date
Finn M Glas
d0201f02a0
Make tutorial swipeable
But this still needs lots of improvement ^^

Closes #30
2020-06-21 14:33:49 +02:00
Finn M Glas
0c3a267d62
Create the UIObject interface
It is implemented by every visible object and serves as an abstraction, 
simplification.

Also: there only is one central sharedPreferences object (in 
`Functions.kt`). That makes the code way more readable.
2020-06-18 09:25:38 +02:00
Finn M Glas
7669c44b4d
Rename packages and move files
- Rename MainActivity to HomeActivity
- Move functions.kt one level up
- Rename package `extern` to `libraries`
- Fix layouts and layout elements (nomenclature: 
`activity_fragment_element`)
- Move SectionsPagerAdapter code into the related activity kotlin file
2020-06-17 20:42:45 +02:00
Renamed from app/src/main/res/layout/activity_tutorial.xml (Browse further)