Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 333 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 333 Bytes

HelloKotlinAndroid

Basic "Hello, World!" Android app written in Kotlin

Used for seminars on writing Android apps in Kotlin.

Includes:

  • Uses view binding for layouts
  • Room library and coroutines for async access to db and JSON service
  • Gson for converting JSON data to Kotlin data classes

Ken Kousen, [email protected]