Android, Java

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

Rust, Software Development

Rust Array Size Limit To 32 No More In 1.47.0 Release

Before 1.47.0, there is the Rust array size limit size of 32. This is evident when we get the E0277 error that has the following message.

When Do We Get The Error? Personally, I have never encountered this error