-
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 » -
core
Android: How to set default activity
In Android you might create many Activities for your Application and you want to choose which one of these will be launched…
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 » -
InetAddress
How to get IP address in Java using InetAddress
An Internet Protocol address (IP address) is a numerical label assigned to each device (e.g., computer, printer) participating in a…
Read More »