[android-developers] Re: Senior Java Developer //Cupertino, CA //6+months

2017-02-27 Thread venu gopal
Hi, Please find attached an excellent profile for the said position. He is well experienced with good communication skills. Revert back to me for more information on 628-400-9003 or mail me at v...@dizercorp.com. Best regards, Venu Gopal Technical Recruiter Direct : 628-400-9003

[android-developers] Re: Senior Java Developer @ Cupertino, CA

2017-02-27 Thread venu gopal
Hi, Please find attached an excellent profile for the said position. He is well experienced with good communication skills. Revert back to me for more information on 628-400-9003 or mail me at v...@dizercorp.com. Best regards, Venu Gopal Technical Recruiter Direct : 628-400-9003

[android-developers] Re: Hana Developer:: San Jose, CA::: CONTRACT:: URGENT

2017-02-07 Thread venu gopal
Hi, Please find attached an excellent profile for the said position. He is well experienced with good communication skills. Revert back to me for more information on 628-400-9003 or mail me at v...@dizercorp.com. Best regards, Venu Gopal Technical Recruiter Direct : 628-400-9003

[android-developers] Re: immediate need a DBA Oracle and SQL || Allentown, PA ||

2016-10-04 Thread venu gopal
Hi, I am herewith submitting an excellent profile for the said position. He is well experienced with good communication skills. Revert back to me for more information on 321-245-6857 or mail me at v...@dizercorp.com. Best regards, Venu Gopal Technical Recruiter Direct : 628-400

[android-developers] Re: Urgent Need----Oracle PLSQL Developer(Local with 8+ Profile)

2016-09-21 Thread venu gopal
Hi, I am herewith submitting an excellent profile for the said position. He is well experienced with good communication skills. Revert back to me for more information on 321-245-6857 or mail me at v...@dizercorp.com. Best regards, Venu Gopal Technical Recruiter Direct : 628-400

[android-developers] Re: Immediate Hire :::::Oracle JDE(Finance modules - GL, AR, AP and FA), SQL with infosys

2016-08-10 Thread venu gopal
Hi, I am herewith submitting an excellent profile for the said position. He is well experienced with good communication skills. Revert back to me for more information on 321-245-6857 or mail me at v...@dizercorp.com. Best regards, Venu Gopal Technical Recruiter Direct : 321-245

[android-developers] issues while implementing 2d graphs in an Android application

2013-04-23 Thread venu reubro
I am facing some issues while implementing 2d graphs in an Android application. The application should work in offline mode and the application shouldn't communicate to any servers. So we can't use any apis to implement the graph. We are using sql lite database to save data. The application

[android-developers] Re: Protocol exception : too many redirects

2013-04-02 Thread Venu Gopal
Hey Use HttpClient connection class org.apache.http.client.HttpClient instead of normal HTTPURLConnection Since org.apache will handle such redirects properly than java Regards, Venugopal. On Monday, March 8, 2010 12:42:32 PM UTC+5:30, steVe wrote: Hi All, I get this protocol

Re: [android-developers] How can I solve com.google.zxing.NotFoundException exception?

2012-01-10 Thread venu reddy
OK I understood mukesh... But I developed my own customized barcode applciation using ZXING api... No need to install the ZXING Barcode application in my device... On Tue, Jan 10, 2012 at 1:30 PM, Mukesh Srivastav mukicha...@gmail.comwrote: Venu you first download the https

Re: [android-developers] How can I solve com.google.zxing.NotFoundException exception?

2012-01-10 Thread venu reddy
, Jan 10, 2012 at 3:07 PM, venu reddy venu.andr...@gmail.comwrote: OK I understood mukesh... But I developed my own customized barcode applciation using ZXING api... No need to install the ZXING Barcode application in my device... On Tue, Jan 10, 2012 at 1:30 PM, Mukesh Srivastav mukicha

[android-developers] Getting com.google.zxing.NotFoundException problem?

2012-01-10 Thread venu gopal reddy
Hi friends, Am developing barcode application using ZXING api , but am getting below error: com.google.zxing.NotFoundException , How can I solve this Exception? Please help me -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] Getting com.google.zxing.NotFoundException problem?

2012-01-10 Thread venu reddy
to provide some surrounding code, is there a description for that exception, in the API? kris On Tue, Jan 10, 2012 at 11:45 AM, venu gopal reddy venu.andr...@gmail.com wrote: Hi friends, Am developing barcode application using ZXING api , but am getting below error

Re: [android-developers] Store XML file into the Resource folder

2012-01-09 Thread venu reddy
back i had faced same issue like this. On Mon, Jan 9, 2012 at 1:23 PM, venu gopal reddy venu.andr...@gmail.comwrote: Hi friends, I am getting one XML file from one web services cal. Now Just I want to save that XML file into Resource folder (res/xml/my.xml). I Tries but I could not get

Re: [android-developers] Store XML file into the Resource folder

