Stream: Anybody play with the new Xcode 4 preview 2 yet? http://bit.ly/b286GD Jobs: We're Hiring! >>
ReignDesign

Blog - Android

Posts Tagged ‘Android’

iDroid: an iPhone and an Android G1 in one

Wednesday, April 1st, 2009

apple-and-android ReignDesign is proud to present the new iDroid phone straight from our R&D labs in Shanghai. iDroid gives you all the capabilities of Apple's iPhone OS and Android devices in a flexible, portable package.

Flip the iDroid one way and you have a fully functional iPhone and iPod. Listen to music, surf the web, or make phone calls. Flip the iDroid the other way and you've got a fully-functional Android G1. Listen to music, surf the web, or make phone calls. It's your choice.

(more...)

Using your own SQLite database in Android applications

Tuesday, March 3rd, 2009

Android Dev.Most all of the Android examples and tutorials out there assume you want to create and populate your database at runtime and not to use and access an independent, preloaded database with your Android application.

The method I'm going to show you takes your own SQLite database file from the "assets" folder and copies into the system database path of your application so the SQLiteDatabase API can open and access it normally.

(more...)