-
File

Construct a File Path in Java example
In this example we will see how to create a File Path in Java. The idea is very simple. You…
Read More » -
PhoneStateListener

Android: How to make a phone call
A very useful feature in Android is that you can use the built in Android Application to make phone calls…
Read More » -
Email

Android: How to send Email
In Android you can use the built in Email client Application in order to send Emails from inside your own…
Read More » -
SmsManager

Android: How to send SMS message
A very useful feature in Android is the SmsManager API which you can use to send an SMS from inside…
Read More » -
security

Java DES Encryption Decryption File Tutorial
In this tutorial we are going to see how can you Encrypt and Decrypt a file in Java, using the…
Read More » -
Comparator

Java Comparable and Comparator Example to sort Objects
In Java, it’s very easy to sort an array or a list with primitive types. But you can also use Comparableand Comparator…
Read More » -
Timer

Java Timer and TimerTask Example Tutorial
In this tutorial we are going to see how you can use Timer and TimerTask classes of the java.util package…
Read More » -
RandomAccessFile

Java RandomAccessFile Example
In this tutorial we are going to see how use RandomAccessFile in order to to read an write data to a…
Read More » -
String

Char to String Java Example – How to convert String to Character Array in Java
In this post, we feature a Char to String Java Example and how to convert String to Character Array in…
Read More »

