Thursday, 15 March 2012

android - Complete list not getting stored -


While storing the list in the adapter, only one item is being stored in the list while my list size is 7. Login Returns the list as 7 but gives the name of only one item .. There is no exception in any accident or log in. Any ideas why my entire list is not being stored?

  SqlAdapter adapter; Private Zero UpdateStorFoLole (list & follow; Follow & followers, string type) {tempFollow = Follow (Follow) New; TempFollow.setIsfollow (type); Adapter.delete (tempFollow); Log.e ("Bhubanesh", "Size" + followers.size ()); (Follow: followers) {Log.e ("name", "name" + v.getName ()); V.setIsfollow (type); Adapter.store (v); }}  

log

  size 7 namespace  


No comments:

Post a Comment