Re: [android-developers] Help to set Background

2011-12-13 Thread akash jain
for this you can use ArrayAdapter with 2 argument..first the context and another is layoutnow to get the values from database...and add that value to adapter...e.g adapter.add(..); its working.. -- You received this message because you are subscribed to the Google Groups "

[android-developers] To create toast, when clicking on any application installed on device.

2011-12-09 Thread akash jain
this is my first android project, and there is a problem. I want to create a toast as a notifier when any application started, by user click on the devicefor example when user click on android gallery the toast will be generated "Gallery started"...what can i do to solv this...? -- Yo