O RecyclerView widget is a popular option on the Android platform for efficiently displaying dynamic data collections .Couchbase Lite 2.0 é um poderoso NoSQL armazenamento de dados incorporado para iOS, Android e .Net Plataformas móveis.
In this post, we introduce a tutorial that will discuss the use of a Couchbase Lite embedded database as a data source for RecyclerView within your Android app.
Tutorial
O tutorial here will walk you through an Android java app that will use Couchbase Lite as a standalone, embedded data store within your mobile app. We will use
- Couchbase Lite 2.0 as a data source for RecyclerViews
Visão geral do aplicativo
We will be working with a very simple “University Lister” app.
The app does the following –
- It displays a list of “university” items in a
Recyclerview
comCouchbase Lite
as the data source. - Every time a “University” entry is added to the Couchbase Lite database, the RecyclerView displaying the university items is automatically updated to include the newly added item

Próximas etapas
At the end of the tutorial, you should have an understanding of how to use a Couchbase Lite database as a data source for RecyclerViews
within your Android app. You should also gain familiarity with the fundamentals of using Couchbase Lite’s Database / Document interface.
Se tiver dúvidas ou comentários, deixe um comentário abaixo ou entre em contato comigo pelo Twitter @rajagp ou envie-me um e-mail para priya.rajagopal@couchbase.com. O Fóruns do Couchbase são outro bom lugar para entrar em contato com perguntas.