Hi all.
I'm new on basic4android. Kindly to guide me.
I need to save a phone number (but not in contact). It's kind of on settings. It's not saved on a file on android device or on sqlite also.
if you guys know about c# it's on Settings1.Default
so i can set it like :
Settings1.Default.Phone = "xxxxxxxxxx"
and i can access it like this :
objSms.Send(Settings1.Default.Phone, strB.ToString)
Please guide me.
I'm new on basic4android. Kindly to guide me.
I need to save a phone number (but not in contact). It's kind of on settings. It's not saved on a file on android device or on sqlite also.
if you guys know about c# it's on Settings1.Default
so i can set it like :
Settings1.Default.Phone = "xxxxxxxxxx"
and i can access it like this :
objSms.Send(Settings1.Default.Phone, strB.ToString)
Please guide me.