All Projects → lovoo → android-tutorial-bubbles

lovoo / android-tutorial-bubbles

Licence: other
A little ui framework that displays a styled tutorial bubble, which positions and scales itself based on a given anchor view.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to android-tutorial-bubbles

Leader Line
Draw a leader line in your web page.
Stars: ✭ 1,872 (+9260%)
Mutual labels:  bubble
table-link
📂 The easiest way to add links in your table rows, cells or elements that are not anchors!
Stars: ✭ 25 (+25%)
Mutual labels:  anchor
bubbly.nvim
Bubbly statusline for neovim
Stars: ✭ 185 (+825%)
Mutual labels:  bubble
Mmtexturechat
AsyncDisplayKit(Texture) Smooth Scroll Chat Simulation for Whatsapp and iMessage
Stars: ✭ 149 (+645%)
Mutual labels:  bubble
Pinlayout
Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable. [iOS/macOS/tvOS/CALayer]
Stars: ✭ 1,870 (+9250%)
Mutual labels:  anchor
anchor-escrow
Escrow program implemented in Anchor
Stars: ✭ 142 (+610%)
Mutual labels:  anchor
Bubble Picker
An easy-to-use animation which can be used for content picking for Android
Stars: ✭ 1,316 (+6480%)
Mutual labels:  bubble
SpikeTip
Create effortless tooltips that breathe CSS! No Javascript. Just the good old CSS.
Stars: ✭ 26 (+30%)
Mutual labels:  tooltip-library
react-native-speech-bubble
💬 A speech bubble dialog component for React Native.
Stars: ✭ 50 (+150%)
Mutual labels:  bubble
markdown-it-github-headings
Add anchors and links to headings just like Github does
Stars: ✭ 22 (+10%)
Mutual labels:  anchor
Bubbleactions
An open source implementation of the long press actions in the Pinterest app.
Stars: ✭ 217 (+985%)
Mutual labels:  bubble
Anchor Cms
A lightweight blog CMS for PHP
Stars: ✭ 3,359 (+16695%)
Mutual labels:  anchor
ToolTipPopupWordTV
ToolTipopupWordTV is an Open Source Android library that allows developers to easily open a popup with details by select a word from a textview.
Stars: ✭ 41 (+105%)
Mutual labels:  tooltip-library
React Native Listener
A utility component to allow easy access to browser native events
Stars: ✭ 136 (+580%)
Mutual labels:  bubble
javaAnchorExplainer
Explains machine learning models fast using the Anchor algorithm originally proposed by marcotcr in 2018
Stars: ✭ 17 (-15%)
Mutual labels:  anchor
Extract.autodesk.io
A sample showing how to extract viewables from the Autodesk OSS storage to your local machine
Stars: ✭ 97 (+385%)
Mutual labels:  bubble
react-use-downloader
Creates a download handler function and gives progress information
Stars: ✭ 65 (+225%)
Mutual labels:  anchor
bubble-layout
An Android ViewGroup that displays avatar bubbles... similar to the chat bubbles on Facebook Messenger.
Stars: ✭ 46 (+130%)
Mutual labels:  bubble
iMessageBubble
A sub class of UITableViewCell to create exactly the same kind of bubbles that iMessage uses in iOS 8. Very easy to use and highly customizable.
Stars: ✭ 34 (+70%)
Mutual labels:  bubble
sTooltip
A simple Tooltip Library
Stars: ✭ 44 (+120%)
Mutual labels:  tooltip-library

AndroidTutorialBubbles Build Status Download

A little ui framework that displays a styled tutorial bubble, which positions and scales itself based on a given anchor view.

###Usage

If you have some element within your layout, that should be explained with a small tutorial, this small library may be your way to go!

Features:

  • displays a styleable bubble with custom XML layout
  • popup bubble scales itself according to its content and relative to the given anchor view and the available screen space
  • bubble displays a dynamically drawn funnel that points toward the anchor view
  • anchor view or any other view can be highlighted while the background is dimmed
  • simple builder-pattern with chaining config calls

The library uses two approaches to display the tutorial bubble. If you supply a parent view within the builder, the parent will be used to draw the tutorial. If no parent view is set and you set android.permission.SYSTEM_ALERT_WINDOW permission in your manifest instead, the system window will be used to draw the bubble. In the later case, you'll need to relay the onResume() and onPause() events from either an activity or fragment to your tutorial.

Check out the code example in the demo project.

###Screenshots

Licence

Copyright (c) 2015, LOVOO GmbH All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

  • Neither the name of LOVOO GmbH nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].