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

2010-11-24 Thread Mark Murphy
On Wed, Nov 24, 2010 at 12:56 PM, Robin Talwar
 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 quick learner

Here is a free excerpt from one of my books that covers the process
for creating custom ListAdapters:

http://commonsware.com/Android/excerpt.pdf

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android App Developer Books: http://commonsware.com/books

-- 
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
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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  wrote:

> 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:
> http://developer.android.com/guide/topics/ui/custom-components.html
>
>
>
> -
> TreKing  - Chicago
> transit tracking app for Android-powered devices
>
>  --
> 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
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
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
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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

2010-11-24 Thread TreKing
On Wed, Nov 24, 2010 at 10:27 AM, Robin Talwar  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:
http://developer.android.com/guide/topics/ui/custom-components.html

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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  wrote:

> 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 documentation and samples.
>
>
> -
> TreKing  - Chicago
> transit tracking app for Android-powered devices
>
>
>  --
> 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
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
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
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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
documentation and samples.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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:

> 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 android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
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
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en