5
I have a file . xls that would like to encapsulate next to apk so that when installing the app it uses that file to popular a database. How to do?
5
I have a file . xls that would like to encapsulate next to apk so that when installing the app it uses that file to popular a database. How to do?
4
You can include your file . xls in the folder res/raw/
. There is also a folder in the project assets/
, and there is little difference between storing in it or in the folder res/raw/
. You can know a little more and see the differences between one and the other at this link of documentation.
Browser other questions tagged android apk encapsulation
You are not signed in. Login or sign up in order to post.