programming
android
,
java
,
kotlin
Android Activity lifecycle is onStart or onCreate first will be triggered in android activity? onStart onCreate In the Android Activity lifecycle, onCreate is triggered before onStart. Heres a brief overview of the sequence of method calls when an Activity is created: onCreate onStart onCre
programming
android
,
java
,
kotlin
OkHttp cookie handling on android webview supported Here how i implement cookie handling for android lollipop - tiramisu and also jvm and non-persistent connection. requires: [versions]webkit = 1.10.0okhttp = 4.12.0[libraries]webkit = module = androidx.webkit:webkit, version.ref = we
programming
github
,
bash
Turn git log history into markdown /bin/bashecho writing github commit historygit log --pretty=format:adnh snb --date=format:Y-m-d H:M:S while IFS= read -r line; do trimmed_line=lineline[[:space:]] trimmed_line=trimmed_linetrimmed_line[[:space: