clementwzk/OpenCalc

Using database instead of preferences

Open

#500 aperta il 6 dic 2024

Vedi su GitHub
 (5 commenti) (1 reazione) (1 assegnatario)Kotlin (182 fork)auto 404
enhancementgood first issue

Metriche repository

Star
 (1480 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Large History Storage

  1. Store 100+ calculations
  2. Persist across app restarts
  3. Efficient querying of past calculations

Performance Benefits

  1. Faster than SharedPreferences for multiple entries
  2. Better memory management
  3. Background thread support for data operations

Common source of data. Using Viewmodel and Flows for reactive programming.

Guida contributor