Android Question httputils2 getstring as string

John Sparrow

Member
Licensed User
Longtime User
Hi all

I have the httputils2 library working well with getbitmap and assigning it a view. How do I assign the string (value) returned by getstring to a string variable I have. I just can't figure out the syntax. It clearly isn't MyString = job.getstring!

Thanks

John
 

John Sparrow

Member
Licensed User
Longtime User
Hi all

I have the httputils2 library working well with getbitmap and assigning it a view. How do I assign the string (value) returned by getstring to a string variable I have. I just can't figure out the syntax. It clearly isn't MyString = job.getstring!

Thanks

John

The answer is MyString = job.getstring. I just wasn't downloading the file as I had thought!
 
Upvote 0
Top