kolabnotes-android
kolabnotes-android copied to clipboard
Refactor handling of data aka use ContenProvider/Resolver
In the actual implementation, handling of persistent data is done via direct database calls. This should be refactored, so that ContentProvider / ContentResolver are used. Also these Provider/Resolver must be documented, so that other apps can use notes from this app.