[android-developers] Re: how to use preferences & widgets together.

2009-08-10 Thread String
On Aug 10, 6:03 am, ANKIT SOMANI wrote: > Is there any example of it like using the preferences with widgets. ? How about ExampleAppWidgetConfigure.java, in the Android API Demos? String --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] Re: how to use preferences & widgets together.

2009-08-09 Thread ANKIT SOMANI
hi, I followed the "User Interface->Building Custom Component" Is there any example of it like using the preferences with widgets. ? that will be more help full. Regards ~Ankit Somani 2009/8/6 peter > > Create a class extends View or SurfaceView. > > you should re

[android-developers] Re: how to use preferences & widgets together.

2009-08-06 Thread peter
Create a class extends View or SurfaceView. you should reference "User Interface->Building Custom Componment" on developer of android website On Aug 6, 1:34 pm, ANKIT SOMANI wrote: > Hi, > > Can any body know how we can use the preference & widgets together . > > I want to use preferences to sh

[android-developers] Re: how to use preferences & widgets together.

2009-08-05 Thread ANKIT SOMANI
Or how can we use the preferences inside the Layout. ? Regards ~Ankit Somani 2009/8/6 ANKIT SOMANI > Hi, > > Can any body know how we can use the preference & widgets together . > > I want to use preferences to show like a list & want to show buttons at the > bottom of similar screen. ? > >