In this tutorial, we will upload multiple images to server using Retrofit Library. Creating Server Side Codes Go to your server’s root directory (c:/wamp/www) and create a new folder. I created UploadImage. Inside the...
Tag - camera
Http Multipart requests are used to send heavy data data or files like audio and video to the server. Android Volley gives you a very faster and optimized environment to send heavy data or files to the server. Here I post a...
Displays an arbitrary image, such as an icon. The ImageView class can load images from various sources (such as resources or content providers), takes care of computing its measurement from the image so that it can be used in any...
Many Android devices are equipped with built-in cameras. In this tutorial, we will work through the basic technique for capturing an image using the Android camera and then cropping it using apps the user already has installed on...