I need an Android Studio Service written (actually just converted) to do a very simple task.
I have an Android Demo App (written in Java in Android Studio by the supplier) to demonstrate that their bitmap converter library we bought actually works. The library is there and it does work in App form.
The Demo App currently asks for Input and Output Paths, reads the Input file from the Input Path, calls a 'convert' method on the (supplied) library and writes the converted file to the output path.
Because I am a complete Java newb - All I need is one of our Community Experts (please) to turn this little Demo App into a callable background 'Service' with no UI at all.
If the Service is able to be called from B4A with (say) CallSubDelayed .... that would be prize 1.
However even if it just sat there (invisibly) looking for a (hard-coded) input path, did the conversion to a (hard-coded) Output-Path and then went back into a timer loop - I'd be very grateful to have even that.
I could pay for the job but I'm not a multi-national - just a modest Developer.
Malcolm
I have an Android Demo App (written in Java in Android Studio by the supplier) to demonstrate that their bitmap converter library we bought actually works. The library is there and it does work in App form.
The Demo App currently asks for Input and Output Paths, reads the Input file from the Input Path, calls a 'convert' method on the (supplied) library and writes the converted file to the output path.
Because I am a complete Java newb - All I need is one of our Community Experts (please) to turn this little Demo App into a callable background 'Service' with no UI at all.
If the Service is able to be called from B4A with (say) CallSubDelayed .... that would be prize 1.
However even if it just sat there (invisibly) looking for a (hard-coded) input path, did the conversion to a (hard-coded) Output-Path and then went back into a timer loop - I'd be very grateful to have even that.
I could pay for the job but I'm not a multi-national - just a modest Developer.
Malcolm