-
installation
Java offline installer – How to install Java in Windows
In this tutorial we will show you how to install the latest Java version in Windows, using the Java offline…
Read More » -
PhoneStateListener
Android Make Phone Call Example
Although Android provides Built-in applications for phone calls, in some occasions we may need to make a phone call through our…
Read More » -
String
Substring Java Example
In this post, we feature a comprehensive Substring Java Example. We will show how to use Java String substring() API method.…
Read More » -
junit
JUnit Parameterized Test Example
In this example we are going to see how to create a parameterized test in JUnit testing framework. 1. Create…
Read More » -
exceptions
java.lang.NullPointerException Example – How to handle Java Null Pointer Exception (with video)
In this post, we feature a comprehensive example of java.lang.NullPointerException – Java Null Pointer Exception. In Java, a special null value can…
Read More » -
location
Android Location Based Services Example
Android System gives the opportunity to determine the current geographical location and to build location-aware applications, without focusing on the…
Read More » -
SmsManager
Android Sending SMS Example
In some situations, we want to send sms messages from our own Android application. There are two different ways to…
Read More » -
junit
JUnit Exceptions Test Example
In this example we are going to see how to use @Test annotation along with its optional parameter expected in…
Read More » -
Email
Android Sending Email Example
To send an email from your application, you don’t have to implement an email client from the beginning, but you…
Read More » -
Maven
Troubleshooting: Maven – Tomcat deploys project web.xml to wrong folder in Eclipse
In this tutorial we will show you how to specify the correct deployment folder of the web.xml file of a…
Read More »