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

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

Java - Returning an array from a method to main -