News

Android is the prime OS for developing applications in today for many reasons. The main reasons being that it is Open Source and Intuitive. In addition it uses Java for development, which is quite ...
This post introduces the basics of Java syntax so that you can better start to understand what all those lines do. Developing good practices now will save you a lot of trouble as an Android ...
Learning to program is hard. Learning Android development is harder. But if you approach it in the right way, then you can save yourself a lot of time and drastically improve the chances of a ...
Google's Android developer certification is a solid, low-cost credential that can prepare you for a career programming for Android OS with Java and Kotlin.
This tutorial series will cover what kinds of functionally IDEs encompass as well as present the top IDEs for Java development.
Kotlin offers big advantages over Java for JVM and Android development, and plays nicely with Java in the same projects.
The accelerometer is a hardware sensor used to detect a shake motion. William Francis shares the accelerometer code that he uses in his Android apps.