Skip to content

zlatoslava/Login-App

Repository files navigation

Login-App

Android login and signup sample app written in Kotlin

Rules:

  1. The username can have max 10 characters
  2. The password must have at least 8 characters

Made using:

  1. MVVM architecture
  2. AndroidViewModel and ViewModelFactory
  3. Observing data changes with LiveData and BaseObservable
  4. 2-way DataBinding
  5. SharedPreferences