Android Upload Image to Server Using PHP MySQL

android upload image to server

Hello friends, welcome to our new tutorial, in this android tutorial we will create a simple Android Upload Image to Server App using PHP and MySQL. Follow Updated Tutorial from this Link Android Upload Image using Android Upload Service In this tutorial we will upload small image files from android to server. If need to upload larger …

Read moreAndroid Upload Image to Server Using PHP MySQL

Custom ListView Android – Building Custom ListView with Images

custom listview android tutorial

So folks here is another tutorial which is Custom ListView Android. You may already know about making a simple ListView for your application. And then you thought, “Can I customize my ListView?“. Then the answer is YES. You can customize it as you want.  So whatever design is in your mind for your ListView you can …

Read moreCustom ListView Android – Building Custom ListView with Images

SQLiteOpenHelper Tutorial – Performing CRUD in SQLite

sqliteopenhelper tutorial

Hey guys, In the last post we learned about performing the basic CRUD operation in SQLite Database. But the method we used in the previous tutorial, is not recommended. Instead, we should use SQLiteOpenHelper class. And that is why we have this SQLiteOpenHelper Tutorial. We will do the same thing that we did in the …

Read moreSQLiteOpenHelper Tutorial – Performing CRUD in SQLite

Facebook PHP SDK Tutorial – Get Email and Profile Pic

facebook php sdk tutorial

Hello friends, on the last Facebook PHP SDK Tutorial we have created a simple login app. In this Facebook PHP SDK Tutorial we will do some more interesting things. We will get the email, username and the profile pic from the facebook account. So lets get into it. Setting UP Things for Facebook PHP SDK Tutorial …

Read moreFacebook PHP SDK Tutorial – Get Email and Profile Pic