Skip to content

Vertabelo/vertabelo-mobile-orm-demo-android

Repository files navigation

MyPlaces – Vertabelo Mobile ORM example app

The example android app that laverages the Vertabelo Mobile ORM to add and manage places in the SQLite database.

Screenshots

Overview

The app does the following:

  • Displays a list of places retrieved from the SQLite database,
  • Enables to perform sorting and filtering operations,
  • Shows details of the selected item with possibility to edit/delete it.

For connection to database stands listed below main components:

  • orm package – generated Java classes that maps the database model and classes with defined operations for creating, reading, updating and deleting objects in/from a database.
  • PlaceManager - class that is responsible for managing places (insert, delete, update, select)
  • TagsManager – class that handles inserting, deleting tags.
  • AddressManager – class that manages countries and cities associated with the places.

Requirements

  • min Android SDK: 15
  • Gradle 2.5

Documentation

To find more information on how to use Vertabelo Mobile ORM, visit:
http://mobile-orm.vertabelo.com/docs/vertabelo-mobile-orm-docs.html

About

This is a demo application showing how Vertabelo Mobile ORM simplifies talking to SQLite database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages