Those images aren't appearing for me, arguing by analogy I'm guessing they
aren't working for others.

I'm guessing that you are talking about creating custom views, or extending
existing views, as this is analogous to custom widgets in other gui
frameworks.  In which case, I linked you the android intro ref, and you
should first google "custom views" and others for some tutorials.  I've
seen some, so I'm certain they are out there, in general you should:

Find some view which does approximately what you want,
extend it and make sure you're maintaining its state in the appropriate way
(the original source for the view or the docs will give you insight on how
to do this),
add the functionality you need,
rinse and repeat...

What custom widget do you need?

kris

On Fri, Jan 6, 2012 at 2:32 AM, Vijayalaxmi Arakeri <
[email protected]> wrote:

> hi Jose,
>
> no i am not talking anout the one which you have sent.
>
> i have done this
>
>
> i want to do like this
>
>
> pls help me...
>
>
> On Wed, Jan 4, 2012 at 5:09 PM, Jose_GD <[email protected]> wrote:
>
>> Are you talking about homescreen widgets? If you are, have you seen
>> http://developer.android.com/guide/topics/appwidgets/index.html?
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Android Developers" group.
>> To post to this group, send email to [email protected]
>> To unsubscribe from this group, send email to
>> [email protected]
>> 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 [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> 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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to