Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

QuickBlox Android Custom Objects Sample

This is a code sample for QuickBlox platform. It is a great way for developers using QuickBlox platform to learn how to create own data structures for yours apps.

This is an Android build, it demonstrates how to work with Custom Objects QuickBlox module. It allows to create any server side data structure, use it as you want, create any logic and a lot of others custom features.

It shows how to:

  • Create own server data structure & use it. In our example we created data structure, that represents simple Note.
  • Get, Create, Update, Delete your data using a lot of filters.

Go to project page on QuickBlox Developers Section -- http://quickblox.com/developers/SimpleSample-customObjects-android

Or clone project here and start to work with the code.