Recently i am making an app on facebook. So i have use facebook api. From api we got data from json parsing. Now in my app i am showing all update of user and his friends in table view. But problem is that when i get data from json parsing then application take so much time due to loading image in app. So i want that i show first text message and when view did load then upload images so that time will reduce. How do that i have no idea? So tell how i fix it?
我使用了同步方法,将json的数据分类。 哪一种做法会使用,这样就可以消耗较少的时间?