-
json
Java JSON parser Example
In this post, we feature a comprehensive Java JSON parser Example. JSON is simply a text format that facilitates reading…
Read More » -
HashMap
Hashmap Java Example (with video)
Java HashMap is a member of the Java Collection Framework and is a very common way to collect and retrieve…
Read More » -
primitives
Convert int to string Java Example (with video)
Integer to String conversion is a basic task in many Java projects. There are many ways to convert int to…
Read More » -
String
String to Int Java Example (with video)
In this post, we feature a comprehensive article on how to convert in Java a String to Int. We will…
Read More » -
ui
Android Styles and Themes Example
Android gives us the opportunity to specify the format and the design of View components or screens of our app,…
Read More » -
Events
Android Event Handling Example
Events represents a response to user’s interaction with input controls, such as press of a button or touch of the…
Read More » -
publishing
Publish Android Application Example
After the implementation of an Android application, the last step is to publish your app in order to be available…
Read More » -
BluetoothAdapter
Android Bluetooth Example
If we want to exchange data between different devices through our application, Bluetooth is a way for wirelessly connection between…
Read More »