How to Connect Android with PHP and MySQL? Volley Tutorial (Part 4.1) worked on any Android Phone. Please subscribe https://youtube.com/oumsaokosal?sub_c...
Android Volley Tutorial (Part 4.1) - How to Upload Multiple Images to Server. In this part of the series Android Volley Tutorial, I will teach you how upload multiple images to Server from Android Phone's Gallery. Because the video is too long, I make 2 parts. So in this particular part, I will show you from how to open an image in Gallery, to open it and to load it into an ImageView. To achieve that, I use my library PhotoUtil at github.com/kosalgeek/PhotoUtil.
Please note that this tutorial may work on your older Samsung Galaxy, LG, Oppo, Huawei, Sony or Nokia Android phones which run Android Operating Systems depended on their API version.
_____________________________________
Source Code http://bit.ly/2xYQxhZ
_____________________________________
Part 1 is at • How to Connect Android with PHP and M...
Part 2 at • How to Connect Android with PHP and M...
Part 3 is at • How to Connect Android with PHP and M...
Part 4.1 is at • How to Connect Android with PHP and M...
Part 4.2 is at • How to Connect Android with PHP and M...
In Android, connecting android with PHP & MySQL is not always easy. In the early version of Android (before Android 3.0 API 11), you could connect to network in the main thread. However, it caused tremendous problems including memory leaks and ANR.
Since Android 3.0 API 11, Android released a library called AsyncTask which let you run the networking connection in a separate thread. I made a generic library for that which you can find at at https://github.com/kosalgeek/generic_... and many video tutorials about it such as • Best Android Studio: How to Connect A...
However, the library was not enough because it followed the First In First Out (FIFO) rule. What if you had a long queues of tasks to be completed at the same time? Therefore Android just released Volley in Google I/O 2013. It is a promised to overcome the FIFO and became a real library for multitasking. It is faster and cached everything.
Check out the latest articles on Android Phone at:
https://kosalgeek.com
Oum Saokosal
Photo Credit:
The photo (https://www.flickr.com/photos/1298297...) used in my video cover is copyright (c) by 王馬文 (https://www.flickr.com/photos/1298297...) made it available under Creative Commons (https://creativecommons.org/licenses/....
The creator of Channel: Oum Saokosal