[android-beginners] hebrew font

2009-07-20 Thread nik
how to install in htc g1 hebrew fonts? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group,

[android-beginners] Android Books

2009-10-26 Thread NIK
Hi all i am new to android programing. I have already been programing in J2ME and i wanted to know any opinions about android books that could help me get in touch with it. I don't want a beginners books because i can use the resources in the android site. Any suggestions are appreciated. Thanks

[android-beginners] Calling localhost web service from emulator

2010-07-09 Thread NIK
Hi all. I faced a weird problem the last days. I had to call a restful web service from the emulator. The web service was deployed on the localhost application server and when i tried to access it via the browser everything was fine. When i tried to access is from the emulator with the

[android-beginners] Re: Calling localhost web service from emulator

2010-07-12 Thread NIK
; so when you are on the emulator it is the emulator, when you are on your host it is the host. 127.0.0.1 can never cross a system boundary (for a given value of never). /Richard On Jul 9, 1:04 pm, NIK nikolaos.katsa...@gmail.com wrote: Hi all. I faced a weird problem the last days. I

[android-beginners] ProgressDialog Handling

2010-07-24 Thread NIK
I came across a problem with the ProgressDialog. I am using a ProgressDialog and a Thread for some networking stuff. I want the ProgressDialog to be dismissed when the Thread finishes its work. I am using a Handler to dismiss the ProgressDialog but i don't know how to continue my main program