Android Question setting value of EditText

Jithesh Mepparambath

Member
Licensed User
Longtime User
hi ,

how i can i set value of EditText of Activity from Service file.

example .

I am doing a registration activity screen . I am intercepting the SMS through the services. Now the received SMS i want to show in this current screen. So How can I do that. I am able to retrieve the SMS.

regards

Jithesh M
 

npsonic

Active Member
Licensed User
If you want to start activity
B4X:
StartActivity(Main)

and call your sub with
B4X:
CallSub2(Main,"SMS_Received",sms)
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…