DroidDB Tip of the Month

DroidDB® Tip for June 2014

Launching DroidDB from Your Android App

If you are a professional programmer, you may want your Android application you wrote using Eclipse and the Android SDK to launch a DroidDB application. It's actually very easy to do this.

The following Java code will launch DroidDB and open a DroidDB application called MyApp and sets @var(0) to "MyInfo":

    Intent intent;

    intent = new Intent("com.syware.droiddb");
    intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
    intent.putExtras("parameter", "MyApp");
    intent.putExtras("@var(0)", "MyInfo");
    startActivity(intent);

 

Back to List »

Visit our store

Top rated! I needed a solid database application development tool for mobile devices. I chose DroidDB for Android OS because it provided a way to get a strong product to market quickly. DroidDB is relational, gives me control over form layout, handles macros, and supports events. It works on all Android versions I have tried and is a great companion product to SYWARE’s VisualCE.

Mark Read, President
SyntegraTech, Inc.

signup for our newsletter