Nuacht

A lightweight, annotation-driven ORM for Android that turns raw SQLite into clean, safe, and testable code — with zero magic and full control when you need it. Why this library? You get the ergonomics ...
Before Google I/O 2017, Google avoided recommending any particular architecture for Android development. You could use Model View Presenter (MVP), Model View Controller (MVC), Model-View-ViewModel ...
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
Json-to-sqlite is a tool that can take any number of json files and create a sqlite database. Json-to-sqlite is most useful as part of a build where a pre-shipped sqlite database is needed by your app ...
In my last column, I introduced SQLite, an amazing little database engine written and provided entirely in C source code. I showed you how to begin wrapping it up in modern C++, producing a correct ...