Re: [android-beginners] How to configure proxy settings on my Droid with Android 1.6 ?? plz help

2010-08-04 Thread wahib haq
by which i can use wifi internet in my university behind a proxy. Not just on browser but also with applications. Thanks in advance. regards, wahib On Wed, Aug 4, 2010 at 1:19 AM, Justin Anderson janderson@gmail.comwrote: And even if that isn't the case and your problem lies with something

[android-beginners] How to configure proxy settings on my Droid with Android 1.6 ?? plz help

2010-08-03 Thread wahib
. regards, wahib -- You received this message because you are subscribed to the Google Groups Android Beginners group. ATTENTION: Android-Beginners will be permanently disabled on August 9 2010. For more information about this change, please read [http://goo.gl/xkfl] or visit the Group home page

Re: [android-beginners] How to Access voice call stream in real time

2010-07-21 Thread wahib haq
hey Pete, i would just wanna add that if there are voice recording apps then it means we can receive the audio stream from API's. wahib On Tue, Jul 20, 2010 at 9:00 PM, peter f miller pfmil...@gmail.com wrote: On Mon, Jul 19, 2010 at 10:53 PM, zain mustafa zai...@gmail.com wrote: I know

Re: [android-beginners] share stuff to social networks

2010-05-28 Thread wahib haq
You can implement integration of social media using their respective API's for example fbconnect for facebook and many twitter api's are available too. So you can create your custom dialog with links to these social medias. regards, wahib On Fri, May 28, 2010 at 1:33 PM, manigault manig

Re: [android-beginners] Get data to android app from mysql server

2010-05-24 Thread wahib haq
it. This link can be helpful -- http://www.anddev.org/doing_http_post_with_android-t492.html This link also uses php on the server side but you can use any language and post data back. regards, wahib On 5/24/10, Fabian fabiankaj...@googlemail.com wrote: Hi i have an mysql database with some sports

Re: [android-beginners] Android Development Phones

2010-04-22 Thread wahib haq
I would sincerely suggest to prefer a phone on emulator. Emulator has serious limitations and make one stuck at a very bad state. Thought i am a newbie but i have experienced it in these 4 months and now we are trying to get a cheap used phone for testing. regards, wahib On Wed, Apr 21, 2010

Re: [android-beginners] Getting one form data on anather form

2010-04-22 Thread wahib haq
://www.remwebdevelopment.com/dev/a33/Passing-Bundles-Around-Activities.html best of luck. wahib On Thu, Apr 22, 2010 at 8:30 AM, Mohammad Siddiqui siddiqui.m...@gmail.comwrote: Hi everyone, i have therre consecutive form ,after filling the form one i press the next button on the first form to go to the second form

Re: [android-beginners] Getting one form data on anather form

2010-04-22 Thread wahib haq
I myself is a newbie so if someone has better sugesstion than do share it. I would love to increase my knowledge. regards, wahib On Thu, Apr 22, 2010 at 8:46 AM, wahib haq wahib.t...@gmail.com wrote: Salam dear. You can take the data from one form to other by passing bundles with intents

[android-beginners] Unable to set up email application on emulator for android 1.6

2010-04-13 Thread wahib
first . kindly help me out. It might be the issue with emulator. And also i launch my emulator giving the proxy with using -http-proxy hope to see a positive response. regards, wahib -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try

Re: [android-beginners] is there any1 who has implemented facebook integration with android app by any means ??? plz help

2010-04-12 Thread wahib haq
. -- There are only 10 types of people in the world... Those who know binary and those who don't. -- On Sun, Apr 11, 2010 at 5:13 PM, wahib wahib.t...@gmail.com wrote: Hello experts !! I am stuck up

Re: [android-beginners] JavaScript problem in webview

2010-04-12 Thread wahib haq
are you making a http get/post request ??? regards, wahib On 4/12/10, brijesh masrani masrani.brij...@gmail.com wrote: Hello, I have a JavaScript function which returns a value and i want to use that value in my Android program. Can anyone please tell me how to do that. Regards, Brijesh

[android-beginners] is there any1 who has implemented facebook integration with android app by any means ??? plz help

2010-04-11 Thread wahib
application. I am stuck here how to receive callback and take control to next activity in my application :S so if any1 has any idea how i will do it. plz plz help me out !! regards, wahib -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try

Re: [android-beginners] Real beginner stuff

2010-04-05 Thread wahib haq
. sm1 else must comment explain. Have a nice time with ur android !! :) regards, wahib On 4/6/10, Alan Gauld alan.ga...@btinternet.com wrote: Just got my Android phone today. I have several questions but this looks like primarily a programmers forum? If so I'll have some questions later, I

