I want to fetch data from server and refresh UI when data is fetched in Android.
What should I use? an AsyncTask or a Service or something else?
You can use the Async task and a method which sets the contentview (layout) of your screen. After the data has been fetched from the server, you can again refresh the screen by calling the method in postexecute() of Asynctask.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With