[android-beginners] Re: Reading/Decoding bar code stored in resources

2009-10-16 Thread Abhishek
Wahib, I will try out a few things and let you know. I spend 2 days in a week on this one that is why there is delay in my replies..Sorry for that. Is it possible for you to send your code to try a few things with it? I will keep you posted. Thanks, Abhishek On Oct 14, 7:38 pm, wahib haq wrote

[android-beginners] Re: Reading/Decoding bar code stored in resources

2009-10-14 Thread wahib haq
feels good to see your reply. Its just an assignment for me. yes i am stuck with part 1. In the start i tried a lot with camera stuff and searched for source codes to display camera preview and take snap. I was successful with getting camera preview but either the image was not saved or the image

[android-beginners] Re: Reading/Decoding bar code stored in resources

2009-10-14 Thread Abhishek
Wahib.. sorry for the mistake in your name. Thanks for pointing out. 3 phases of my app 1) Scan picture(bar code) from camera & store 2) Decode the barcode 3.) Search the product information and display. I am done with Part 2.. I think you are also working on same application if I am not wrong. N

[android-beginners] Re: Reading/Decoding bar code stored in resources

2009-10-09 Thread wahib haq
You are welcome. Btw my name is wahib :) How do u intend to use this barcode code with camera thing? are you using your own camera preview code or calling built in camera app intent?? I am just stuck with this phase .. i hope its the last thing. Regards, wahib On 10/10/09, Abhishek wrote: > > H

[android-beginners] Re: Reading/Decoding bar code stored in resources

2009-10-09 Thread Abhishek
Hey Wahid, Same code worked for me. Multiformatreader can read QR codes. Thanks a lot for help. Abhishek On Oct 9, 9:11 am, Abhishek wrote: > Wahid, > > Thanks a lot brother. Is it possible for you to send you activity file > to me onabhishek.moh...@gmail.com? > I will keep you posted about my

[android-beginners] Re: Reading/Decoding bar code stored in resources

2009-10-09 Thread Abhishek
Wahid, Thanks a lot brother. Is it possible for you to send you activity file to me on abhishek.moh...@gmail.com? I will keep you posted about my progress on this application. Abhishek On Oct 7, 7:42 pm, wahib haq wrote: > hiabhishek!! I am a newbie and my first initiative is also building > a

[android-beginners] Re: Reading/Decoding bar code stored in resources

2009-10-07 Thread wahib haq
hey i just tried decoding a QR code and it worked fine as well. you just need to import /zxing/qrcode.QRcode and then create it instanse like i did with MultiFormatReader. I also tried decoding a datamatrix image using its class DataMatrixReader but its not working. but i am happy up till now.

[android-beginners] Re: Reading/Decoding bar code stored in resources

2009-10-07 Thread wahib haq
hi abhishek !! I am a newbie and my first initiative is also building a simple barcode decoding module. I dont have a android phone so i have to go on a different path to do this barcode app thing. :S can you plz guide me what to be on right side of BufferedImage myImage = ... ?? I am using this