To retrieve an attachment from a document, try document.getCurrentRevision().getAttachment(attachmentName).
On Thursday, January 30, 2014, PRASASNNA KUMAR < [email protected]> wrote: > Hello Traun, > > In Android couchdb beta 2version, how we can retrive the an atchaments > images from document and how to set to the an Image View.I could not found > any such methods in new api. > > Thank's > prasanna > > > On Thursday, January 23, 2014 1:00:54 AM UTC+5:30, Ajith wrote: > > Hello Traun, > > We've been eagerly waiting for beta 2 of Couchbase-lite Android. We need > our iOS app(which uses CBL-iOS) to be shipped as soon as possible in > Android too. Repo > milestones<https://github.com/couchbase/couchbase-lite-android/issues/milestones> > says > beta 2 is past 5 days. So, can we expect an official release anytime soon? > Or github tag/release from which we can build it ourselves. This will help > us to interact with our Android customers. We are expecting the > CBL-Android equivalent to CBL-iOS (including helloWorld/API/tutorial > documentations here <http://www.couchbase.com/mobile>). > > TIA > Ajith > p.s we know you have been doing a great job trying to match up with iOS. > Happy coding! > > On Wednesday, January 22, 2014 12:49:51 AM UTC+5:30, Traun Leyden wrote: > > Yes the recommended approach is to use the latest code on the master > branch: > > https://github.com/couchbase/couchbase-lite-android > > in which case you can use the native api and call > Database.addChangeListener( .. ) > > > On Tue, Jan 21, 2014 at 10:16 AM, PRASASNNA KUMAR > <[email protected]>wrote: > > Thank's for reply > Is there any possibility to do couhcdb on android > continuous replication with out using Ektorp reference documention.... > > > > > On Tuesday, January 21, 2014 11:30:59 PM UTC+5:30, Traun Leyden wrote: > > Looks like you are using Ektorp, and in that case I believe the way to do > it would be: > > http://ektorp.org/reference_documentation.html#d100e1039 > > > On Mon, Jan 20, 2014 at 8:29 PM, PRASASNNA KUMAR > <[email protected]>wrote: > > Hello, > > Is it possibility to do by using old GrocerySync project. > I mean Which project Contain class like > > CBLServer > CBLDatabase > CouchDbInstance > CouchDbConnector > ViewQuery > > Thank's > > > > > On Monday, January 20, 2014 11:57:53 PM UTC+5:30, Traun Leyden wrote: > > > On Android you can add ChangeListener's on the following objects: > > * Database > * Document > * LiveQuery > > which will be called back when these objects change due to underlying > changes in the database. > > > On Mon, Jan 20, 2014 at 10:23 AM, PRASASNNA KUMAR > <[email protected]>wrote: > > Hi > We need solution for android > > Thank's > > On Monday, January 20, 2014 11:25:10 PM UTC+5:30, Jens Alfke wrote: > > > On Jan 20, 2014, at 3:55 AM, Srinivas Tirumala <[email protected]> wrote: > > Is there any listners or methods which will notify us the data changed in > Couchbase server so that we can update on UI. > > -- > You received this message because you are subscribed to the Google Groups > "Couchbase Mobile" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:_e({}, > 'cvml', 'mobile-couchbase%[email protected]');>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/mobile-couchbase/11a287d4-a081-4f21-a5f8-5f957738e15e%40googlegroups.com > . > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/CACSSHCE5ndiOnKmPHd1Cn2_VZuy%3DLGwjW_UXpYSZPtpp%2BSoTwg%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
