Keep Updating New JSON in Android

前端 未结 2 948
野的像风
野的像风 2021-01-26 04:47

I have JSON that keep changing , I need in android to keep updating the changes , how i can do this ?

my Android code is

r = getImage();
JSONObject data          


        
2条回答
  •  灰色年华
    2021-01-26 05:21

    Use count down timer .. If you want to update it frequently.. for doing it in Background use AsyncTask

提交回复
热议问题