Hello Friends, Today I will share how to develop image gallery app in Android. Actually, recently I was developing an Android Application in which I was required to add inbuilt gallery feature for the captured images through that application. So, for learning purpose I developed separate gallery application and now I
SQLite Database Handling in Android
Hello Friends, Recently I was developing an Android application in which I was required to use SQLite Database. So, I developed a separate test application by which you can learn SQLite Database Handling in Android. Beside SQLite you can also learn how to use Spinner Control, TableView and TableRow in
Data Scrapper Tool Developed in Java (ZatackCrawler)
Hello Friends, Today I am going to share a Data Scrapper Tool Developed in Java (ZatackCrawler). Actually this tool I had developed long time ago and just few days ago I thought to share it with everyone so the person who requires, can utilise this tool. As you know this
Add Role Chooser in WooCommerce Registration
Hello Friends, Few days ago I was developing a Wordpress project in which I was required to add role chooser option on WooCommerce registration page, so Now I am sharing this code so that if anyone required this feature on their Wordpress based ecommerce website so they can use this
Basic Programs in Java with Menu System
Hello Friends, Today I am going to share some basic programs in Java with menu system which we normally develop while learning java or any programming language and these programs also asked in interview questions. Here I am creating different methods for different programs and that will be called using
File Uploading Using Ajax
Hello Friends, Today I am going to share File Uploading using Ajax code in PHP. There is three methods in the code by which file can be uploaded using Ajax which are : Uploading With Form Tag Uploading Without Form Tag Uploading Without Form Tag Without Submit Button Here is the
Convert Number to Indian Currency in Java
Hello Friends, In my previous post, I shared code that was for converting number to Indian currency in PHP and today I am going to share how to convert number to Indian currency in Java. With some little changes same previous code logic can be used to develop code to
Convert Number to Indian Currency in PHP
Hello Friends, Today I am going to share how to convert number to Indian currency in PHP. Actually recently I was developing a billing software in which I was required to convert billing amount to words, so I thought to share this code to everyone so that anyone else developing
How to Setup Google App Engine Server in NetBeans IDE
Hello Friends Today I am going to explain how to setup Google App Engine Server in Netbeans IDE and deploy your application on Google App Engine. So Before you start you need Java 7 or latest version is Installed and JAVA_HOME environment variable is set Apache Maven is installed and path
File Uploading in Android using Web Service in PHP
Hello Friends, Today I will tell you file uploading in android using web service in PHP. Basically we will call web service developed in PHP using AsyncTask in android to upload file and we will get file name and file type in response. PHP Code for Web Service config.php [crayon-5adb938336087486142608/] user.php [crayon-5adb938336095312901760/] Android Code AndroidManifest.xml [crayon-5adb9383360a0005894681/] activity_main.xml [crayon-5adb9383360a8810045332/] FilePath.java (getting selected