[android-developers] Spinner List background

2012-11-19 Thread Nimish John
Is there any way to change the background of Spinner List?? -- 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 email to

Re: [android-developers] how use data from xls file in content provider(SQLite)?

2012-04-22 Thread Nimish John
am kinda new to android...working on ERP applicationwanna knw d difference btwn customarrayadapter and customadapter -- 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

Re: [android-developers] Database access from another android phone.

2012-04-02 Thread Nimish John
Hi friends... i have a query lik ths... select item.a,item.b,customer.a,customer.b from item,customer where (some condition) can i retrieve data from ths query like ths cursor.getString(1); cursor.getString(2); will it create any problems? how is it differentiate with getColumnindex();

Re: [android-developers] Activity Intent-Filter configuration

2012-04-02 Thread Nimish John
Hi frnds...am new to android...i hav a doubt... Hi friends... i have a query lik ths... select item.a,item.b,customer.a,customer.b from item,customer where (some condition) can i retrieve data from ths query like ths cursor.getString(1); cursor.getString(2); will it create any problems?

Re: [android-developers] Database access from another android phone.

2012-04-02 Thread Nimish John
Thanks friend. I understud it partially I am retrieving data from database(everywher) in this format(cursor.getString(5) etc.. The problem i am facing is... I have a item stock variable in one class which will b updated to db frequently according to ma prgm logic when i am retrieving