Help for newbie

ykucuk

Well-Known Member
Licensed User
Longtime User
I need application which can support this modules;

work on background with timer

show popup with image on screen even when user play game

when click image on popup then open web page

is there tutorials or idea ?

thank you
 

pluton

Active Member
Licensed User
Longtime User
...app that work on background with timer:

Maybe look at Service Modules

...show popup with image on screen even when user play game

I don't know if this possibile with Service Modules because services cannot show any dialog (except of toast messages).

...when click image on popup then open web page

With service modules you can make Notification
The user can press on the message, which will open an activity as configured by the Notification object.
notification_2.png
 
Upvote 0

ykucuk

Well-Known Member
Licensed User
Longtime User
thank you for reply

is there way i can run service and other program at same time. i can download files with service and save specific Folder. Program ll check this file and play them.
 
Upvote 0
Top