Question d’entretien chez BlaBlaCar

Android lifecycle and services

Réponse à la question d'entretien

Utilisateur anonyme

1 sept. 2018

for Android lifecycle : OnCreate(),OnStart(),OnStop(),OnDestroy(),onRestart() for activities for services ; basically its a background operation launched separately after an event from a brodcast Receiver or other