[android-developers] looking for Android Developer with our client in Pleasanton, CA || Appreciate your response

2019-09-30 Thread santhu involgix
Greeting! Urgent need Android Developer with our client in Pleasanton, CA || Appreciate your response Role: Android Developer Location: Pleasanton , CA Duration: 12+ Months contract Job Responsibilities: - Ownership of technical designs, code development, and component test execution

[android-developers] BadTokenException in ExtractEditText

2012-12-10 Thread santhu
Hello All, I am getting badTokenException in extractedittext. i am developing a Keyboard and i have Override *onCreateExtractTextView*() and supplied my layout to it and view is getting displayed well. when user types some text and *taps *on any text then i am getting *BADTOKENEXCEPTION*. how

[android-developers] Can any one help me to break large Html file to small html files in java

2010-10-10 Thread santhu
Hi all, Presently am displaying html file in web view and my emulator size 1024*600. if the html file is large then user is scrolling down to see bottom part of the html. I Need to break these html file in equal parts so that it fits exactly in my screen size. i don't want USER

[android-developers] To read doc,exl,ppt without using MSoffice in android

2009-10-09 Thread santhu
HI Guys, I want to read edit and write word document, excel and powerpoint without using Ms office installed in the android. i am trying to develop a application in android. did any one have already done this please send the source code of it. if not can u guide me to do the

[android-developers] Re: I want to connect my emulator to server and transfer data from it

2009-10-06 Thread santhu
don't understand what you've written. You want your Android application that run on emulator to connect to application that run on other device or other emulator , aren't you??? On Oct 5, 4:43 pm, santhu santhosh.19...@gmail.com wrote: Hi All,                I want an android application so

[android-developers] Re: I want to connect my emulator to server and transfer data from it

2009-10-06 Thread santhu
do the file transfer from that emulator.please let me know how to do it. On Oct 6, 2:46 pm, AJ ajeet.invinci...@gmail.com wrote: Hi santhu, You need to fire HTTP POST request to the server. See the example as belowhttp://developers.sun.com/mobility/midp/ttips/HTTPPost/ hope this helps you

[android-developers] I want to connect my emulator to server and transfer data from it

2009-10-05 Thread santhu
Hi All, I want an android application so that it can connect to emulator and transfer that from it. please let me know how to proceed in that. i have done through the socket but i am getting exception in that. please if u find any code or website let me know. Thanks in advance