Verify process on android device using adb The log output you provided comes from the ps -P command, which lists running processes along with their details. …
Read more »Difference between signature version V1(jar signature) and V2(full apk signature) I manage the old android app, so I need to use old version of AndroidStudio…
Read more »adb root adb remount apksigner sign --key platform.pk8 --cert platform.x509.pem <YourAPK> adb shell mkdir /system/app/<YourAppFolder> adb push <…
Read more »GeometryReader with SwiftUI Let's study GeometryReader when using SwiftUI import SwiftUI struct Home : View { var body : some View { …
Read more »What is ZStack, HStack, VStack on SwiftUI? ZStack ZStack is called Depth Stack. We can arrange the views on layered form. HStack We can arrange the views on ho…
Read more »