[android-developers] Speech recognition without connecting to google?

2010-07-23 Thread RespeckKnuckles (John Licato)
Hello, I am developing on an android 2.1 build. I am trying to use speech recognition in my application but the whole process of connecting to google each time gets very annoying. I have noticed that the voice dialing does not seem to connect to google (I've tried it in an area with no reception o

[android-developers] Android not taking up full screen size

2010-07-27 Thread RespeckKnuckles (John Licato)
Hey guys, Tried to search for this one but the search terms I used didn't seem to find worthwhile results. I'm creating an application to run on a device with a 800x480 resolution (the archos 5) so I've created an AVD in the emulator with that resolution. However, when I run my program in the emul

[android-developers] Loading from a compiled xml file

2010-06-30 Thread RespeckKnuckles (John Licato)
Hey guys, I have some xml files with a custom format (based on the scxml specifications) that I want my program to read. I've already written the code to read it, but I'm running into problems actually reading the file itself. I want the file to be compiled with the apk, as it will not be changed

[android-developers] Re: Loading from a compiled xml file

2010-07-01 Thread RespeckKnuckles (John Licato)
hn, > >   Can copy here code to know how you are reading fron input stream. > >  Thanks in advance. > > On Jul 1, 12:36 am, "RespeckKnuckles(John Licato)" > > > > wrote: > > Hey guys, > > > I have some xml files with a custom format (based

[android-developers] Re: Loading from a compiled xml file

2010-07-01 Thread RespeckKnuckles (John Licato)
Just in case the element was the problem, I tried this xml code instead: and still didn't work. On Jul 1, 12:46 pm, "RespeckKnuckles (John Licato)" wrote: > Hey guys, > > I put the xml file into the res/raw directory and it works better, but > still not working c