Most voted "android-assets" questions
Use this tag when your question is related to Android Assets. The Assets folder can be used to save data and files, you can browse this directory in the same way as a typical file system using Uris.
Learn more…3 questions
Sort by count of
-
5
votes2
answers4548
viewsWhat’s the difference between Assets, res and raw directories on Android?
I would like to know the difference between directories /assets and /res present on android, I know that the layout and various images are in the directory /res and are accessed in different ways.…
-
2
votes1
answer377
viewsPersonalized sound in Cordova Local Notification
I’m trying to customize the sound for a notification using the Cordova. I am using the plugin Cordova Local Notification, but the sound is not played when displaying the notification. Tests carried…
-
1
votes1
answer42
viewsProblems reading EXPANSION FILE
I need to read files from an EXPANSION FILE. In the first Log in which I print expansionFile is working perfectly, ie I was able to read the zip file, but while trying to access the files from…