Package com. dwarshb. commute. presentation. splash Screen
Types
Link copied to clipboard
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
Content copied to clipboard
SplashViewModel is used to get the trigger the fetchRequest from the API.