Latest Posts

Latest Posts

Flutter: TextField multiline without max lines (dynamic height)

Hi there, another notes again for Flutter, today I just want to share something about TextField widget. during make an application when we...

Edinofri 28 Jun, 2024

Flutter: InkWell change ripple effect shape

Hi there, I just wanna save a notes again for Flutter, currently I work with many InkWell widget in my personal application and feeling curi...

Edinofri 26 Jun, 2024

Flutter: Keyboard on above TextField issue

Hi there, another quick notes for my self on Flutter. Today I meet issue about Keyboard show above on Textfield which make user must scrol...

Edinofri 23 Jun, 2024

Ruby Gem Install Throw: You don't have write permissions

Hi there, another quick notes for my self and you (I know you are here because get same issue or just curious with this quick notes). I ge...

Edinofri 16 Apr, 2024

Pass data to another destination in Jetpack Compose Navigation

Di dalam dunia Android Native sebelum mengenal Jetpack compose, kita biasa melakukan perpindahan Screen dan membawa data pada Screen berikut...

Edinofri 6 Sep, 2023

Proguard Gson TypeToken Issue

When use Gson to convert JSON to List of Object, we face with how to get the Type for second params of Gson().fromJson(String, Type) . Th...

Edinofri 27 Jul, 2023

Autofill in Google Form with Query Params

Hi fork, today I will share my experience about how to Autofill in Google Form with Query Params,  I met such cases make a Wedding Invitatio...

Edinofri 27 Apr, 2023

Read Blogger Query Params In XML

If you want to make some features only visible with some conditions, we usually use headers, post body, or query params to make it happen. I...

Edinofri 11 Apr, 2023

Laravel command not found on WSL2

Run this command to set PATH of Laravel CLI export PATH="/home/$USER/.config/composer/vendor/bin:$PATH"

Edinofri 27 Okt, 2022

Android Show Layout Bounds via adb

Run this command to activate Layout Bounds via adb command adb shell am force-stop com.company.appname ; adb shell setprop debug.layout tr...

Edinofri 21 Okt, 2022