clementwzk/OpenCalc

Using database instead of preferences

Open

#500 建立於 2024年12月6日

在 GitHub 查看
 (5 留言) (1 反應) (1 負責人)Kotlin (182 fork)auto 404
enhancementgood first issue

倉庫指標

Star
 (1,480 star)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南