Name | Modified | Size | Downloads / Week |
---|---|---|---|
SQLiteWrapperA.zip | 2016-09-18 | 26.6 MB | |
Readme.txt | 2016-09-18 | 744 Bytes | |
Totals: 2 Items | 26.6 MB | 0 |
Title: Easy SQLite Wrapper For Android in Java Description: This Android project is a Example using SQLDataIO.java Copyright: Copyright © Cindy Oakes 2016 Contact: pgmr_64804@yahoo.com or look me up on facebook, twitter, linkedin, ect... This project is a complete app that creates a table, does various commands and then adds the output to an array to be listed in a listview. To add SQLite functions to your project: 1) Create A Class called SQLDataIO and put in your Project with your Activities 2) Copy the text of this SQLDataIO.java and paste in your file, but be sure and use your package name and not the one from this project Note: PerformSQLCommands and printRows in MainActivity.java are the methods that use the wrapper.