• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. L

    Help Uploading Multiple Images on server and Getting response null, not upload images on server

    public class UploadActivity extends Activity { public ProgressDialog dialog; public MultipartEntity entity; public ArrayList<String> map = new ArrayList<String>(); Bundle b; @override protected void onCreate(Bundle savedInstanceState) { // TODO Auto-generated...