Hey ya, I have some resources that I'd like to put...
# android
r
Hey ya, I have some resources that I'd like to put in my application. They are like 500 items and every item has 3 properties (a, b, c). My question is: should I use Room (SQLITE) or Xml Resources? I want to know which one is better in performance/storage. Anyway, they will need to be a local resource.
r
Should be using a database. If you doing kind of filter or search by properties.
r
Hmmm... I'll check it. That's good, ty 🙂
r
beacuse you doing a IO bound, its will impact to old devices to doing some io tasks