Files
tubestation/mobile/android/android-components/components/ui/widgets
Mugurell 93b9dd702d [components] For https://github.com/mozilla-mobile/android-components/issues/8185 - Add a new VerticalSwipeRefreshLayout
This comes to resolve many issues with SwipeRefreshLayout but based on a lot of
debugging. As a result the code is somewhat brittle.

Because we'd control responding to touches and updating the UI we need to be as
swift as possible and as such to differentiate between possible gestures I am
some simple layman's ways of doing this and GestureDetector / ScaleDetector
instances since they would add to the execution time and overall complexity,
and their callbacks would be hard to synchronize.
2020-08-27 19:23:01 +03:00
..

Android Components > UI > Widgets

The standard set of Mozilla widgets.

Usage

Setting up the dependency

Use Gradle to download the library from maven.mozilla.org (Setup repository):

implementation "org.mozilla.components:ui-widgets:{latest-version}"

License

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/