Re: [android-developers] How to send a simple email programatically? (exists a simple way to do it??)

2010-12-06 Thread Alberto Ivo
Hello Kostya, only this piece of code is enough to send the e-mail? what line exactly does the 'sending task' ? Ivo On Fri, Dec 3, 2010 at 9:58 AM, Kostya Vasilyev wrote: > Hi, > > You are describing three tasks: > > 1 - handling a button click. > > http://developer.android.com/guide/topics/u

Re: [android-developers] Re: What's the best way to have your app 'sleep' for N milliseconds?

2010-12-06 Thread Alberto Ivo
Thread.sleep ( 1000 ) will make the app pause for AT LEAST 1 sec. Not exactly 1 sec. Thread is not guaranteed. Ivo On Mon, Nov 29, 2010 at 5:55 PM, dipti wrote: > You can use java's Thread.sleep(1000) . This will make the application > pause for 1 sec ( 1000 millisec ) > > On Nov 29, 6:49 am,