Store a image and text from spinner in database in mysql through json in android -


I want to save image list of images from the image and show in the spinner with image and text and save this image and Retrieve the image and text in the list in both the database and the list via the JSON web service in the MySQL database.

Using a spinner adapter, simply create your own adapter, BaseAdapter Or ArrayAdapter and specify getView () method to create your own view with text and images.

Comments

Popular posts from this blog

python - how we can use ajax() in views.py in django? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -