Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 690 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 690 Bytes

MeetupAttendee

An Android app to mark registrants as attendees or no show.

For information about GDG-Istanbul's no-show and waitlist policy see (in Turkish) To enforce this policy and have better stats on registrant attendance to better predict number of attendees at events.

This app requires android studio 3.5 and up

This library showcases:

  • Multi module
  • MVVM (ViewModel & LiveData)
  • coroutines
  • moshi
  • retrofit
  • koin
  • kotlin gradle dsl in a multi module project

On the testing side:

  • jUnit4
  • MockK
  • Architecture testing
  • Coroutines testing