Closed jakubczaplicki closed 10 years ago
For those looking for a sample app, here's a good tutorial Couchbase Lite Hello World tutorial : http://docs.couchbase.com/couchbase-lite/cbl-android/cbl-android-1.0b2/
I removed this because we decided to remove CouchbaseLiteApplication, since it did not seem appropriate to belong in our core library. This kind of thing is probably better off in a separate module.
Since it's so simple, it was just completely removed. If someone needed something similar, they can just do the same thing in their own code.
Were you subclassing CouchbaseLiteApplication? I would suggest just copying that code into your own application.
REF: https://github.com/couchbaselabs/GrocerySync-Android/commit/964e1ca7090dac1f74a38841590e866a8d848d0d
I see that the sample app has been removed : "Remove GrocerySyncApplication, no longer needed". Why ?
Is there any other sample app for Andoir I could look into ?
I got stuck with an issue with my app that I base on the GrocerySyncApplication.