[android-developers] Re: How to send email programmatically?

2008-12-17 Thread Sunit Katkar
Sorry Dileep, I have not tried with the emulator and I really dont know what the issue could be. I will dabble with it and let you know, but dont wait for my answer as I will be busy for a couple of days and over the weekend. - Sunit Katkar http://sunitkatkar.blogspot.com/ - Android OS Tutorials

[android-developers] Re: How to send email programmatically?

2008-12-06 Thread Sunit Katkar
www.openintents.org seems to be down. I got to this thread after a long time and now that site is down :-( - Sunit Katkar http://sunitkatkar.blogspot.com/ - Android OS Tutorials On Mon, Dec 1, 2008 at 6:06 PM, Xavier Mathews [EMAIL PROTECTED]wrote: Would They Be Using Gmail? If So You Could

[android-developers] Re: Android, A Programmer's Guide by Jerome (J.F.) DiMarzio

2008-11-24 Thread Sunit Katkar
popular platforms and if he can corelate some similarities to make it easier for readers to understand. I found it very useful and look forward to a print edition. - Sunit Katkar http://sunitkatkar.blogspot.com/ - Android OS Tutorials On Mon, Nov 24, 2008 at 1:06 PM, hmmm [EMAIL PROTECTED] wrote

[android-developers] Re: Tab Appearance

2008-11-24 Thread Sunit Katkar
Even if you could programatically do so, why would you want to make the tabs smaller and cause inconvenience to users who are going to use fingers for tapping. Even the iPhone has large widgets for easy touch operation. - Sunit Katkar http://sunitkatkar.blogspot.com/ - Android OS Tutorials

[android-developers] Re: Can I pay the register fee via paypal?

2008-11-24 Thread Sunit Katkar
This is a list for folks interested in Android development. We dont know all the details of google's market rules vis-a-vis payments. It would get you a more accurate answer if you contact someone in Google customer service. - Sunit Katkar http://sunitkatkar.blogspot.com/ - Android OS Tutorials

[android-developers] Re: Java IO is super-slow in Android -- why?

2008-11-22 Thread Sunit Katkar
Phones in general do not have super fast CPUs like laptop and desktops. Android runs on a phone CPU which is not very fast. Overall you will see that programs dont necessarily run at the same speed as on a laptop. - Sunit Katkar http://sunitkatkar.blogspot.com/ - Android OS Tutorials On Fri

[android-developers] Re: StartSubActivity in view

2008-11-22 Thread Sunit Katkar
have look here, maybe this is what you are looking for http://www.anddev.org/subactivites_with_return_value_-_the_inputbox-t99.html - Sunit Katkar http://sunitkatkar.blogspot.com/ - Android OS Tutorials On Sat, Nov 22, 2008 at 7:34 AM, Jose Alonso [EMAIL PROTECTED]wrote: Hi all! I have

[android-developers] Re: Problem doing the programming tutorial

2008-11-22 Thread Sunit Katkar
android emulator can take upto 5 minutes or more on certain machines.. - Sunit Katkar http://sunitkatkar.blogspot.com/ - Android OS Tutorials On Sat, Nov 22, 2008 at 1:17 PM, automerc [EMAIL PROTECTED] wrote: Hello, I downloaded and set up the sdk and I was working on the Hello, Android

[android-developers] Re: problem with buttonListener

2008-11-19 Thread Sunit Katkar
asap. -- - Sunit Katkar http://sunitkatkar.blogspot.com/ - Android OS Tutorials --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers

[android-developers] Re: What r tools for Building .apk file

2008-11-19 Thread Sunit Katkar
[EMAIL PROTECTED] wrote: When I develop the project using eclipse the .apk file goes on emulator. But I want upload my appl on server Is there any tool to build .apk file. Or it possible to pull .apk file from emulator to pc, Regards jagtap -- - Sunit Katkar http

[android-developers] Re: File Browser

2008-11-14 Thread Sunit Katkar
/init.goldfish.rc /init /default.prop /data /root /dev but I have seen the DDMS File explorer and this display only 3 directories: /data /sdcard /system who can explain me that? -- Chihau Chau -- - Sunit Katkar http://sunitkatkar.blogspot.com/ - Android OS Tutorials

[android-developers] Re: peer not authenticated while executing DefaultHttpClient httpclient

2008-11-12 Thread Sunit Katkar
-- - Sunit Katkar http://sunitkatkar.blogspot.com/ - Android OS Tutorials --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers

[android-developers] Re: How to send email programmatically?

2008-11-12 Thread Sunit Katkar
:52 am, Sunit Katkar [EMAIL PROTECTED] wrote: Ok how would I implement the 'send form'. Do you mean that I should launch a web browser and use some webmail type of application hosted on a server? I was thinking about the Email Outbox. How can I put a simple text message as an email

[android-developers] Re: Where to find Jarsigner

2008-11-12 Thread Sunit Katkar
and it is not there. Keytool is there, but no jarsigner. I tried googling this but all I found was to check the bin folder. Does anyone know where jarsigner is or know where I can download it from? Thanks -- - Sunit Katkar http://sunitkatkar.blogspot.com/ - Android OS Tutorials

[android-developers] Re: no callback to onItemClick() on clicking my ListView

2008-11-11 Thread Sunit Katkar
ListView.setOnItemClickListener(). If I remove the Button view from item layout, callback is ok then. Can anybody advise me how I get the callback on the ListView with Button? Thanks. -- Romain Guywww.curious-creature.org -- - Sunit Katkar http://sunitkatkar.blogspot.com/ - Android OS

[android-developers] How to send email programmatically?

2008-11-11 Thread Sunit Katkar
and not looking up the SDK docs :) PS: I have configured the EMAIL app on G1 using the Email setup steps, so it can receive and send email from my email account. -- - Sunit Katkar http://sunitkatkar.blogspot.com/ - Android OS Tutorials --~--~-~--~~~---~--~~ You

