Posts by RobsonJunior • 91 points
2 posts
-
0
votes1
answer33
viewsA: Application on Androidstudio java
It has like, but if you can save images in drawable, there is no need to overload the Sqlite to convert bitmap to blob and then convert blob to bitmap, or other image extensions.
androidanswered RobsonJunior 91 -
9
votes1
answer10348
viewsA: How to create a txt file?
First you must enter the permission to write to sdcard in Androidmanifest.xml before the application tag : <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> After…
androidanswered RobsonJunior 91