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", " setOnClickListener()"); Intent intent = new Intent(); intent.setComponent(new ComponentName("com.demo.backpress", "com.demo.backpress.ActivityTwo")); startActivityForResult(intent, 1); } On Fri, May

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

2011-05-20 Thread Suresh Chandra Pal
roid-developers?hl=en -- Best Wishes, Suresh Pal *Skype: *suresh.pal *Gtalk:*sapient.suresh *Facebook:* http://www.facebook.com/people/Suresh-Chandra-Pal/676583036 *LinkedIn: * http://www.linkedin.com/in/sapientsuresh *Blogs: * h

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

2011-02-25 Thread Suresh Chandra Pal
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 *Google Profile: *http

[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 wrote: > 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 launch some application, wh

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

2011-01-02 Thread Suresh Chandra Pal
idget -- > http://kmansoft.wordpress.com > > -- > 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@googlegroups.com > To unsubscribe from this group, send

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 subscri

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

2010-11-24 Thread Suresh Chandra Pal
t;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 -- You received this message because you are sub

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 by