How to Implement Fast Image Sharing in Your Android Application

In my Android application, I wanted to implement a new functionality: sharing an image of an aircraft. After searching the Internet, I found several methods that all essentially boiled down to one approach — convert the downloaded image and then share it. However, this process was very slow. In this post, I will show you how to do this quickly and efficiently. ...

June 10, 2024 · Alexey Nevinsky

Android room & database migration

There was a convenient library Sqliteassethelper. It made possible do not write migration scripts from old to new schema version. The library immediately copies the new database file from apk when the new version of your application stating. And versioning of the database was saved. ...

January 25, 2019 · Alexey Nevinsky

Android room & Many2many relations

Many Android programmers use Room and live data libraries. All things are good, but Room is not orm! ...

December 18, 2018 · Alexey Nevinsky

Aviation guide for android

The directory includes more than 5000 aircraft, helicopters, flying boats and other aviation weapons, as well as: photos, flight characteristics, modifications, interesting stories of creation and trials, a convenient filter system. ...

September 9, 2014 · Alexey Nevinsky