News

Have you ever wanted to create your own Android app? Whether you're a beginner or someone looking to enhance your mobile ...
Android Architecture Components: Creating an app using Room, LiveData, and ViewModel In this post we'll focus on what Android Architecture Components are, and how to use them.
Creating and using an SQLite database for data persistence in Android apps. Covers the basics, as well as using foreign keys. Full source included.
Configure a Java application to use Hibernate as your JPA provider. Configure JPA’s EntityManager. Create a simple JPA domain model representing two classes with a one-to-many relationship.
HSQLDB JDBC tutorial prerequisites For this tutorial we will use Eclipse and Maven, but the process is the same for other build tools and IDEs. The steps performed in this JDBC with HSQLDB tutorial ...