Search found 4 matches

by teerana73
Sat Apr 16, 2016 2:37 am
Forum: Off-Topic
Topic: World Backup Day
Replies: 1
Views: 3166

Re: World Backup Day

This is interesting. Highly recommended to back up important data in case of any malfunction of digital devices.
by teerana73
Fri Apr 15, 2016 2:32 am
Forum: Android Deployment
Topic: How to build a data transfer app for Android?
Replies: 7
Views: 6576

Re: How to build a data transfer app for Android?

I don't think this is possible most of the time. Android apps are sandboxed, which means they can only write to their own protected folders. Apps in general do not have access to other areas of the device except for minimal interaction like allowing a user to select a contact or a photo. You can't ...
by teerana73
Fri Apr 15, 2016 2:30 am
Forum: Android Deployment
Topic: How to build a data transfer app for Android?
Replies: 7
Views: 6576

Re: How to build a data transfer app for Android?

MaxV wrote:And for contacts read mobileGetContactData on livecode dictionary
cool, thanks for the tip
by teerana73
Thu Apr 14, 2016 3:52 am
Forum: Android Deployment
Topic: How to build a data transfer app for Android?
Replies: 7
Views: 6576

How to build a data transfer app for Android?

People tends to change their phone frequently in nowadays so it's a must-to-do task to transfer data(contacts/sms/music/ebooks...) from one device to other. I am planning to do such an app that supports a wide range of Android smartphone and tablets. Where should I get started? I just learn Android ...