nbusy / nbusy-android

NBusy Android app.
http://nbusy.com
Apache License 2.0
1 stars 0 forks source link

Use Capacitor library #44

Open soygul opened 8 years ago

soygul commented 8 years ago

We can try and integrate Capacitor library using immutable Chats<Chat> (dream!) or Chats.Chat<Message> (we do this already but with Guava).

soygul commented 8 years ago

Also evaluate pre-existing libraries:

soygul commented 8 years ago

This change will also require below:

Use Guava immutable lists in worker/data/activities/events parameters or multithreaded mutations are ruining the workflow

We'll have to do this for everything in /data package (including Profile!) and will have to maintain a separate diff-ing algorithm and mutable lists (listadapter rather) inside views.