How to transfer query history from Postico1 to Postico2Postico1 saves its query history in a SQLite db which you can find in this location —Jul 18, 2024Jul 18, 2024
I scraped 2.7 million apps from the Play Store and this is what I discoveredI’ve been scraping the play store for the last 5 months and have written about 20 or more python scripts and tried multiple techniques to…Jan 3, 20231Jan 3, 20231
How to show a polyline in Mapbox SDK on AndroidA quick tutorial about showing a latitude-longitude path on Mapbox SDK map.Apr 29, 2022Apr 29, 2022
How to calculate number of tiles in a bounding box for OpenStreetMapsThis piece explains how to calculate the number of tiles within two latitude-longitude pairs on the map for different zoom levels.Apr 24, 2022Apr 24, 2022
How to setup automatic exports of Firebase analytics data from BigQueryThis piece talks about how you can setup a scheduled query on BigQuery so that all your data from Firebase Analytics on BigQuery…Dec 28, 2021Dec 28, 2021
Published inProAndroidDevHow to limit the map window to a bounding box for Mapbox/MaplibreHello everyone, in this article I will cover how to limit the entire map window to a bounding box using Mapbox or Maplibre SDK on Android.Oct 17, 2021Oct 17, 2021
How to display offline maps using Maplibre/MapboxLearn how to use a local MBTiles file to show offline maps using Maplibre or Mapbox SDK on AndroidAug 18, 20217Aug 18, 20217
The painful experience of leaving Google PhotosGoogle Photos is going to stop providing unlimited storage June this year, and even though I am currently paying for Google Drive 100GB…Aug 11, 202111Aug 11, 202111
Understanding permissions for background location on Android 11 and belowGetting the permission to access location in the background is more complicated now compared to the days of Android Pie. How permissions…Oct 29, 20202Oct 29, 20202
How I Fixed an OutOfMemory Exception Due to Custom Tiles on Google Maps in My AppHello, welcome to my first writeup. This is my experience with debugging an OOM error. Its a long read. I hope you learn something from…Jul 6, 20201Jul 6, 20201