Re: [android-beginners] Real beginner stuff

2010-04-05 Thread wahib haq
hi ! This might be helpful for u -- http://developer.android.com/guide/developing/device.html On 4/6/10, wahib haq wahib.t...@gmail.com wrote: hey alan, I dont thing there is any user's forum. People do ask questions here regarding phone usage issues and features. I dont have 1 yet so nvr

[android-beginners] Kindly help me understanding the sample code used for integration of facebook api with android

2010-04-04 Thread wahib
= MessageDigest.getInstance(MD5); byte[] md5hash = new byte[32]; md.update(text.getBytes(iso-8859-1), 0, text.length()); md5hash = md.digest(); return convertToHex(md5hash); } } thanks in advance ... regards, wahib -- You received this message because you

Re: [android-beginners] Re: How can i integrate facebook connect api in any android application?

2010-04-01 Thread wahib haq
keys of facebook application. or i guess the issue is with keys :S thanks in advance, regards, wahib On 4/2/10, Ali Asghar aliasghar...@gmail.com wrote: i just tested fbconnect and successfully logged in and posted a comment to my news feed. So im positive it works. if u did use the code from

Re: [android-beginners] How can i integrate facebook connect api in any android application?

2010-03-31 Thread wahib haq
kevin, i have a little experience of using http get/post requests so i will be very thankful if you can help me out to get started . I intent to add login functionality in my app using facebook account in first phase. I'll be truly thankful. regards, wahib On 3/31/10, Kevin Duffey andjar

Re: [android-beginners] Facebook API for Android

2010-03-23 Thread wahib haq
be very grateful. being a newbie its sometimes tough to follow up things. regards, wahib On 3/22/10, Carmen Delessio carmendeles...@gmail.com wrote: I do not know of an eclipse plugin. There are several libraries mentioned on the facebook wiki: http://wiki.developers.facebook.com/index.php

Re: [android-beginners] Problems accessing location data in emulator

2010-03-21 Thread wahib haq
. If you want to try any code with a sample map view then you need to give sample kml file in the 'KML' section. best of luck ! regards, wahib On 3/20/10, Sven Jacobs sven.jac...@web.de wrote: Hi all, I'm trying to access location data in the emulator but always receive null values

Re: [android-beginners] App for submitting information

2010-03-21 Thread wahib haq
on facebook integration as well and having problems :S so if you find anything useful then do share it with me. by the way , this can be useful [http://www.devx.com/SpecialReports/Article/37721/1954] :) best of luck regards, wahib On 3/20/10, KE power...@gmail.com wrote: I'm trying to create

Re: [android-beginners] Still confused with onKeyDown

2010-03-21 Thread wahib haq
as the subject. -- Wahib-ul-haq 3rd year Communications Engineering Student, NUST, Pakistan. Microsoft Student Partner follow me on twitter @wahibhaq -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack

Re: [android-beginners] Add calendar item through Intent?

2010-03-19 Thread wahib haq
hi dear. what app you are trying to make ?? because i am working on a similar idea and searching for same solution. regards, wahib On 3/19/10, Sven Jacobs sven.jac...@web.de wrote: Hi all, I'm developing an app that displays a list of events and would like to know if there's any standard way

Re: [android-beginners] use Facebook in app

2010-03-18 Thread wahib haq
-android] but i have tried it on all android versions and what i only see is a blank screen when i try to connect to facebook. I just need to add login functionality using facebook login id and password in my app. help me if you get any solution to this. Thanks in advance. regards, wahib On 3/17/10