[android-developers] Re: How to send email programmatically?

2008-11-11 Thread Sunit Katkar
Any ideas? Any pointers to some examples? On Tue, Nov 11, 2008 at 9:42 AM, Sunit Katkar [EMAIL PROTECTED] wrote: Suppose I have an Activity which has couple of text fields - one for the subject and one for body text. And there is a simple Button. When user clicks the button, I wish to send

[android-developers] Re: How to send email programmatically?

2008-11-11 Thread Sunit Katkar
or write an SMTP client from scratch. The SMTP standard isn't too hard to implement. On Tue, Nov 11, 2008 at 8:05 PM, Sunit Katkar [EMAIL PROTECTED]wrote: Any ideas? Any pointers to some examples? On Tue, Nov 11, 2008 at 9:42 AM, Sunit Katkar [EMAIL PROTECTED]wrote: Suppose I have an Activity

[android-developers] Re: no callback to onItemClick() on clicking my ListView

2008-11-10 Thread Sunit Katkar
remove the Button view from item layout, callback is ok then. Can anybody advise me how I get the callback on the ListView with Button? Thanks. -- - Sunit Katkar http://sunitkatkar.blogspot.com/ - Android OS Tutorials --~--~-~--~~~---~--~~ You received

[android-developers] Re: Executing ON Target

2008-11-10 Thread Sunit Katkar
http://code.google.com/android/intro/develop-and-debug.html#developingondevicehardware You can debug your app on the real G1 phone without creating a signed jar, etc. Follow instructions at the given link. - Sunit Katkar http://sunitkatkar.blogspot.com/ - Android OS Tutorials. On Sun, Nov 9

[android-developers] Re: List Views and Scroll Views

2008-11-10 Thread Sunit Katkar
which are external to the list. How do I accomplish this? Or is it not possible task??? Thanks -- - Sunit Katkar http://sunitkatkar.blogspot.com/ - Android OS Tutorials --~--~-~--~~~---~--~~ You received this message because you are subscribed