java - Little info about AsyncTask -



hi!

i wonder if there maximum number of network calls in class extends asyntask ?

typically need 2 network requests in order have json answers , need parse each

json extract gps coordinates of address of start point , address of end point to

show road between them on mapview.

im working osmdroid.

im asking before begin writing code. want sure

thanks

you can as want inside doinbackground() of asynctask.
however, recommended divide logic separate classes readability , better design.


Comments

Popular posts from this blog

Why can rails not find a route created by a helper? -

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -