Swipeable and Non-Swipeable ViewPager in Android Android Java by Rajesh Kumar Sahanee - June 28, 2018April 6, 20200 Hello Friends, recently I was developing a mobile application in which I had to make Swipeable and Non-Swipeable ViewPager in Android and to achieve this I had to create ViewPager subclass CustomViewPager class . So, I thought to share it so that anyone else required can use it. I'd created
Url Checking Tool in Java Java Java Projects Tools by Rajesh Kumar Sahanee - June 17, 2018April 13, 20200 Hello Friends, Today I am going to share a url checking tool which I have developed few days ago in Java. This tool filter outs the bad urls and working urls from list of urls. I am going to share code also, so that you can develop it yourself and
SQLite Database Handling in Android Android Java by Rajesh Kumar Sahanee - December 18, 2017February 13, 20200 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) Java Tools by Rajesh Kumar Sahanee - December 6, 2017December 6, 20170 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
Basic Programs in Java with Menu System Java by Rajesh Kumar Sahanee - October 23, 2017October 24, 20170 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
Convert Number to Indian Currency in Java Java by Rajesh Kumar Sahanee - October 10, 2017April 14, 20200 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
How to Setup Google App Engine Server in NetBeans IDE Java by Rajesh Kumar Sahanee - September 24, 2017April 30, 20200 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 Android Java Php by Rajesh Kumar Sahanee - September 22, 2017April 25, 20200 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-693f259620daf815357249/] user.php [crayon-693f259620db8271207500/]
Android Camera 2 Api Example With & Without Preview Android Java by Rajesh Kumar Sahanee - September 11, 2017April 25, 20200 Hi, Friends today I am going to share code by which you can use android camera 2 api to click picture. I'd created two classes named as CameraControllerV2WithPreview for taking picture with preview and another one is CameraControllerV2WithoutPreview for taking picture without preview. Camera 2 Api is latest Api introduced
Developing Tile Puzzle Game in Java Java by Rajesh Kumar Sahanee - July 31, 2017September 11, 20170 Greetings! Friends, Today I am going to explain how to Develop Game in Java. The game which I am going to develop is a Tile Puzzle Game. In this game development we are going to use below classes :- java.awt.Image java.awt.image.BufferedImage javax.swing.ImageIcon Here Image class is used to hold image resource