Android Question post string

fricentric

Member
Licensed User
Longtime User
can you tell me how to post parameters to server using postString?

i know the syntax
job2.Initialize("Job2", Me)
job2.PostString("https://abc.com/", "first key=parameter1&key2=parameter2")

my problem is parameter1 and parameter2 are variables containing values. how to pass variables as parameters?
 
Top