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

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -