Search Results for: java 8
-
Handler
Android Timer Example
In this example we are going to create a simple Android Timer application. We are going to use some very…
Read More » -
Jackson
Jackson Streaming API to read and write JSON example
Jackson project has implemented a very useful Streaming API which is also called incremental mode. This is the most efficient…
Read More » -
Properties
Convert XML File into Properties object
In the previous tutorial we saw how to convert Properties object to XML Format and write it to XML File.…
Read More » -
Properties
Convert Properties into XML File
With this example we shall show you how to convert a java.util.Properties object to XML format and write it to…
Read More » -
JAXBContext
JAXB Hello World example
With this example we shall show you how to work with the JAXB framework in Java. JAXB stands for Java…
Read More » -
core
Android: Debugging on a real device
In this tutorial we are going to see how to debug and run your Android application in a read device.…
Read More » -
PackageManager
Android : How to check if device has camera
In this tutorial we are going to use PackageManager and the hasSystemFeature method to find out whether our device has a…
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 » -
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 »