Hi,
i found this tread http://www.b4x.com/android/forum/threads/how-can-i-open-a-file-with-his-application.10691/
all work fine but i'll like to read file directly in the app folder (i include files i need in the apk)
but i don't know how to change
i.Initialize(i.ACTION_MAIN, "file///sdcard/Fronteras.FB2")
in
i.Initialize(i.ACTION_MAIN, "file///MyAppDirectory/MyFile.ext")
Thank you
Sergio
i found this tread http://www.b4x.com/android/forum/threads/how-can-i-open-a-file-with-his-application.10691/
all work fine but i'll like to read file directly in the app folder (i include files i need in the apk)
but i don't know how to change
i.Initialize(i.ACTION_MAIN, "file///sdcard/Fronteras.FB2")
in
i.Initialize(i.ACTION_MAIN, "file///MyAppDirectory/MyFile.ext")
Thank you
Sergio