Android :: Unique Size Of Framing Rectangle In Zxing QR Code Scanner?

Sep 17, 2010

I am a beginner to android. I am building an application to work with QR code.i downloaded the source code for zxing1.5 from the link http://code.google.com/p/zxing/downloads/list. When i try to load application with different devices i found that the framing rectangle to be in various sizes in different place,unfit to the device.

Android :: Unique size of framing rectangle in zxing QR code scanner?


Android :: ZXING Barcode Scanner

Nov 17, 2009

I am writing an application that needs the ability to scan barcodes. I know that the ZXING Library can be used for this but I can't find a resource only that has a tutorial on how to use this library in your app. I want to be able to install my app and if the ZXING library isn't installed maybe install it too?

View 3 Replies View Related

Android :: Bar Code Scanner App?

Jun 29, 2010

Is there a bar code scanner app that will really list stores that carry the item, price etc? i have tried 4 so far, non will. they search web sites. a friend who has an iphone says hers will do it, but didn't offer to demonstrate.

View 5 Replies View Related

HTC Incredible :: Bar Code Scanner - What's This?

Apr 21, 2010

Whats this i hear of a bar code scanner? does it come out of the lens ? I have no idea what it is. I'm coming from an Lg Dare so can someone help this smartphone NOOB.

View 5 Replies View Related

HTC Incredible :: Good Bar Code Scanner?

Jul 16, 2010

Any recommendations for a good bar code scanner?

View 3 Replies View Related

Samsung Captivate :: Free App For A Bar Code Scanner?

Oct 27, 2010

I am looking for an app for a bar code scanner. Can someone recommend one and tell me where to find it? Preferably a free one.

View 4 Replies View Related

Samsung Moment :: Bar Code Scanner App (Free Or Pay) For Phone?

Apr 7, 2010

What's the Best bar code scanner app (Free or Pay ) for the moment?

View 14 Replies View Related

Scanner Engine To Read And Write QR Code Or Barcode

Mar 13, 2014

I am looking for an scanner engine to Read and Write QR code or barcode. On either a tablet or mobile phone.

View 1 Replies View Related

Sprint HTC Hero :: Best Bar Code Scanner App To Work With Shop Savvy?

Feb 15, 2010

What is the best bar code scanner app to work with Shop Savvy?

View 4 Replies View Related

Android :: Unique Phone Id - "PIN" Code?

Sep 13, 2009

Is there a unique phone id (not the phone number -- since that can obviously change).

on other phones it's called the "PIN" code.

View 5 Replies View Related

Android :: Media Scanner Connection Scan File - Scanner Crashing

Sep 27, 2010

When I run the following line of code:
MediaScannerConnection scanner = new MediaScannerConnection( this, null );
scanner.connect();
scanner.scanFile( szFinalFileName, null ); //<---crash here
I get a crash and this message in the console window:
09-26 14:47:44.074: ERROR/MediaScannerService(10288): Failed to delete file /data/data/com.android.providers.media/pause_scan
does anyone have any ideas why this isnt working and what i can do to fix it?

View 1 Replies View Related

Android :: Assign Text Size In Sp Value Using Java Code?

Jan 15, 2010

If I assign an integer value to change a certain text size of a TextView using java code, the value is interpreted as pixel (px), now does anyone know how to assign in sp?

View 1 Replies View Related

Android :: Different Size Screens - How To Use Extra Space And Code For It?

Sep 16, 2010

On Thu, Sep 16, 2010 at 9:49 AM, niko20 <nikolatesl...@yahoo.com> wrote: > One final question regarding extra space. Say for example on a large > screen device I decide instead now to create a whole new layout with > new controls so the user has access to all the controls instead of > having to use a menu.

> How do you code for that then? Is there a way at runtime to tell which > "layout" really was loaded by the framework so the code can hook into > it differently?

View 2 Replies View Related

Android :: Zxing Androide Source For Blackberry

Nov 18, 2010

To my knowledge, in the Zxing android source code, there is a custom layout to search for key points in the QR code image (Viewfinder_view). It then analyzes the byte stream of the image.

Can I detach from this design and use the android zxing source code to develop an approach which can be used in both the Android and BlackBerry platforms?

It will be a JAR file which can be used to decode QR codes, using the Android Zxing source.

View 2 Replies View Related

Android : Can ZXing Be Used In Droid With Encrypted QR-codes?

Oct 1, 2010

The current method uses AES encrypted files.
The goal is to exchange small amounts of private data using AES encrypted QR-codes.

View 1 Replies View Related

Android :: Use ZXing To Create Droid Barcode Scanning App?

Jan 12, 2010

I've been searching on how to add a barcode scanner to my app. Does anybody know of any examples or know how to do this easily?

View 4 Replies View Related

Android :: ZXing Doesn't Read 1D Barcode In Droid App / Fix For This?

Oct 2, 2010

I am developing a new application which hopefully will use a barcode reader to scan and find books. I will then use the ISBN information to get more information.

The intents work and I can scan 2d barcodes OK but not the 1d barcodes of books which I know scan fine using the full application.

This is my code. I have tried it without putting the intent extras and it doesn't change anything. code...

Is there something obvious I am missing? The settings in the app also are selected on 1d scanning only.

