You could use a StringBuilder but is very simple build it yourself
without any help, I think.

See this for stringbuilder :http://www.javadb.com/using-the-
stringbuilder-class

On 8 Gen, 02:08, John Lussmyer <johnlussm...@gmail.com> wrote:
> I don't think you understood my question.
> Given a list of key-value pairs, is there a utility class to build the
> "?key=value&key=value&key=value...." string.On Fri, Jan 7, 2011 at 3:00 PM, 
> Mark Murphy <mmur...@commonsware.com> wrote:
> > On Fri, Jan 7, 2011 at 5:40 PM, John Lussmyer <johnlussm...@gmail.com>
> > wrote:
> > > Does one of the HTTP support classes handle building a parameterized URL?
> > > i.e one of the sorthttp://a.com/stuff?a=b&c=d&e=f
>
> > > Yes, I know writing one would be easy, but if there is already one out
> > > there...
>
> >http://developer.android.com/reference/java/net/URLEncoder.html

-- 
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 email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to