service - Question about android: I Want to upload images to server -
helllo
i trying upload images server. if placed code in subclass of activity, sending interrupted onpause function when user leaving activity while user want use other application. if problem better use service upload file instead?
your best best use asynctask. execute in background , give feedback on ui thread if need.
Comments
Post a Comment