Android Question Main module

Isac

Active Member
Licensed User
Longtime User
How do I keep the module Main active even when I close the application?

thanks
 

JakeBullet70

Well-Known Member
Licensed User
Longtime User
If you are going to close it why do you want to keep it running? Are you looking for a background app?

I think what your are looking for is a Service module
Look here
 
Upvote 0

Isac

Active Member
Licensed User
Longtime User
No I am creating an application where the data will be inserted through edittex.
if I close the main page I lose the dates
 
Last edited:
Upvote 0

Isac

Active Member
Licensed User
Longtime User
When the variable dates acquires the data how do I make it active even if I close the app?

I currently have a service module that is activated on the date X but if I close the main form does not work


B4X:
StartServiceAt(start,date,False)
 
Upvote 0
Top