2012-01-09 Thread venu reddy
Ya ya .. I think so u guys afraid about my code ... actually want to save in xml file in sd card .. I knew ...\ But temporary purpose and testing purpose I saved in my local machine . seems its not possible ,,, sorry for share wrong information... thanks for giving feedback... I accept u guys

Re: [android-developers] Store XML file into the Resource folder

2012-01-09 Thread venu reddy
: if you planned to use the ExternalStorage or InternalStorage would returns the url path of the SDCard or the phone internal space respectively. but as per my understanding, The user (who posted Venu), wants to save the xml with in Application, like we the way we create the customize

[android-developers] how to read dynamically generated XML file?

2012-01-09 Thread venu gopal reddy
Hi friends, I am getting one XML file from one web services cal , i stored this XML file into my sd card , Now Just I want to read the XML file(I mean parsing) . Using SAX parser we can read already knew format of XML file .. Here this case i Dont know the format.. How can I read Dynamically

Re: [android-developers] how to read dynamically generated XML file?

2012-01-09 Thread venu reddy
Ok Ok thankq very much , i will try and let u know On Mon, Jan 9, 2012 at 7:08 PM, Mark Murphy mmur...@commonsware.com wrote: On Mon, Jan 9, 2012 at 8:33 AM, venu gopal reddy venu.andr...@gmail.com wrote: Hi friends, I am getting one XML file from one web services cal , i stored

Re: [android-developers] how to read dynamically generated XML file?

2012-01-09 Thread venu reddy
File sdcard = Environment.getExternalStorageDirectory(); File file = new File(sdcard,myxml.xml); but that xml file in file format ... how Can i this file i dont know ..pls help this... On Mon, Jan 9, 2012 at 7:15 PM, Mukesh Srivastav mukicha...@gmail.comwrote: Venu are you saying that, you

Re: [android-developers] how to read dynamically generated XML file?

2012-01-09 Thread venu reddy
to *do* with the file. Just because you don't know the tag names, there's no reason you can't recognize them. What are you actually trying to do, why don't you know the structure of the file? kris On Mon, Jan 9, 2012 at 8:03 AM, venu reddy venu.andr...@gmail.com wrote: Yes mukesh... I

[android-developers] How can I solve com.google.zxing.NotFoundException exception?

2012-01-09 Thread venu gopal reddy
Hi guys, Am is using zxing for barcode reading, previous I pasted one sample barcode image in sd card and i read the barcode and got barcode information. Now same i am trying to run the same program, am getting below error in logcat, not even open the application layout in emulator. Error is:

Re: [android-developers] How can I solve com.google.zxing.NotFoundException exception?

2012-01-09 Thread venu reddy
Ok oK how can I ,,, Previous it was working right How can i install can u tel me please On Tue, Jan 10, 2012 at 11:52 AM, Mukesh Srivastav mukicha...@gmail.comwrote: Venu, The Zingbarcode is uninstalled in your device. so install it again. Warm Regards, *Mukesh Kumar*, Android

Re: [android-developers] How can I solve com.google.zxing.NotFoundException exception?

2012-01-09 Thread venu reddy
Mukesh , Pls give me the answer .. its bit urgent On Tue, Jan 10, 2012 at 12:18 PM, venu reddy venu.andr...@gmail.com wrote: Ok oK how can I ,,, Previous it was working right How can i install can u tel me please On Tue, Jan 10, 2012 at 11:52 AM, Mukesh Srivastav mukicha

[android-developers] Store XML file into the Resource folder

2012-01-08 Thread venu gopal reddy
Hi friends, I am getting one XML file from one web services cal. Now Just I want to save that XML file into Resource folder (res/xml/my.xml). I Tries but I could not get the solution.. Can you please help me... -- You received this message because you are subscribed to the Google Groups

[android-developers] How Should I check barcode without Device

2011-12-16 Thread venu gopal reddy
Hi friends, Actually I developed my customized barcode application , Just i want to check barcode, Present I dont have android device. is there any alternative for checking (My through ,Like webcam..) please do needfull to me.. thanks -- You received this message because you are

[android-developers] Save XML file into local

2011-12-14 Thread venu gopal reddy
Hi friends, In my application am getting one XML file Dynamically, Just I want to save that XML file into my local system.. How can i save it? Pls help me -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] How to print HttpGet object in amulator?

2011-12-08 Thread venu gopal reddy
Hi friends, How to print HttpGet object in amulator? I mean to say how to print object information in emulator? Pls help me -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] CopyPaste option in android

2011-09-15 Thread venu reddy
Thankq Bhaskar... On Thu, Sep 15, 2011 at 3:58 PM, bhaskar bommala bhaskar...@gmail.comwrote: Hi , You can not do copy paste options in emulator ,those will work in device only .. On Thu, Sep 15, 2011 at 3:56 PM, venugopal reddy venugopal.re...@tspl.com wrote: Hi Friend, What are

Re: [android-developers] CopyPaste option in android

