Recent content by satejinfotech

  1. S

    How to pass multiple selections from the android application?

    Hi, I am developing an Android application and I need to pass multiple selections from the application,similar to selection from a multiselect checkbox.I have searched a lot and cannot find how to do this anywhere.Can you please help? Also, I need a Image gallery and if an image is...
  2. S

    How to pass multiple selections from the android application?

    Hi, I am developing an Android application and I need to pass multiple selections from the application,similar to selection from a multiselect checkbox.I have searched a lot and cannot find how to do this anywhere.Can you please help? Also, I need a Image gallery and if an image is...
  3. S

    I want to code for android application in which there are three parameters.

    I have wrritten following code to pass three parameters to web service Code: private void getProductStock(String productStock_StyleID, String productStock_SizeID, String productStock_colorID){ if(cc.isNetAvailable(context)) { String url = CommonClass.MainWebUrl +...