79127450

Date: 2024-10-25 22:19:17
Score: 2
Natty:
Report link

If you just want to save simple Data like a Bool a String or an Integer i would recommend using Shared Preferences https://developer.android.com/training/data-storage/shared-preferences

If you want to Store more complex Data like a hole Userprofil oder another complex Data structure you should use a Database concept like Room. https://developer.android.com/training/data-storage/room/

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: pieljo