【开源】BubbleIntroHelper
BubbleIntroHelper
- https://github.com/theredsunrise/BubbleIntroHelper
介绍:
气泡提示,用于在应用第一次启动时让用户关注界面上某些元素,可以指定只在某个版本出现气泡提示。气泡的位置能根据提示依附的对象的位置自动调整,调用起来也很简单。运行效果:

使用说明:
比如要对界面上的一个TextView显示气泡提示,只需一行代码:
|
1
|
HelpPopupManager.addHelpPopupWindow(1, 1, tvSmallTest, "This is small text"); |
其中参数的解释如下:
- Parameters:
- forVersionCode App version code for which popup will be shown
- ID An ID of a popup window
- parent A parent view to which this popup window will belong
- content Context
posted on 2015-03-25 18:10 wasdchenhao 阅读(84) 评论(0) 收藏 举报
浙公网安备 33010602011771号