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
Post a Comment