GDG Chicago Android

Google Developers Group

All Blog Posts Tagged 'android' (2)

Classes for your IDE

As you know android jars are stubs and thus there are no class sources in them for IDE tool use. I just reviewed issue 979 to gather links to class sources for 1.5, 1.6, 2.0.1, 2.1, and 2.2. Once you download the zip and jars linked to below you put them into sdk/platform/sources folders for the Eclipse IDE to automatically scan them and for non eclipse IDE users I believe you just do a class source attach to enable with the jars and zip themselves and thus do not have to unjar/unzip them if… Continue

Added by Fred Grott on June 30, 2010 at 8:48am — No Comments

Barcode Scanning on the Android

Barcode scanning is one of the quickest way to gather information for your app. Here is a code snippit that you can add to your application




//begins the barcoding intent
public void barcode(){
Log.i("mssg", "Barcode Button pressed");
Intent intent = new…
Continue

Added by Matthew Wojtowicz on February 28, 2010 at 7:48pm — No Comments

Monthly Archives

2010

© 2013   Created by Uki Dominque Lucas.

Badges  |  Report an Issue  |  Terms of Service