How to download files under the App’s private storage on Android devices?As an Android app developer, we need to test the data we are saving on local storage to make sure what we have saved (as .json file or…Jul 22Jul 22
How to access localhost on Android Emulator when you are developing a Flutter Web appI worked on a Fluter web app, recently, that targets web platforms only. I tested and developed the app based on the Chrome browser on my…Feb 16, 2023Feb 16, 2023
Download File from Firebase (Flutter Mobile and WEB)There are a bunch of articles that talk about how to download a file from firebase on Mobile (Android, iOS) or even WEB solely. But what…Mar 16, 2022Mar 16, 2022
How to prevent the keyboard pushes a widget up on Flutter?In my project, I have a screen that contains a few text fields that let the user Sign in. Submit button is at the bottom of the screen and…Feb 16, 20212Feb 16, 20212
How to fix the audio issue when you connect your Piano to a Kindle device?Playing Piano is my resolution for 2021. To make it happen I am using the Flowkey app. I won’t go into details of why they are awesome and…Jan 28, 2021Jan 28, 2021
How to format your Android code using KTLint automaticallyAccording to their Github repo, KTLint is An anti-bikeshedding Kotlin linter with a built-in formatter. They have explained it well how to…Nov 1, 2019Nov 1, 2019
Database benchmark: Realm Vs. SnappyDBGet rid of SQLite database if storing an object to db and perform a query are only things you need in your application. My problem with…Sep 8, 20165Sep 8, 20165
How to send commit changes by email once CI build passes?You probably want to make change-log based on what have been committed to git repository after you have created a tag. If you are looking…Apr 26, 2016Apr 26, 2016
How to automate Android build process on Bitrise CI (part 2)Please have a look at part 1 if you have not integrated your repo into Bitrise yet. In this post I’ll focus on design of Release workflow…Mar 30, 20161Mar 30, 20161
How to automate Android build process on Bitrise CI (part 1)There are lots of companies that offer CI services such as Travis CI, Circle CI, Bitrise and etc. I don’t want to focus on the comparison…Mar 27, 20161Mar 27, 20161