News

There's more than one way to make an Android game! In this post, I take a look at creating 2D sprite-based games with Java and Android Studio.
Java and Ajax file uploads. If you want to get fancy and perform an asynchronous file upload with Java, add Ajax functionality by editing the HTML file. If you replace the markup in HTML file with ...
In prior Java 101 articles, I referred to the concepts of redirection, standard input device, and standard output device. To demonstrate inputting data, several examples called System.in.read ...