1
vote
3answers
52 views

Take an xml feed from the internet and put it in my assets

Currently i am developping an android application and i'm using an xml feed that i take from the internet.the problem is when my phone doesn't have an internet connection, my application crashs. I ...
1
vote
1answer
111 views

Capture images and store them only inside apk in android?

i want to use the device camera and capture image , than convert it to lower quality image and store that image inside "assets" instead inside the cellphone . i am not expecting to the full code , ...
0
votes
0answers
63 views

Asset Inventory don't read/write a .txt file

//This is the Save Button, How can I make the data I put to be a .txt file and where directory it will go?// private void jButton2ActionPerformed(java.awt.event.ActionEvent evt) { ...
2
votes
3answers
216 views

Keeping video file in asset folder?

can we keep a video in the assets folder, i am developing an app where i taught to guide the users by showing video of how the app works instead of snap shots and texts???? Is it the good way of ...
0
votes
0answers
623 views

loading files from assets directory

Helo. I'm writing a java application for android 2.2. I'm trying to load file by getting it's InputStream. as far as i understood i should place the file in assets directory. I'm loading the file ...
0
votes
0answers
388 views

Opening text file in assets folder throws a FileNotFound exception

I'm currently developing an app where I need to open a text file. I put that file in the assets folder and try to open it with the following code: try { AssetManager manage = ...
1
vote
0answers
188 views

JMonkey 3 Asset Cache

I'm in the process of learning JMonkey for the purpose of building a framework on top of it. How do I manage the asset cache? Is there any way to clear it? Is there any way to delete a specific ...