538 reputation
18
bio website
location
age
visits member for 1 year, 5 months
seen 12 hours ago
stats profile views 38

Aug
6
answered How to get bitmap from a url in android?
Aug
6
awarded  Editor
Aug
6
revised how to persist data in editText using Shared Preferences in android
changed getInt() to getString()
Aug
6
awarded  Scholar
Aug
6
awarded  Supporter
Aug
6
accepted How do i use apache commons HttpPost to send a file and encode parameters for the request?
Aug
6
suggested suggested edit on how to persist data in editText using Shared Preferences in android
Aug
6
answered how to persist data in editText using Shared Preferences in android
Aug
6
answered How to get bitmap from a url in android?
Aug
6
comment Android image resize
See this question: stackoverflow.com/questions/10314527/…
Aug
6
answered IllegalStateException java httpclient
Aug
3
awarded  Teacher
Aug
2
comment How do i convert List to String
You are declaring orgList inside of the loop, try declaring it at the top of your file with your other variables and then assigning it inside the loop. Then, when you do out.write the variable will be in scope.
Aug
2
answered How do i convert List to String
Jan
1
comment How do i use apache commons HttpPost to send a file and encode parameters for the request?
I need to have the parameters encoded in the http body like a regular POST request. Im not trying to construct a GET request. The problem is that i dont see how to encode the parameters and include the xml file.
Jan
1
awarded  Student
Jan
1
asked How do i use apache commons HttpPost to send a file and encode parameters for the request?