Pinned Repositories
AddressBookDemo
An Android app for an address book, it's a pretty simple way to demo the SQLite interaction
android-data-utils
A collection of utility classes to make working with SQLite databases in Android apps a little easier.
Android-Forum
An Android app to create/view forum posts. It can communicate with a server running a Django site using JSON. You can also change a boolean to make it store posts on a local SQLite DB, if you want to try it out by talking to yourself. I made this as a way to get experience with native Android apps, and to see how Django compares to RoR.
Android-Login-App
A simple SQLite login application developed for Android. I'm looking to slowly start developing this into a more complex database which would link to an external database and would be able handle more user data.
Android-SQLite-TODO-App-Example
Today we are going to show you how to use Android SQLite database in your applications. Our sample application stores TODO Tasks. It displays a list of TODOs, when an element of the list is clicked it is removed from the database. Our application also allows to add new TODO tasks to the list. This is a tutorial code. Feel free to use it. For more great codes and tutorials visit us at itcuties.com.
Android_Survey_App
Survey app used to display series of questions for the app user, feed answers directly to the SQLite database ...
basedroid
A base Android app with common features (master/detail view, SQLite database, content provider, action bar, etc) that can be run on devices with API level 8 and above.
External-SQlite-database
Use an external SQLite database in an Android App -- working example
html5-boilerplate
A professional front-end template for building fast, robust, and adaptable web apps or sites.
b0keng's Repositories
b0keng/AddressBookDemo
An Android app for an address book, it's a pretty simple way to demo the SQLite interaction
b0keng/android-data-utils
A collection of utility classes to make working with SQLite databases in Android apps a little easier.
b0keng/Android-Forum
An Android app to create/view forum posts. It can communicate with a server running a Django site using JSON. You can also change a boolean to make it store posts on a local SQLite DB, if you want to try it out by talking to yourself. I made this as a way to get experience with native Android apps, and to see how Django compares to RoR.
b0keng/Android-Login-App
A simple SQLite login application developed for Android. I'm looking to slowly start developing this into a more complex database which would link to an external database and would be able handle more user data.
b0keng/Android-SQLite-TODO-App-Example
Today we are going to show you how to use Android SQLite database in your applications. Our sample application stores TODO Tasks. It displays a list of TODOs, when an element of the list is clicked it is removed from the database. Our application also allows to add new TODO tasks to the list. This is a tutorial code. Feel free to use it. For more great codes and tutorials visit us at itcuties.com.
b0keng/Android_Survey_App
Survey app used to display series of questions for the app user, feed answers directly to the SQLite database ...
b0keng/basedroid
A base Android app with common features (master/detail view, SQLite database, content provider, action bar, etc) that can be run on devices with API level 8 and above.
b0keng/External-SQlite-database
Use an external SQLite database in an Android App -- working example
b0keng/html5-boilerplate
A professional front-end template for building fast, robust, and adaptable web apps or sites.