Android Question Run at background

yiankos1

Well-Known Member
Licensed User
Longtime User
Hello my friends,
I am using library RSImageProcessing in order to edit a photo(Photo is about 12mpx and 3mb). Because editing such a large photo costs much time, i would like to ask if there is an other way, so library keep processing photo at background and my application continue execution.
Thank you for your time.
 

DonManfred

Expert
Licensed User
Longtime User
I guess you should use a service and do the job there?
Use a Thread using the Threading library.
 
Last edited:
Upvote 0
Top