Guest User

Untitled

a guest
May 23rd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. 05-23 10:45:48.208 18409-18409/com.example.com.applicationstudent
  2. E/tag: counter: 2
  3. 05-23 10:45:48.212 18409-18409/com.example.com.applicationstudent
  4. E/tag: loop number1
  5. 05-23 10:45:48.212 18409-18409/com.example.com.applicationstudent
  6. E/Tag: suv
  7. 05-23 10:45:48.212 18409-18409/com.example.com.applicationstudent
  8. E/tag: loop number2
  9. 05-23 10:45:48.212 18409-18409/com.example.com.applicationstudent
  10. E/Tag: suv
  11.  
  12. preferenceUtils.putStringPreferences(Constants.HISTORY_PREF, new Gson().toJson(historyList));
  13.  
  14. historyList = new Gson().fromJson(preferenceUtils.getStringPreferences(Constants.HISTORY_PREF),
  15. new TypeToken<List<History>>() {
  16. }.getType());
Add Comment
Please, Sign In to add comment