[android-beginners] Re: IOException with BufferedReader

2009-12-15 Thread kaloer
Hi Yousuf, Thank you very much for the answer. However, I don't know in which directory i should put the file? I don't want to save the file from my application - it should just be there when the application is installed. I don't think I can access this file with the context.openFileInput()

[android-beginners] Re: IOException with BufferedReader

2009-12-15 Thread kaloer
Hi again, I've just tried putting a simple file with the Hello, world text into the raw folder, and this works as it should. The other file is 1.1 megabyte. Can the error be caused because of the size? On 15 Dec., 19:52, Yousuf Syed yousuf.syed@gmail.com wrote: Hi Kaloer,  The procedure

Re: [android-beginners] Re: IOException with BufferedReader

2009-12-15 Thread Yousuf Syed
yes, For sure. the raw folder has a limit to the amount of data that it can hold. It cant hold large data files. Regards, Yousuf. On Tue, Dec 15, 2009 at 1:58 PM, kaloer mkal...@gmail.com wrote: Hi again, I've just tried putting a simple file with the Hello, world text into the raw

[android-beginners] Re: IOException with BufferedReader

2009-12-15 Thread kaloer
Oh okay.. But how can I use it them? Do I need to download it from a server or so? I have tried putting it into the assets folder but this seems to have the same limit. On 15 Dec., 20:04, Yousuf Syed yousuf.syed@gmail.com wrote: yes, For sure. the raw folder has a limit to the amount of

Re: [android-beginners] Re: IOException with BufferedReader

2009-12-15 Thread Yousuf Syed
Hi, Write another supporting application to download them and save it to the location used in your main application. then install the main applicaiton. This should do. but I have not worked on downloading files from server. So cant help you in this regard. Sorry for that. Regards, Yousuf. On

[android-beginners] Re: IOException with BufferedReader

2009-12-15 Thread kaloer
Thank you very much for your help! No problem, I know how to do this. Best regards, Kaloer On 15 Dec., 20:22, Yousuf Syed yousuf.syed@gmail.com wrote: Hi, Write another supporting application to download them and save it to the location used in your main application. then install the

Re: [android-beginners] Re: IOException with BufferedReader

2009-12-15 Thread Yousuf Syed
Hey can you help me with that. I am in the middle of developing a video dictionary. the main application is complete. I am working on the support application for downloading files form the server. can you help me with sample code or useful hints in downloading the files. Thanks in advance.