Nitin

Results 2 issues of Nitin

I am trying to call a URL with multiple parameters. I don't know if there is a better way in chakram to call it: e.g. ``` https://somesite.com/page1/token?access_type=user&username=admin&password=passw``` Currently, I am...

I created a new Activity and added textbox, button, and dateinline. My code: final RowDescriptor textDisabled = RowDescriptor.newInstance("txtLocationDisabled",RowDescriptor.FormRowDescriptorTypeText, "", new Value("Click on Location to Set Pickup Location")); textDisabled.setDisabled(true); sectionDescriptor.addRow(textDisabled); ```...