Working with Sqlite Android using Sugar ORM

Introduction

As we know android support sqlite database where we have to create our own modals by writing complex database queries. Creation of database and tables is critical task in android, fetching and manipulating the table is also vary complex.

So here I am going to discuss that how we can easily create our database and tables and we will also perform CRUD operations. Here We are going to use Sugar orm Library.

You can download this library from:- https://github.com/satyan/sugar.
Continue reading