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

Android Camera App Tutorial – Create a Simple Camera App

android camera app tutorial

Hello friends, so here is a new Android Camera App Tutorial. In this tutorial we will create a simple Android Camera App. So lets begin. Creating Project for Android Camera App Tutorial This is so simple open Android Studio and create a new project. Now finish the things and you will get your MainActivity. In this …

Read moreAndroid Camera App Tutorial – Create a Simple Camera App