News

I have an app that uses an external database, which has 7 tables. I frequently update the content of three tables (videos_chapters, videos_theme and references) and, after that, I copy the updated ...
Lightweight and fast SQLite shines as a development companion. Learn how to take advantage of it in ASP.NET Core.
Displaying SQLite data from Flutter app on iOS home-screen screen with Swift's WidgetKit In this repository, you will find the source code of the application, which shows how to display your data from ...
Flutter lets you build compiled, cross-platform mobile, desktop, and web applications from a single codebase. Get started with Flutter and its easy-to-use programming language, Dart.
Thanks to a collaboration between Google and Adobe, it's now possible to use the Adobe XD design tool to create UI for Flutter apps.
Creating and using an SQLite database for data persistence in Android apps. Covers the basics, as well as using foreign keys. Full source included.
Learn how to use SQLite in your Android app. SQLite is a fully fledged relational database that can be embedded in Android applications.