App Sceniore:-
First screen:- purpose of it Takes user's name, age, job title and gender then saves those data on local db.
Second screen:- purpose of it : Show saved data
code language -> Kotlin
architecture component -> Data Binding / View Model / Navigation
Background Thread -> Coroutine & Cold Streams like Flow & Hot Streams like StateFlow& SharedFlow
design architecture -> MVVM
Dependency Injection -> Hilt
Local Database ->Room Library
Local And Instrumented Tests