Guest User

Untitled

a guest
Feb 23rd, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. SharedPreferences - 1 registro
  2. Chave: usuario
  3. Chave: token
  4.  
  5. SQLite - vários registros
  6. Tabela: registros
  7. Campos: id, usuario, anotacao
  8.  
  9. {
  10. "shared": [{
  11. "usuario": "fulano"
  12. },
  13. {
  14. "token": "xyz123"
  15. }
  16. ],
  17.  
  18. "regs": [{
  19. "id": "10",
  20. "usuario": "1",
  21. "anotacao": "teste"
  22. }, {
  23. "id": "11",
  24. "usuario": "2",
  25. "anotacao": "teste 2"
  26. }]
  27. }
Add Comment
Please, Sign In to add comment