Sample app that shows Kotlin + Android capabilities
This application basically shows basic stuff that we can do with Kotlin in Android Studio.
- Android Studio with Kotlin extension
- Machine with virtualization enabled and compatible with Google's emulator
This application is based on two activities: login and main activity. The main activity uses a bunch of different fragments that we do use to show what can be done with Android's SDK.
The structure would be the following:
- Login
- Main
- Calculator
- Game
- Statistics
- Local
- Global
- Map