In part 1 of this series, Gary uploaded an awesome post and video explaining the basics of Java programming. Java is the official programming language of Android; so if you want to build fully-fledged ...
Today, it’s rare to encounter an Android application that never connects to the internet. Whether your app is backing up data to the cloud, authenticating users via “Sign In With Google,” downloading ...
The connection between Android and the Java platform isn’t exactly in your face all the time, but it isn’t exactly a secret, either. If you’re reading this blog, you almost certainly know, already, ...
In this tutorial we will be pivoting from our last tutorial on Graphical Elements to start focusing on databases in Android development. The android platform uses SQLite databases in its applications ...