2011-09-15 Thread venu reddy
at 4:03 PM, venu reddy venu.andr...@gmail.com wrote: Thankq Bhaskar... On Thu, Sep 15, 2011 at 3:58 PM, bhaskar bommala bhaskar...@gmail.comwrote: Hi , You can not do copy paste options in emulator ,those will work in device only .. On Thu, Sep 15, 2011 at 3:56 PM, venugopal reddy

[android-developers] directfb on android

2010-12-14 Thread venu
Hi all, I want to implement DIRECTFB on android froyo.Can any one help me for getting the source code of directfb in android froyo and how to use directfb. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: how to play yuv file using surfaceflinger

2010-12-13 Thread venu
Hi, Can any body give me some suggestions about playing yuv file in android. On Dec 10, 6:24 pm, venu venuthepo...@gmail.com wrote: I forgot to put in my last post that i am using froyo 2.2. On Dec 10, 6:18 pm, venu venuthepo...@gmail.com wrote: Hi all, I want to play yuv file in my

[android-developers] Re: how to play yuv file using surfaceflinger

2010-12-13 Thread venu
Hi, Can any body give me some suggestions about playing yuv file in android. On Dec 10, 6:24 pm, venu venuthepo...@gmail.com wrote: I forgot to put in my last post that i am using froyo 2.2. On Dec 10, 6:18 pm, venu venuthepo...@gmail.com wrote: Hi all, I want to play yuv file in my

[android-developers] Re: how to play yuv file using surfaceflinger

2010-12-13 Thread venu
Hi all, Can any body give me some suggestions for playing yuv file in android froyo. On Dec 10, 6:24 pm, venu venuthepo...@gmail.com wrote: I forgot to put in my last post that i am using froyo 2.2. On Dec 10, 6:18 pm, venu venuthepo...@gmail.com wrote: Hi all, I want to play yuv file

[android-developers] how to play yuv file using surfaceflinger

2010-12-10 Thread venu
Hi all, I want to play yuv file in my android hardware using native code.How to develop the native code that directly talks to surfaceflinger to display yuv/rgb data. Actually it is the data comming from my camera which is stored in a file.I want to play the data using that file.My camera sensor

[android-developers] Re: how to play yuv file using surfaceflinger

2010-12-10 Thread venu
I forgot to put in my last post that i am using froyo 2.2. On Dec 10, 6:18 pm, venu venuthepo...@gmail.com wrote: Hi all, I want to play yuv file in my android hardware using native code.How to develop the native code that directly talks to surfaceflinger to display yuv/rgb data. Actually

[android-developers] Re: playing yuv file

2010-12-08 Thread venu
); close(fd); exit(1); } On Dec 8, 1:42 pm, 袁堂夫 yuantangf...@gmail.com wrote: Can you show me your key codes for displaying? Then I maybe give u some useful information. 2010/12/8 venu venuthepo...@gmail.com: Hi everyone, I am playing a yuv file

[android-developers] playing yuv file

2010-12-07 Thread venu
Hi everyone, I am playing a yuv file on my hardware using my one own c application(using v4l2 interface).It is playing but display is not comming.If i play the samething on linux its gets display on lcd. In android just some blinking is there on lcd apart from that nothing is showing. How to play

[android-developers] Camera Hardware abstraction layer for froyo

2010-11-25 Thread venu
Hi all, I am porting android onto dm365.I am using froyo. My camera(mt9p031) is not working. I enable v4l drivers required for camera hardware in kernel level. How to write HAL for this camera in froyo. Any suggestions welcome.. Thanks in advance -- You received this message because you are

[android-developers] RTSP streaming using opencore

2010-11-23 Thread venu
Hi all, I ported android using froyo 2.2.1. Now i want to stream video source using opencore.I am not able to understand how to use opencore's API's . How to use opencore API's like streaming,3G etc,..Please give me suggestions how to work on opencore.. Thanks in advance -- You received

[android-developers] Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE]

2010-11-17 Thread venu
Hi all, I am using froyo.While installing any apk using adb install i am getting the following error adb install Hiii.apk 55 KB/s (13382 bytes in 0.234s) pkg: /data/local/tmp/Hiii.apk Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE] I gave 777 permissions to data directory.Here is my logcat

[android-developers] How to convert .swf to .apk ?

2010-07-07 Thread VENU GOPAL
Hi Freinds, I created a application using ADOBE AIR and now i want this application to deployed in ANDROID OS enabled mobile phone but i am not able to convert .swf file to .apk Can any one please help me out how i can convert .swf to .apk Best Regards Venu Gopal V -- You received

[android-developers] Re: android Telephony API access levels

2010-03-17 Thread Venu
Hi, I'm also having similar kind of target. But I didn't find any thing suitable for my requirement in SDK. How can I develope a complete third party telephony application using SDK. [Dialing a call Answering an incoming call Call supplementary services etc., using SDK ] Can any one at

[android-developers] logcat filter, colon within tagname

2010-02-08 Thread Venu
I have an application(not mine) printing logcat messages with a colon : within the tagname. How do i use logcat filter with it, since logcat filter itself uses : as a delimiter to specify the level. D/App:theservice( 402): posting event 345 D/App:theservice( 402): posting event 920 I can't use