Re: [android-beginners] use Facebook in app

2010-03-18 Thread wahib haq
in to facebook, wouldn't you need a users login name and password for facebook login? Do you ask for that in your app, save it on device to use it? On Thu, Mar 18, 2010 at 10:00 PM, wahib haq wahib.t...@gmail.com wrote: hello dear ! I am having the same issues for past few days. I posted three times

[android-beginners] how to implement facebook login integration with my android app ???

2010-03-17 Thread wahib
hello experts ! I have posted this problem twice previously and doing it once again. kinldy help me out if any1 has been successful implementing facebok login facility in its app. I tried with fb- connect api but its not working on my end .. just stuck !! :S regards, wahib -- You received

[android-beginners] anyone got success with integrating facebook login with android app using fbconnect api

2010-03-14 Thread wahib
downloads. even after inserting the api key and secret key of facebook app, when i try to connect to facebook i only see a blank white screen. dnt know whats the issue is :S thanks in advance regards, wahib -- You received this message because you are subscribed to the Google Groups Android

Re: [android-beginners] Hello Everyone

2010-03-08 Thread wahib haq
question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to android-beginners+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -- Wahib-ul-haq 3rd year

[android-beginners] can any1 help me ... how to upgrade G1 android version from 1.0 to 1.6 ?

2010-03-07 Thread wahib
it or share any relevant resources. This will be my first time handling android phone :) ... my all previous life was wid emulator :S thanks in advance. regards, wahib -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your

Re: [android-beginners] can any1 help me ... how to upgrade G1 android version from 1.0 to 1.6 ?

2010-03-07 Thread wahib haq
Hey kenn, thats truly a very useful link. i'll surely try it out and can make my friend happy :) regards, wahib On 3/7/10, Kenn Lisudza kennlisu...@gmail.com wrote: Hi Wahib, Check out this site. its got all you'll need to do your upgrade. http://developer.htc.com/adp.html On Sun, Mar

Re: [android-beginners] DefaultHttpClient problem sending Http request

2010-03-07 Thread wahib haq
sending but if no error it wont give an exception. I am also a newbie and wait for some experts to comment on ur issue. Best of Luck wid it :) Regards, wahib On 3/7/10, wonglik wag...@gmail.com wrote: Hi Everybody I have some problem and I am not sure if I understand it correctly and I would

Re: [android-beginners] Re: IllegalArgumentException occurs when passing url to post data ... plz help

2010-03-03 Thread wahib haq
Wahib, What you can do is replace the space character with some valid character like %20 or _... I also faced the same problem... Wat i did was use urString.replace(' ', '_') this kindof did my job... But your case mayb different.. you can try replacing the character with %20 coz spaces

[android-beginners] java.lang.IllegalArgumentException: Illegal character in query when using posting data to a url

2010-03-02 Thread wahib
type only. kindly help me out. Regards, wahib -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send

[android-beginners] IllegalArgumentException occurs when passing url to post data ... plz help

2010-03-02 Thread wahib
type only. kindly help me out. Regards, wahib -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send

[android-beginners] cant workout why a NullPointerException occuring !! :0

2010-02-27 Thread wahib
3 I/dalvikvm( 682): Wrote stack trace to '/data/anr/traces.txt' W/ActivityManager( 52): Launch timeout has expired, giving up wake lock! plz help me out ... i am a newbie but this seems to me that i am making some coding error !! Regards, wahib -- You received this message because you

[android-beginners] need help in understanding how to POST data from android app to a php script

2010-02-24 Thread wahib
back to a url like i can GET data from a url. kindly share code or any good tutorial. Regards, wahib -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com

Re: [android-beginners] Problem with my first very basic Google map application

2010-02-23 Thread wahib haq
hey imran, try to review your procedure in generating api key for google maps. you must be doing a mistake . regards, wahib On 2/21/10, IT imrantanvee...@gmail.com wrote: Hello everyone! I am new at Android.I have been trying from many days to make very basic google map application

[android-beginners] Re: How to draw Text in a rectangle after onTouch

