Posts: 735
Threads: 94
Joined: Mar 2016
You mean some type of anti-theft app? I don't have a lot of experience with the Android related libraries so i will have to do some research before i can concretely help you out. Also, could you be a little more specific what features do you want?
Posts: 143
Threads: 26
Joined: Jun 2015
@Vector: yes the antitheft app. Now I'm facing problem with the management of the airplane mode and the app closure, that's why their management has changed with the newer version of android. sl4a was a good project, and maybe could be useful again, but not for this app. I'm going to leave python and start with native android language to have full control of the phone.
@NO-OP: seems that time has come to learn a new language...any suggestion for some good java starting point?
Posts: 68
Threads: 7
Joined: Oct 2016
12-07-2016, 04:15 AM
(This post was last modified: 12-07-2016, 04:16 AM by StickFigure.)
Look into ionic and cordova. They work together, I forget which is which, but one of them is a bootstrap thing for making apps in javascript and the other is a bunch of libaries for accessing all the device components. I only made a basic file browser.. but I think it can access camera, gps, network.
And java is not actually that bad, but doing it for android dev is a cluster fuck. I made pretty much zero progress when I tried. I hope you like xml if you go this route. I'm sure it's just a steep learning curve though, the google ide was actually really good about predicting keywords.