[android-developers] Custom List View

2010-12-01 Thread Android Humanoid
Hi All, I have custom list view in which each list item has 1. an ImageView 2. a TextView and 3. a WebView I made webview invisible by default, when the list item got selected am making the web view visible of the corresponding list item but when am moving down the webview is not getting invisibl

[android-developers] Re: SAX- \n \r not recognized

2010-11-22 Thread Android Humanoid
SAXParserFactory spf = SAXParserFactory.newInstance(); SAXParser sp = spf.newSAXParser(); XMLReader xr = sp.getXMLReader(); SearchHandler sh=new SearchHandler(); xr.setContentHandler(sh); String query="xml query";

[android-developers] SAX- \n \r not recognized

2010-11-22 Thread Android Humanoid
Hi All, I'm using a SAX Parser where it is not recognizing \n \r symbols that am getting from it, but when I save the file instead of parsing through a parser they are seen in the file. My xml file is of utf-8 format. Please cay anyone help me. Thanks & Regards. -- You received this message be

[android-developers] How to create a emulator for Samsung Galaxy

2010-11-21 Thread Android Humanoid
Hi Everyone, Can anyone tell me how to create an emulator for samsung phone. Is there any add-on for this. -- 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@googlegroups.com To unsubscr

[android-developers] Re: not well-formed invalid token parser.pm

2010-11-15 Thread Android Humanoid
Can you please suugest what to do now, to handle it or by pass it On Nov 14, 11:00 pm, Frank Weiss wrote: > Without more detailed debugging info, I would guess that there is a > character coding issue. > > If the input stream reader is expecting UTF-8, the copyright symbol, > U+00AA, would be thr

[android-developers] not well-formed invalid token parser.pm

2010-11-14 Thread Android Humanoid
Hi All, While I was reading the xml file there a copyright symbol, while parsing that symbol i'm getting the not well-formed invalid token error, Can anyone suggest me the solution for this problem. Thanks & Regards. -- You received this message because you are subscribed to the Google Groups "

[android-developers] Re: Downloading Problem

2010-11-14 Thread Android Humanoid
t;who'd've thunk > it" > > YMMV of course since you are doing ZIP files, but it's something to > check. > > On Nov 10, 11:16 pm, Android Humanoid wrote: > > > The length of the content that am getting is -1, The server is ours > > only, so

[android-developers] Re: Downloading Problem

2010-11-10 Thread Android Humanoid
The code is working fine for the links that I got from internet, Hi Kostya Vasilyev , The problem is same even with DefaultHttpClient. On Nov 11, 10:16 am, Android Humanoid wrote: > Hi Bob Kerns, > > I'm not using any browser dependent code in my application, I'm just &g

[android-developers] Re: Downloading Problem

2010-11-10 Thread Android Humanoid
st the HTTP status code. > > Just my 2 cents > > On Wed, Nov 10, 2010 at 5:46 AM, Android Humanoid > wrote: > > > No... nothing in logcat, download competed in 0sec am getting, but > > there is nothing in the file. > > > On Nov 9, 2:21 pm, Kumar Bibek wrote: &g

[android-developers] Re: Downloading Problem

2010-11-09 Thread Android Humanoid
No... nothing in logcat, download competed in 0sec am getting, but there is nothing in the file. On Nov 9, 2:21 pm, Kumar Bibek wrote: > What is the problem? Any exceptions/errors in our logcat? > > On Tue, Nov 9, 2010 at 2:33 PM, Android Humanoid wrote: > > > > > Hi All

[android-developers] Downloading Problem

2010-11-09 Thread Android Humanoid
Hi All, The following is the code that am using to download a file from the web server on android mobile, imageURL="http://rokon.googlecode.com/files/rokon_src_2-0-3.zip";; try { URL url = new URL(imageURL); //you can write here any link File file = new File(fil

[android-developers] SSL Certificate Installation Problem

2010-11-03 Thread Android Humanoid
Hi All, when am accessing a web service am getting "Not Trusted Server Certificate" error, For this should I install the certificate on the mobile or system, or can I bypass this. Thanks & Regards. -- You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] Re: Can I Access Oracle Database Directly From my Android application

2010-10-25 Thread Android Humanoid
Thank You Tim, Your information helped me a lot. On Oct 16, 10:29 am, Tim wrote: > Dear Goutham, > > I would like to reassure you that it is technically possible and it is > practically workable todirectlyconnect to anOracledatabasefromAndroid. > > As long as you have a mind to secure the connect

[android-developers] Accessing Shared Preferences of another Application

2010-10-25 Thread Android Humanoid
Hi Everyone, Can anyone help me in accessing the shared preferences of another application. Thanks & Regards. -- 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@googlegroups.com To unsu

[android-developers] Re: Can you code in Android? Could you spare some free time to help people with brain injury?

2010-10-25 Thread Android Humanoid
Hi FredDeer, Even I'm also ready to be part of the charity work that you are doing. On Oct 23, 3:27 pm, Infra Ali wrote: > I would like to be part of the charity work with sincere heart > > On 22 Oct 2010 05:21, "FredDeer" wrote: > > Hi All, > > I have been asked by a UK charity to develop some

[android-developers] Connection Center Settings

2010-10-25 Thread Android Humanoid
Hi All, Can anyone tell me how to do settings for Connection Center on Windows. -- 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@googlegroups.com To unsubscribe from this group, send e

[android-developers] NFC Examples Execution Problem

2010-10-25 Thread Android Humanoid
Hi Everyone, I'm trying to execute sample NFC application in Android given by Open NFC. I followed the help document provided by them, but when execution the connection is not setting up. First I would like to know what is Connection Center in that document. Can anyone please help me to run this s

[android-developers] Accessing Market from Cupcake on Dev phone

2009-04-27 Thread Humanoid
Hello, I'm unable to access Android Market from the Cupcake build released by HTC for Dev1. Some rumors have it that this is an intentional block by Google to discourage users from upgrading to Cupcake. What is a developer to do in order to test Market applications on the new build? --~--~--

[android-developers] "Wiring" emulator services to PC's

2008-10-19 Thread humanoid
All: Is it possible to use a laptop's bluetooth (wireless connection, WiFi, etc.) to "wire" them to the android emulator so that they can be used/ tested from within code as if the application was running on the "real" thing. Regards ... --~--~-~--~~~---~--~~ You

[android-developers] Re: Populating a Spinner from SQLite

2008-10-19 Thread humanoid
application an tell you later if something has > changed. > > cordially, Gus.http://www.androidforum.com.br > > On 18 out, 12:06, humanoid <[EMAIL PROTECTED]> wrote: > > > All: > > > Has anybody figured out how to populate a Spinner from SQLite table, > >

[android-developers] Re: Default the Spinner Selection

2008-10-19 Thread humanoid
I have the same problem. I want to pre-set the selection based on an _id that is not the same as the position. I display a set of codes in the spinner i.e. _id display 4 blue 5 green i want when I have an _id of 4 to set the position to 0. I populate the spinner dynamicall

[android-developers] Populating a Spinner from SQLite

2008-10-18 Thread humanoid
All: Has anybody figured out how to populate a Spinner from SQLite table, displaying a description in the dropdown but getting an _id upon the user clicking on a value. I am trying to "recreate" the HTML select with which I am sure you are all familiar. Any feedback appreciated. P.S. I know ho