2010-02-19 Thread wahib
some sample code if you have. regards, wahib -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send

Re: [android-beginners] Http proxy settings not working in Android Emulator 2.1

2010-02-19 Thread wahib haq
/tagged/android To unsubscribe from this group, send email to android-beginners+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -- Wahib-ul-haq Communications Engineering Student, NUST, Pakistan. www.sizzlotech.com

[android-beginners] how to draw a popup rectangle on google map .. plz help

2010-02-13 Thread wahib
in the rectangle. plz share if any link to a tutorial or sample code. Thanks in advance wahib -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged

[android-beginners] having a NullPointerException in onTap() function with ItemizedOverlay class .. plz help

2010-02-12 Thread wahib
Hello. I want to display a marker on mapview and want to do any activity when user clicks on the marker. The marker is displayed correctly but when i tap on it there is a NullPointerException and i dont know why its occuring. I followed the turotial from

[android-beginners] Re: how to place a landmark on a google map programmatically

2010-01-06 Thread wahib
thanks jim. It would be so nice if you could share some code. I am also searching myself to get some hands on example codes to give me a start. Regards, wahib On Jan 6, 8:44 pm, cellurl gpscru...@gmail.com wrote: I too need the same info. Typically I start by finding example code, so I

[android-beginners] how to place a landmark on a google map programmatically

2010-01-05 Thread wahib
about the location. Kindly help me out !! Regards, wahib -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from

[android-beginners] Problem with map display on emulator with kml file

2009-12-29 Thread wahib
is the issue. The mapkey is correct. Regards, wahib -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group

[android-beginners] emulator doesnt displays the route set by kml file .. plz help

2009-12-28 Thread wahib
hi ! I am having problem with running a .kml file with a simple map application. I run my app and it displays blank map view. then in ddms i select the app process for debugging and load the kml file. It shows list of latitudes and logitudes in the emulator control section. but even i restart my

[android-beginners] What emulator settings to edit to run simple GPS application

2009-12-05 Thread wahib
Hi ! I am new to GPS Location based app development in android. I really want to get started so i need to know what settings do i need to edit in emulator to run a simple map application integrating with a moke .KML file. Any reference to a useful tutorial is highly appreciated. Regards, wahib

Re: [android-beginners] Raw barcode reading

2009-11-25 Thread wahib haq
you need to try on with Zxing, open-source barcode library. Work on how to integrate Zxing with android and how to manipulate camera. Regards, wahib On 11/23/09, Paulo J. Matos pocma...@gmail.com wrote: Hello, There are a lot of barcode reading applications out there but I need to read

[android-beginners] how to add .KML file to my google map app

2009-11-24 Thread wahib
. further more how to select device in 'my devices' tab. secondly, i read that i also need to pull gps properties as well but i dont have any 'location' or 'gps' folder in /data/misc folder. Thanks in advance. Regards, wahib -- You received this message because you are subscribed to the Google Groups

[android-beginners] FileNotFoundException occurs when i try to create a jpeg file in sdcard :(

2009-11-23 Thread wahib
hi !! I intend to take camera pic and save it. This is the code which saves the image file. String filename; Date date = new Date(); SimpleDateFormat sdf = new SimpleDateFormat(MMddHHmmss); filename = sdf.format(date); File

[android-beginners] plz help me ... how to implement camera intent correctly?

2009-11-13 Thread wahib
but being a newbie i have limited know how. so kindly explain with suggestion. Regards, wahib -- You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send

Re: [android-beginners] how to install the sdk in my computer?

2009-11-11 Thread wahib haq
experience that you have to get started for yourself. Get star from development guide on android.com. Thats the best source of learning for all of us !! :) Regards, wahib On 11/11/09, isra israelgarci...@gmail.com wrote: I downloaded the sdk file and tried to install it in my computer, but i

[android-beginners] camera takes snap but no image is added to the gallery

2009-11-11 Thread wahib
this code from a post but being a newbie i have limited know how. so kindly explain with suggestion. Regards, wahib -- You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe

