Search Results for: java 8
-
CheckBox
Android Checkbox Example
One of the easiest and most common ways to accept user input in an Android Application is the Checkbox component. In this…
Read More » -
Password
Android Password Field Example
In this tutorial we will see how you can use a normal EditText component in order to take a password…
Read More » -
TextBox
Android Textbox Example
In your Android application, you may want to accept user input. There are many ways you can do that and…
Read More » -
html
Download images from a website using Jsoup
In this example we will use an HTML Parser, Jsoup, in order to download images from a website. jsoup is…
Read More » -
canvas
Using bitmap fonts
With this example we are going to demonstrate how to use bitmap fonts in an Android Application. Android is running…
Read More » -
canvas
Particle Explosion example
In this tutorial we are going to see how can we create a Particle Explosion effect in our Android Application.…
Read More » -
camera
HTTP Camera live preview example
With this example we are going to demonstrate how to create Live Camera preview in Android. The Android SDK includes a Camera class…
Read More »