Zip4j is the most comprehensive Java library for zip files or streams. As of this writing, it is the only Java library which has support for zip encryption, apart from several other features. It tries ...
Get started with Java streams, including how to create streams from Java collections, the mechanics of a stream pipeline, examples of functional programming with Java streams, and more. You can think ...
Java applications using libraries like LibGDX can target multiple platforms with minimal changes to the codebase... most of the time. Targeting HTML via Google Web Toolkit, or GWT, involves using a ...
In a previous tutorial, I walked you through the process of making your first “2D game.” We built a simple script which would let a character sprite bounce around the screen. From there, I insinuated ...
In this post, you are going to learn to make a basic notepad app. This is a great project to get to grips with because it will lend itself to a range of alternative uses as similar concepts can be ...