Re: [android-beginners] Re: how to call a function after taking snap from camera?? plz help

2009-11-10 Thread wahib haq
i intend to take a snap from camera app and want to execute decode() function. Kindly help. Regards, -- Wahib-ul-haq Communications Engineering Student, NUST, Pakistan. www.sizzlotech.com -- You received this message because you are subscribed to the Google Groups Android

[android-beginners] How to use startActivityForResult() onActivityResult() ??

2009-11-10 Thread wahib
(). Hope i made myself clear. If there is any other solution to this problem. Kindly refer it. Thanks in advance !! Regards, wahib -- You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners

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

2009-10-14 Thread wahib haq
the camera preview and call my decode() function:S so its here i am stuck with. I have posted it and i'll post it again. it wud be great if you could help me. Regards, wahib On 10/14/09, Abhishek abhishek.moh...@gmail.com wrote: Wahib.. sorry for the mistake in your name. Thanks for pointing

[android-beginners] how to call a function after taking snap from camera?? plz help

2009-10-14 Thread wahib
Hi!! I am stuck with this issue. When i press a button in my custom app the built-in camera app executes but after taking snap i want to run my code on the image taken but the camera preview doesnt vanishes:S I just want to exit the preview and run my code. Being a newbie i am really confused how

[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 abhishek.moh

[android-beginners] Re: someone plz help me .. how to call built in camera app from my custom app ??

2009-10-08 Thread wahib haq
\samples\ApiDemos\src \com\example\android\apis\graphics\CameraPreview.java On Oct 8, 10:43 am, wahib wahib.t...@gmail.com wrote: Hi !! I have a straightforward question. I just want to call and execute the built-in camera app i click button in my application. Being a newbie i have no idea how

[android-beginners] Re: someone plz help me .. how to call built in camera app from my custom app ??

2009-10-08 Thread wahib haq
can i just break this app once the image is taken and how? so that i can then execute my function. On 10/8/09, wahib haq wahib.t...@gmail.com wrote: Dear Justin !! Thanks again as always. I understand your point. I'll try my best to work it out myself in future. I hope this time it works out

[android-beginners] Re: plz help with sdcard image file and push command not working!!

2009-10-07 Thread wahib haq
for them. best of luck John On Oct 5, 10:40 pm, wahib wahib.t...@gmail.com wrote: hi !! I have created a image file in a folder /androidimages and when i try to run emulator from terminal giving path to this image file it gives error: i try = $ emulator -sdcard /home/soms/androidemuimages

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

2009-10-07 Thread wahib haq
, wahib On 10/6/09, Abhishek abhishek.moh...@gmail.com wrote: Hello All, I am writing an application to scan a bar code. As a small module of it I am trying to decode the bar code form the image file stored as resource. (R.raw.bc02) where bc02.jpg is my bar code image file. I am using

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

2009-10-07 Thread wahib haq
. On 10/8/09, wahib haq wahib.t...@gmail.com wrote: 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

[android-beginners] plz help with camera application from my application

2009-10-07 Thread wahib
hi !! I am stuck with this . I just want to call the built-in camera app when i click a button in my app preview. plz share the source code if anyone has done it. Regards, wahib --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-beginners] plz help with sdcard image file and push command not working!!

2009-10-05 Thread wahib
push bar3.bmp /sdcard there is no error but there is no change in logcat and no image added to gallery. or is it somewhere else?:S Plz forgive if i sound childish. Thanks in advance, regards, wahib --~--~-~--~~~---~--~~ You received this message because you

[android-beginners] Re: plz help with sdcard image file and push command not working!!

2009-10-05 Thread wahib
the push command worked now as i tried chmod 777 /sdcard using shell. Then i tried copying it to sdcard/Camera/DCIM/bar3.bmp and it is successfully copied but problem is that it isnt shown in the gallery. I even tried moving jpeg image but same problem even after restarting the emulator

[android-beginners] Re: problem installing a .apk file

