Navigation Drawer in Android Kotlin Example

Some applications will be nice to see if we implement navigation drawer functionality. Navigation Drawer is the most frequent functionality supplied by Android.  The navigation drawer is …

Read more

Export MySQL Database to Excel Using Java

L et’s see how to export mysql database to excel using java in this little article. We are using java netbeans IDE with XAAMP server for MySQL database. Before we proceed we need a MySQL da…

Read more

Split a Sentence into Words – Java Code Example

H ow can we split or break down a whole sentence into words. ? Yes sometimes it required to do such split in our coding. It is very easy and this is for beginners who trying to learn java p…

Read more

Remove Category Name From WordPress Post

You might be think it will be better to see your website than it display without category title in blog page or category page of your WordPress website, if you are using WordPress. It is ve…

Read more

Insert Data Into MySQL using jFrom in Netbeans

Let’s learn how to insert data or values into a database like   MySQL using jFrame form in Appache Netbeans IDE. jFrame From Create a jFrame form after creating a new project or create with…

Read more

Connecting Android Studio to MySql Server Database

T his article will help you to retrieve your data from database and display the same into your android project. Before you buying an hosting account you can simply test your android  projec…

Read more
Load More
That is All