Just completed my B4A app, now need help with converting to B4i
I am using the following libraries in B4A - what are the equivalent in b4i?
Library1=core
Library2=dateutils
Library3=ahlocale
Library4=gps
Library5=astro
Library6=phone
Library7=animation
Library8=javaobject
I am struggling to find the following replacements in B4i:-
Dim GPS1 As gps
Dim Orientation As PhoneOrientation
Dim txtFile As TextWriter
Private txtBox1 As EditText
Dim Rotation As Animation
Private rbButton As RadioButton
Dim pm As PackageManager
Dim in As Intent
Will really appreciate if someone can point me in the right direction.
I am using the following libraries in B4A - what are the equivalent in b4i?
Library1=core
Library2=dateutils
Library3=ahlocale
Library4=gps
Library5=astro
Library6=phone
Library7=animation
Library8=javaobject
I am struggling to find the following replacements in B4i:-
Dim GPS1 As gps
Dim Orientation As PhoneOrientation
Dim txtFile As TextWriter
Private txtBox1 As EditText
Dim Rotation As Animation
Private rbButton As RadioButton
Dim pm As PackageManager
Dim in As Intent
Will really appreciate if someone can point me in the right direction.