Android Dagger2 greenDAO ORM With Service And DAO Layers

This post shows how to create a sample Android app that uses Dagger2 and greenDAO ORM. The codes are also organized in service and DAO layers. Previously, we touched briefly on greenDAO ORM for SQLite. This time we’re using the

Android greenDAO ORM For SQLite Example

This post shows how to use greenDAO ORM for SQLite in Android using a demo app. We start with a simple Android project in the Android Studio, create a few entities, save to and read data from the database. Requirements

DOWNLOAD Videos SHARED On Google Photos

This post shows how to download videos shared on Google Photos to another Gmail account. Meaning, the files are not publicly accessible via links, and another Gmail account to access them is needed. This may also be applicable for photos,

Rust Find Duplicate Files With The Same Digests

This post shows how to find duplicate files in Rust with the same digests. The codes display list of duplicate files under the same digest. Personal Use Case I have a lot of files stored in Google Drive. I plan

Execute specific unit test in Maven using Eclipse

Okay, your project has hundreds of unit tests, but you only need to execute one or perhaps only all tests from a JUnit test file. Maven allows for that, and Eclipse makes it more convenient. Eclipse JUnit Run Configuration With