[android-beginners] RE: [android-developers] Re: jchat4android 1.3 released!

2009-01-16 Thread Semeria Stefano
: android-develop...@googlegroups.com Cc: android-beginners@googlegroups.com; jade-deve...@avalon.tilab.com Subject: [android-developers] Re: jchat4android 1.3 released! Any reason you're not publishing an installable apk file? Al. Semeria Stefano wrote: > > We are proud to announce

[android-beginners] Questions about using GTalk for P2P communication

2008-06-09 Thread Semeria Stefano
Hi all, I need to evaluate Gtalk as p2p communication protocol for future development. I read the documentation and did some basic GTalk applications From the info I collected I have the following questions: 1. Every GTalk application shall need a valid gmail account to be able to commun

[android-beginners] How to compute the size of a string in pixel

2008-04-24 Thread Semeria Stefano
Hello I need to compute the size of a string I'm drawing with Canvas.drawText() in pixels, to be able to surround it with a rectangle. Do you know if there's a simple way to get the size of the string according to the size of the currently used font? Thanks a lot for your help. Regards, Stef

[android-beginners] Using notifications to switch between different already opened activities

2008-04-11 Thread Semeria Stefano
Hi all, I am working on an IM application for android. Currently I have one main activity showing a list of contacts and another activity (let's call it ChatActivity) for handling conversation. When the user starts a chat with a contact I open the chat activity with the startActivity firing an