Android Question LIBRARY?

PABLO2013

Well-Known Member
Licensed User
Longtime User
How library control it?
tks
 

Attachments

  • LIB.PNG
    11.6 KB · Views: 130

Tayfur

Well-Known Member
Licensed User
Longtime User
How library control it?
tks
I think, problem is "message" declaration.

B4X:
' in main activity.....
Sub Process_Globals
    'These global variables will be declared once when the application starts.
    'These variables can be accessed from all modules.
     Type Message (Address As String, Body As String)
    Type getSMS(GSM_Encoding As Boolean,SMS_Total_length As Int,SMS_count As Int)
   
End Sub

Sub ParseSmsIntent (In As Intent) As Message()
    Log("#3")
    ToastMessageShow("#3",True)
    ToastMessageShow("went into parseSMSIntent.Action",True)
    Dim messages() As Message
'-----some thing codes....
end sub
 
Upvote 0

PABLO2013

Well-Known Member
Licensed User
Longtime User
My apologies , the variable was doubly declared (main and service : Type....) , thanks for the support ( ELER AND TAYFUR )
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…