Sounds like you want to use a GridView, create a custom adapter that
returns an ImageView and set OnItemClickListener to activate your
desired behaviour.

You would probably want to take a look at the API Demos that uses
ListViews for some examples.

On Mar 11, 5:55 pm, NewDev <kna...@gmail.com> wrote:
> Hi,
>
> I want to write an android application, that should have a homepage or
> home screen and having many utilities. Each utility should have an
> icon with the name. So clicking on each utility or the icon, the
> corresponding next screen should be displayed. It should be similar to
> the android home screen. Is there any sample application that i can
> refer? Could anybody please let me know, how to set the icons for the
> utilities in the homepage of my application.
>
> Thanks in advance,
>
> NewDev

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

Reply via email to