[android-developers] Open files in res.raw by name - File not found error

2009-04-02 Thread cruiseru...@gmail.com
Hi, i have problem with opening files... this.res=imsLoader.context.getResources(); this.context=imsLoader.context; InputStream istream=null; ... ... istream=res.openRawResource(R.raw.l6); //- it works correcty that file is on res/raw/l6.lvl istream=context.openFileInput(l3.lvl); // it give me

[android-developers] TrackBall

2009-03-17 Thread cruiseru...@gmail.com
I know that emulation of trackball to DPAD do not work so good, then i decide use trackball. I override onTrackBallEvent but I have problem .It has good reaction for action move ... when I track left, it goes left, when I track right, it goes right, but I can't stop it .When I unpress ..