by abhishek | Apr 1, 2018 | gridview
Android Staggered GridView Tutorial will guide you through a detailed explanation of how and why images in the various social networking apps are shown in a new style. If you are new to this terminology here a small introduction for you staggered view is a way of...
by abhishek | Feb 17, 2018 | Retrofit
Android Upload Image Using Retrofit Library Part 1 || Upload Image to Server In continuation to previous tutorial we will be dealing with client side i.e., android app development using the fields specified in the database. Add retrofit to your project 12345678...
by abhishek | Feb 17, 2018 | Retrofit
Every now and then we require to upload a image to server either it is regarding a user profile picture or any other image from your device to database. Also you can capture a new image and upload it to database. Uploading data to server is explained clearly...
by abhishek | Feb 12, 2018 | Json, MYSQL, php, Retrofit
In continuation to the previous tutorial Android Post Data Using Retrofit we will be fetching data using same retrofit library. Retrofit library is considered to be the fastest library so we will be using it. Now we will be fetching data that we have posted...