Skip to content

Authentication screens to Kotlin fragments

The first step toward migrating codebase to a single activity architecture and kotlin. Some key points:

  1. Removed Splash Activity and added a splash theme with vector drawable.
  2. Added navigation graph for the authentication feature.
  3. Converted Authentication Screen(Login, Signup, HomeLogin, forgotPassword) to kotlin fragments.
  4. Use of navigation components and animations to move between fragments.

Issues - #229 (closed) #230 (closed)

auth_soo9xwVD.compressed

Edited by Tushar Kumar Singh

Merge request reports