Android Question Tokens

Robert_Poland

Member
Licensed User
Hello
Can you hint
I'd like to received sms
select specific data between *
eg. Monday *Tuesday* Thursday

and the selected data to show activity
how to go about it ?

Thx

ps. I thought about tokens
 

Robert_Poland

Member
Licensed User
the application receives an incoming sms
and I want this sms to download a specific piece of content from SMS and display it in a label or edit text that is placed on activity
eg. a text message abc cnd * 123 * cdma
I'm interested to download what is between the *
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

Robert_Poland

Member
Licensed User
Ok :) Thx

request for further assistance
How to view the contents of the received sms to edit text that will be placed
on acitivity
can you prompt me some examples
 
Upvote 0

Robert_Poland

Member
Licensed User
Hello,
again I made the code


Dim s() As String = Regex.Split("\*", "cnd * 123 * cdma")

Msgbox (s,"test")



Msgbox
instead of search content displays

[Ljava.lang.String;@412338 etc.


where I make an error ?

Can anyone please help!
 
Upvote 0
Top