Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 882 Bytes

README.md

File metadata and controls

37 lines (20 loc) · 882 Bytes

Android SQLite TableView

How to save,retrieve and bind SQLite database data to a TableView. The full tutorial for this example is located at http://camposha.info/source/android-sqlite-tableview-insertselectshow.

Overview

  • Insert to SQLite database.
  • Retrieve from SQLite
  • Bind to TableView

Demos

  • Project Structure

  • Input Dialog

  • SQlite TableView portrait

  • SQLite TableView Landscape

How to Run.

Clone the project into your android studio or download and extract the project and import to your android studio.

More

Here are more SQLite examples http://camposha.info/tag/android-sqlite/ and TableView Examples here http://camposha.info/tag/android-tableview/ .