[android-developers] how to add item to hyperlink context menu

2009-10-06 Thread henryhuang
when you long click a hyperlink of browser, you will see a context menu with 'Open, Open link in new browser, Browser Link, etc'. is it possible to add some customized item to the context menu? thanks a lot. -- henry --~--~-~--~~~---~--~~ You received this

[android-developers] Re: how to add item to hyperlink context menu

2009-10-06 Thread henryhuang
i tried, but Share Link doesn't trigger the activity with ACTION_SEND, it just send the url to sms. thanks a lot Mark. On Oct 6, 9:53 pm, Mark Murphy mmur...@commonsware.com wrote: when you long click a hyperlink of browser, you will see a context menu with 'Open, Open link in new browser,

[android-developers] how to expand screen number?

2009-10-04 Thread henryhuang
By default, there are only 3 screens for google g1. but i know some applications can expand them to 5 - 7 screens. how to do it? thanks a lot. - Henry --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] How to move a ImageView step by step by TranslateAnimation

2009-07-22 Thread henryhuang
there are a board (8 * 8) and a ImageView (A). for example, i want to move A from (0, 0) to (0, 1) to (1, 1) to (1, 2) step by step. i tried TranslateAnimation. but i failed. 1. it cannot be step by step. it only show the last step. 2. it cannot stay at the last point (1,2). it always translate