[android-beginners] Re: How to set onClickListener for elements in a Vector

2010-06-17 Thread KC
binary and those who don't. -- On Wed, Jun 16, 2010 at 8:39 PM, KC kane.coch...@gmail.com wrote: You brought up a very good point and it got me thinking.  I don't think its looping through the Vector.  I have another class

[android-beginners] How to set onClickListener for elements in a Vector

2010-06-16 Thread KC
cannot figure out the appropriate way or area within my classes to do so. Thanks in advance for any thoughts you have! KC -- 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

[android-beginners] Re: How to set onClickListener for elements in a Vector

2010-06-16 Thread KC
Sorry, good point. The parent is a FrameLayout. Please let me know if I can provide you with more info and thanks so much for trying to help with this, I really appreciate it. KC On Jun 16, 4:32 pm, Justin Anderson janderson@gmail.com wrote: Well, what is the parent layout

[android-beginners] Re: How to set onClickListener for elements in a Vector

2010-06-16 Thread KC
is drawText and drawBitmap. If I can figure out how to draw a button, I can probably create a listener on it. Any thoughts would be more than welcomed! Thank you. On Jun 16, 4:52 pm, KC kane.coch...@gmail.com wrote: Sorry, good point.  The parent is a FrameLayout.  Please let me know if I can provide

[android-beginners] Re: possible to send an xml file via HttpClient?

2010-03-19 Thread KC Dev Android 06
that connection. Then you open an InputStream from the File you want to send, and transfer the data from the File InputStream to the Http OutputStream. Easy as ð ;) Andreas On Mar 17, 1:45 am, KC Dev Android 06 kc.dev.android...@googlemail.com wrote: Hi, as the title says, is it possible to do so

[android-beginners] Re: possible to send an xml file via HttpClient?

2010-03-18 Thread KC Dev Android 06
and just specify the destination? On Mar 17, 3:24 pm, KC Dev Android 06 kc.dev.android...@googlemail.com wrote: damm i just reported one of your posts as spam  by accident. mods ignore that request! On Mar 17, 3:22 pm, KC Dev Android 06 kc.dev.android...@googlemail.com wrote: i dont know

[android-beginners] Re: possible to send an xml file via HttpClient?

2010-03-17 Thread KC Dev Android 06
Any suggestions? On Mar 16, 4:45 pm, KC Dev Android 06 kc.dev.android...@googlemail.com wrote: Hi, as the title says, is it possible to do so? in the examples found herehttp://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4 It seems that HttpClient only accepts a String

[android-beginners] Re: possible to send an xml file via HttpClient?

2010-03-17 Thread KC Dev Android 06
what you're trying to do, but that's the path of investigation I'd suggest.                        - Chris On Mar 17, 2010, at 5:14 AM, KC Dev Android 06 wrote: Any suggestions? On Mar 16, 4:45 pm, KC Dev Android 06 kc.dev.android...@googlemail.com wrote: Hi, as the title says

[android-beginners] Re: possible to send an xml file via HttpClient?

2010-03-17 Thread KC Dev Android 06
.   The question is, what does the server expect?  This is much more an HTTP question than an android question.                           - Chris On Mar 17, 2010, at 10:38 AM, KC Dev Android 06 wrote: What im trying to do is simply send a xml file that i have created into a http server. The way i

[android-beginners] Re: possible to send an xml file via HttpClient?

2010-03-17 Thread KC Dev Android 06
://www.w3.org/Protocols/rfc2616/rfc2616.htmland a quick google findshttp://www.jmarshall.com/easy/http/which might be at least as valuable.                - Chris On Mar 17, 2010, at 10:50 AM, KC Dev Android 06 wrote: The server basically expects the contacts stored on a android device

[android-beginners] Re: possible to send an xml file via HttpClient?

2010-03-17 Thread KC Dev Android 06
damm i just reported one of your posts as spam by accident. mods ignore that request! On Mar 17, 3:22 pm, KC Dev Android 06 kc.dev.android...@googlemail.com wrote: i dont know specificaly from the server guys but they said most likely all i need from them is a http url. They have not indicated

[android-beginners] possible to send an xml file via HttpClient?

2010-03-16 Thread KC Dev Android 06
Hi, as the title says, is it possible to do so? in the examples found here http://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.0.x/httpclient/src/examples/org/apache/http/examples/client/ClientWithResponseHandler.java It seems that HttpClient only accepts a String as its