Option 2 would be the best way, as TreKing described.
There exists a 3rd option: you could use an image-map within the HTML
of a WebView.

On Dec 6, 8:48 am, TreKing <treking...@gmail.com> wrote:
> On Sun, Dec 5, 2010 at 7:43 AM, bagelboy <greg.do...@gmail.com> wrote:
> > Option 2 can be scaled easier however I'm not sure how to go about coding
> > it.
>
> Idea: derive from ImageView a custom view that also includes a list of
> "hotspots", which are just hit detection areas (squares or circles for
> simplicity). When you touch your view, you iterate over the list of hotspots
> looking for an intersection given the touch point.
>
> -------------------------------------------------------------------------------------------------
> TreKing <http://sites.google.com/site/rezmobileapps/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

Reply via email to