> I want to provide buttons in my app that appear/disappear near the
> bottom of the screen on touch near the bottom  similar to how the
> browser zoom magnifying glasses appear and disappear.
>
> Is there an api to do this?

There is no single API to do this AFAIK. However, it is certainly doable.

You can see an example of simple taps triggering pop-up panels in my
vidtry sample app:

http://github.com/commonsguy/vidtry/tree

And you can see an example of a sliding panel coming up from the bottom of
the screen in one of my books' sample apps:

http://github.com/commonsguy/cw-advandroid/tree/e50e087577f8b28e727355c55097a5da2577d6d3/Animation/SlidingPanel

(or http://bit.ly/93Xjd if that URL is too long)

Combining those techniques, you should be able to create buttons that
slide in on a screen tap.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
Android App Developer Books: http://commonsware.com/books.html



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