Re: [android-developers] Toast not working on honeycomb and ics

2012-02-15 Thread Mark Murphy
This has worked on every Android device I have ever tried it on, including several 3.0+ devices. On Wed, Feb 15, 2012 at 3:43 AM, giles ian wrote: > Hi, > > The below piece of code is working fine on 2.2&2.3 but not on 3.0 onwards. > > Toast.makeText(SomeActivity.this, > getResources().getString(

[android-developers] Toast not working on honeycomb and ics

2012-02-15 Thread giles ian
Hi, The below piece of code is working fine on 2.2&2.3 but not on 3.0 onwards. Toast.makeText(SomeActivity.this, getResources().getString(R.string.not_implemented), Toast.LENGTH_SHORT).show(); Thanks, Pawan Nimje -- You received this message because you are subscribed to the Google Groups "And