View 2 Replies View Related

Android :: Include And Use ZXing Library In Droid With Eclipse?

Aug 14, 2009

I am new to the concept of ZXing,so i want to know the step by step process to use the ZXing in android and i am using eclipse as IDE.

View 1 Replies View Related

Android :: Draw Text In Rectangle?

Aug 4, 2009

I have just started looking at developing for Google Android and want to draw a rectangle with some text in it that I then want to position where i want on screen. I have got as far as drawing a rectangle on screen using a ShapeDrawable and RectShape I now want to put some text in the rectangle. How can I best do this? Should I be looking at somehow adding a textView to the RectShape? Or am i going down the the wrong avenue completely?

View 3 Replies View Related

Android :: Setup Vertices For A Rectangle?

Sep 16, 2010

I need to setup vertices for a rectangle - I have a square example, how would I modify it to get a rectangle 5 times the width and half the height?

CODE:.......

Okay so I think I setup the vertices correctly but now I need to setup the normals textures and indices:

CODE:.........

How to set these up:

CODE:...............

View 1 Replies View Related

Android :: Draw A Scalable Rectangle?

Feb 9, 2010

How to draw a scalable rectangle around a bitmap And such that

1) The rectangle should scale based on the size of my bitmap.

2) The colour of my rectangle should change on my input.

View 2 Replies View Related

Android :: Draw Text As Big As Possible Inside Rectangle?

Apr 11, 2009

Is there any convenient method to draw a string (custom true type font) as big is possible inside a supplied rectangle or to calculate the font size of a paint object based on a string and some rectangle dimensions.

View 3 Replies View Related

Android :: Draw Rectangle And Put Some Text Inside?

Jul 24, 2010

i have an activity and in the activity i have some buttons and textviews, and i would like to draw a rectangle with text inside. i saw some examples online but the all say to create my on view , override onDraw and the set this view as my layout, but i have my layout already.

public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);

TextView baramzona = (TextView) findViewById(R.id.TextView01);
baramzona.setText(R.string.baram_zona_textview);
final Button pocniparking = (Button) findViewById(R.id.ButtonStart);
final TextView momentalnazona = (TextView) findViewById(R.id.TextView02);

//momentalnazona.setText("Моментално се наоѓате во зоната");
pocniparking.setText(R.string.btn_Start_Parking);
pocniparking.setEnabled(false);
}
}

View 1 Replies View Related

Android :: Obtain Rounded Rectangle For TextView?

May 20, 2010

Does anyone know how to obtain the rounded rectangle effect from this picture? http://developer.android.com/intl/de/resources/articles/images/list_f...

Is it somewhere in samples?

View 3 Replies View Related

Android : Change Text When Scanning Barcodes With Zxing Via Intent In Droid?

Aug 10, 2010

Is it possible to change prompt text that says "place the barcode inside the viewfinder..." when launching Barcode scanner (zxing) via intent (Intent intent = new Intent("com.google.zxing.client.android.SCAN")) ?
I want to have prompt in my language, how should i do that?

View 2 Replies View Related

Android :: Create Rectangle Shape With Only Two Rounded Edges?

Oct 14, 2010

I can create a shape that is a rectangle with all edges rounded. However, what I'm wanting is a rectangle shape with only 2 of the edges rounded. Is this possible?

I'm essentially hacking together a ListView that looks like a bubble with rounded edges. I'm looking to add a header that has the two top edges rounded and a footer with the two bottom edges rounded.

View 4 Replies View Related

Android : How Can I Create Type Of Rectangle By Using Rect Class?

Jul 25, 2009

I have got a problem. How can i create the following rectangle by using Rect class? I mean Diagonal Rectangle. Is it possible through Rect class?? if not then any other way?

View 4 Replies View Related

General :: ZXing Library - Intents Not Working

Jul 16, 2012

I am developing an app that needs to call "Barcode Scanner" using an Intent. Part of the ZXing library is the IntentIntegrator [URL] ......

The IntentIntegrator allows me to use addExtra to the intent. My plan was to read whatever "extra" I added to the intent in the onActivityResult call after the barcode has been read. The problem is that the Barcode scanner application doesn`t return the extras to me after it reads the barcode.

This is my call to invoke the intent:

Code:
(...)if (v.equals(btBarcode)) {
IntentIntegrator integrator = new IntentIntegrator(this);
integrator.setTitle(getString(R.string.app_name));
integrator.addExtra(Utils.EXTRA_MODO, "add");
integrator.initiateScan();

[Code] ....

Is this the way it is supposed to work (and thus I'll have to find a way to know what button of my app is calling the intent) or is it really a bug in the ZXIng library?

View 3 Replies View Related

Android :: Draw A Scalable Rectangle - Should Change Colours On Input - Around A Bitmap

Feb 9, 2010

To draw a scalable rectangle around a bitmap

And such that

1) The rectangle should scale based on the size of my bitmap

2) The colour of my rectangle should change on my input

View 2 Replies View Related

Sprint HTC Hero :: Sprint HTC Hero Bar Code Scanner

Jan 24, 2010

I have downloaded the Barcode Scanner app from ZXing team.Have tried to scan 10 items no luck. Same app works fine on Samsung Moment.

View 17 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved