Hi All,
i have TableView that reads data from remote SQL database using json. When the app start the user has to click a button to view the new data…
I noticed a delay for fetching the data and sometimes it failed if the network is weak, So he gets the table empty. How to handle such delay ?
should i use some sort of caching to show some data or what … as i see the app does not look good to show empty in place of the table before he clicks…
thanks
Abdul