Search Results for: java 8
-
animation
Android Animation Example
Android give us the opportunity to add animations in our applications in order to achieve a better sense of the…
Read More » -
AlertDialog
Android Alert Dialog Example
In this post, we feature a comprehensive Android Alert Dialog Example. Sometimes in our applications we want to alert the…
Read More » -
PhoneStateListener
Android Make Phone Call Example
Although Android provides Built-in applications for phone calls, in some occasions we may need to make a phone call through our…
Read More » -
location
Android Location Based Services Example
Android System gives the opportunity to determine the current geographical location and to build location-aware applications, without focusing on the…
Read More » -
SmsManager
Android Sending SMS Example
In some situations, we want to send sms messages from our own Android application. There are two different ways to…
Read More » -
Email
Android Sending Email Example
To send an email from your application, you don’t have to implement an email client from the beginning, but you…
Read More » -
Maven
Troubleshooting: Maven – Tomcat deploys project web.xml to wrong folder in Eclipse
In this tutorial we will show you how to specify the correct deployment folder of the web.xml file of a…
Read More » -
Maven
Troubleshooting: Maven – Strings in switch are not supported in source 1.5
In this tutorial we will show you how to deal with issues concerning the JDK version of a Maven based…
Read More » -
Notifications
Android Notifications Example
Notification is a message that doesn’t appear inside the main UI of the app but as an icon in the…
Read More » -
Maven
Troubleshooting: Maven Dependency libraries not deployed in Eclipse IDE
A Java Web project may contain build dependencies to external libraries, specified inside the pom.xml file. In this tutorial, we…
Read More »