Re: [android-developers] What is an Adapter??

2010-11-24 Thread TreKing
On Sun, Nov 21, 2010 at 3:16 AM, Abhishek Talwar r.o.b.i.n.abhis...@gmail.com wrote: Could you please let me know what is an adapter http://en.wikipedia.org/wiki/Adapter_pattern and how can i use it?? That depends on what you're doing - there are quite a few adapters. Read the

Re: [android-developers] What is an Adapter??

2010-11-24 Thread Robin Talwar
Hey thanks It worked and now i got an idea of what an adapter is. Well my next milestone will be how to create a custom view can you tell me something about that also? On Wed, Nov 24, 2010 at 7:25 PM, TreKing treking...@gmail.com wrote: On Sun, Nov 21, 2010 at 3:16 AM, Abhishek Talwar

Re: [android-developers] What is an Adapter??

2010-11-24 Thread TreKing
On Wed, Nov 24, 2010 at 10:27 AM, Robin Talwar r.o.b.i.n.abhis...@gmail.com wrote: Well my next milestone will be how to create a custom view can you tell me something about that also? Please spend some time reading the documentation. Like this:

Re: [android-developers] What is an Adapter??

2010-11-24 Thread Robin Talwar
Hey thanks man Can you provide me a link to some basic tutorial which over-rides existing button may be or just a simple custom view cause this link which you give is heavy :) I am sorry i am a beginner but quick learner Thanks once again On Wed, Nov 24, 2010 at 11:12 PM, TreKing

Re: [android-developers] What is an Adapter??

2010-11-24 Thread Mark Murphy
On Wed, Nov 24, 2010 at 12:56 PM, Robin Talwar r.o.b.i.n.abhis...@gmail.com wrote: Hey thanks man Can you provide me a link to some basic tutorial which over-rides existing button may be or just a simple custom view cause this link which you give is heavy :) I am sorry i am a beginner but

[android-developers] What is an Adapter??

2010-11-22 Thread Abhishek Talwar
Hi guys i am a newbie. Could you please let me know what is an adapter and how can i use it?? It seems to be powerfull stuff -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] What is an Adapter??

2010-11-22 Thread Kumar Bibek
Search for a few articles on how to use it. One example from my blog :) http://techdroid.kbeanie.com/2009/07/custom-listview-for-android.html Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Sun, Nov 21, 2010 at 2:46 PM, Abhishek Talwar r.o.b.i.n.abhis...@gmail.com wrote: