Package com.dwarshb.commute.presentation.splashScreen

Types

Link copied to clipboard
class SplashActivity : AppCompatActivity

SplashActivity is Entry Point of an application. It display loading animation on app icon till the data gets fetched from API successfully

Link copied to clipboard
class SplashViewModel @Inject constructor(fetchRequest: FetchVehicles) : ViewModel

SplashViewModel is used to get the trigger the fetchRequest from the API.