2009-09-29 Thread wahib haq
, 2:26 pm, wahib wahib.t...@gmail.com wrote: hi ! I am a newbie and wanna install a barcode app on emulator. The app is moseycode and i have its .apk file. when i run 'adb install path' in command prompt this error is displayed .. FAILURE [INSTALL_PARSE_FAILED_MANIFEST_MALFORMED] i dnt know why

[android-beginners] Re: Can i install 'barcode scanning app' on emulator ???

2009-09-28 Thread wahib haq
) To write your own app and functions of decoding and encoding hope it helps you out. If you find smthing worthy to share. Then share with me plz. I am a newbie to android !! Regards, wahib On 9/27/09, Rana masud.h...@gmail.com wrote: I need suggestion for building a barcode Application On Sep 24

[android-beginners] Re: Can i fetch the latest image from gallery taken from camera ?

2009-09-28 Thread wahib haq
this link: http://2008.hfoss.org/Tutorial:Creating_a_Camera_Application - Moazzam http://moazzam-khan.com On Sep 24, 7:05 am, wahib wahib.t...@gmail.com wrote: HI ! I want to fetch the latest image taken from camera into my code and then can do manipulation on it. Being a newbie i dont know how

[android-beginners] Re: Can we take pictures without setting a camera preview?

2009-09-28 Thread wahib haq
preview !! I'll be very thankful. Regards, wahib On 9/25/09, Romain Vallet romain.val...@gmail.com wrote: After some more tests, I can call the takePicture method without firing an exception. I don't call the startPreview method before taking the picture. All pictures taken with this method

[android-beginners] Can i fetch the latest image from gallery taken from camera ?

2009-09-24 Thread wahib
. I'll be so thankful to u ppl. Regards, wahib --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from

[android-beginners] Re: Xzing Barcodescanner without Intent

2009-09-24 Thread wahib haq
I have successfully run the docode function on a barcode image stored in res folder and it worked fine. I am now searching for any .apk file for barcode scanning app to test it with Intents as well. I hope it goes to some success. well, thanks for reply Regards, wahib On 9/24/09, Joe nisyp

[android-beginners] Can i install 'barcode scanning app' on emulator ???

2009-09-24 Thread wahib
, wahib --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send email to android-beginners

[android-beginners] How to call built-in camera application from my app??

2009-09-23 Thread wahib
and doing it with emulator is little confusing rite now :S Any guidance is appreciated. Regards, wahib --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email

[android-beginners] Re: Xzing Barcodescanner without Intent

2009-09-22 Thread wahib haq
, wahib On 9/22/09, Joe nisyp...@gmail.com wrote: Hey everyone... how can i integrate the barcodescanner, whithout unsing an intent? my app, is now working with an intent, but i sort of disklile it for many reasons (one needs to have the barcodescanner installed, i don't want it full screen

[android-beginners] Re: Configuring camera at Android device emulator?

2009-09-20 Thread wahib haq
yes i guess you can. Read this http://www.tomgibara.com/android/camera-source. Regards, wahib On 9/19/09, kiro cih.exe...@gmail.com wrote: Hi! Did i can use my webcam as camera in ADV? also mic as default microphone? is it possible, how can i configurate

[android-beginners] Re: TOTALLY LOST AND CONFUSED

2009-09-20 Thread wahib haq
for it or else i'll send you a example code. correct me if you find anything wrong :) Regards, wahib On 9/20/09, Rc3375 rcobb3...@gmail.com wrote: hi everyone-- got questions about android. the MAIN.XML screen has the following items in this order: 1. TextView01 2. EditText (called gF) 3

[android-beginners] Can i test barcode scanning task on emulator ??

2009-09-19 Thread wahib
in this domain that i dont have a phone. so can i install barcode scanning app on emulator ?? and then can i use intents from that app in my code for barcode scanning task ?? Plz guide me. I am a newbie to android !! :S Regards, wahib --~--~-~--~~~---~--~~ You received

[android-beginners] Zxing integration is not working out :(

2009-09-17 Thread wahib
Hi. I am a newbie and trying to decode a barcode image stored in res folder. I am using this code. package com.example.barcodescan; import android.app.Activity; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.os.Bundle; import android.widget.TextView;