One of the challenges that developers of any non-small Android app need to deal with, is the multiple possible entry points.
During development in almost all cases the application will start from the Main activity.
Many programs start with code similar to:
Code:
Sub Activity_Create (FirstTime As Boolean)
If FirstTime Then
SQL.Initialize(...)
SomeBitmap = LoadBitmap(...)
'additional code that loads application-wide resources
End If
End Sub
Starter Service - Consistent & Single Entry Point
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/1PJEj2d
via IFTTT
Aucun commentaire:
Enregistrer un commentaire