Re: [android-developers] Re: Problem when coming back to activity after changing font in Galaxy S

2011-05-20 Thread Suresh Chandra Pal
*Gtalk:*sapient.suresh *Facebook:* http://www.facebook.com/people/Suresh-Chandra-Pal/676583036 *LinkedIn: * http://www.linkedin.com/in/sapientsuresh *Blogs: * http://www.sapientsuresh.blogspot.com *Twitter: *http://twitter.com/sapientsuresh

Re: [android-developers] Re: Problem when coming back to activity after changing font in Galaxy S

2011-05-20 Thread Suresh Chandra Pal
); setContentView(R.layout.main); Log.d(ActivityOne, SURESH setOnClickListener()); Intent intent = new Intent(); intent.setComponent(new ComponentName(com.demo.backpress, com.demo.backpress.ActivityTwo)); startActivityForResult(intent, 1); } On Fri, May 20, 2011 at 1:14 PM, Suresh Chandra Pal

Re: [android-developers] Re: BluetoothSettings Force close problem

2011-02-25 Thread Suresh Chandra Pal
-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Best Wishes, Suresh Pal *Skype: *suresh.pal *Gtalk:*sapient.suresh *Facebook:* http://www.facebook.com/people/Suresh-Chandra

[android-developers] Re: Need help for Bluetooth Opp transfer broadcast messages

2011-01-06 Thread Suresh Chandra Pal
Guys, I am still looking for some suggestion. Please help me out. On Tue, Jan 4, 2011 at 12:00 PM, Suresh Pal sureshchandra...@gmail.comwrote: Hi All, I am working on an application using bluetooth. I want to listen some events related to OPP receiving and sending. My main motive is to

Re: [android-developers] UnknownFormatConversionException for resource strings for different locale

2011-01-02 Thread Suresh Chandra Pal
...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Best Wishes, Suresh Pal *Skype: *suresh.pal *Gtalk:*sapient.suresh *Facebook:* http://www.facebook.com/people/Suresh-Chandra-Pal/676583036

Re: [android-developers] What are differences between onRetainNonConfigurationInstance() and onSaveInstanceState()

2010-11-24 Thread Suresh Chandra Pal
/people/Suresh-Chandra-Pal/676583036 *LinkedIn: * http://www.linkedin.com/in/sapientsuresh *Blogs: * http://www.sapientsuresh.blogspot.com *Twitter: *http://twitter.com/sapientsuresh -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] What are differences between onRetainNonConfigurationInstance() and onSaveInstanceState()

2010-11-24 Thread Suresh Chandra Pal
Thanks Mark for clearing my doubts. -- Thanks, Suresh Pal *LinkedIn: * http://www.linkedin.com/in/sapientsuresh *Blogs: * http://www.sapientsuresh.blogspot.com *Twitter: *http://twitter.com/sapientsuresh -- You received this message because you are

Re: [android-developers] Problem in creating sound notifications

2010-10-18 Thread Suresh Chandra Pal
TreKing, Thanks for your information. Yea, I am trying to do a kind of hacking. I need an alert sound in case of some events. and I find it easy. I have one more doubt, is it necessary to cancel my notification. as currently, I am simply calling notify method. and not canceling it. Do you mean