Passing bitmap to bundle
I found this somewhere in Internet and I thought it would be useful someday To pass bitmap to bundle, first we ought to convert it to byte array. Then the…
I found this somewhere in Internet and I thought it would be useful someday To pass bitmap to bundle, first we ought to convert it to byte array. Then the…
This method will help in comparing two dates by trimming date format to our specific format. So we avoid unnecessary data. Sample: We compare two months in different years. First…
for %%f in (*.apk) do ( adb install "%%f" ) Voila!