• Stars
    star
    109
  • Rank 319,077 (Top 7 %)
  • Language
    Java
  • License
    Apache License 2.0
  • Created over 9 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A fake VuMeter - Equalizer for android

Android VuMeter library

A simple fake VuMeter (or equalizer) for Android that contain only two class and display the VuMeter with canvas and not views.

Android Arsenal

Features

  • customisable bar color, spacing, speed, stopSize and bar number
  • available xml attributes and getters/setters
  • match view given size and padding
  • stop, resume and play method

demo

Usage

    <io.gresse.hugo.vumeterlibrary.VuMeterView
        android:layout_width="300dp"
        android:layout_height="300dp"
        android:paddingLeft="20dp"
        android:paddingRight="20dp"
        android:paddingBottom="40dp"
        android:id="@+id/vumeter"
        vumeter:vumeter_stopSize="5dp"
        vumeter:vumeter_speed="10"
        vumeter:vumeter_blockNumber="5"
        vumeter:vumeter_blockSpacing="20dp"
        vumeter:vumeter_backgroundColor="#33b5e5"
        vumeter:vumeter_startOff="false"/>

Don't forget to add the namespace fo the the vumeter attribute on your root view:

xmlns:vumeter="http://schemas.android.com/apk/res-auto"

See DemoApp for complete usage example.

See wiki for the available methods.

Download

Using Gradle:

compile 'io.gresse.hugo.vumeterlibrary:vumeterlibrary:1.0.17'

Hosted on jCenter only.

Contribution

Fill free to contribute to this library (fork and make a pull-request).

Author

Hugo Gresse

License

Copyright 2015 Hugo Gresse

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

More Repositories

1

open-feedback

Open Feedback is an opened SaaS platform destined to organisers to gather feedback from users. OpenFeedback
JavaScript
102
star
2

Anecdote

Simple application that parse website data such as 9GAG or FML. Support any website, display a list of predefined website at startup
Java
36
star
3

SimpleExoPlayer

A simple ExoPlayer implementation for easy use [WIP]
Java
13
star
4

DeviceConsole

DeviceConsole is a fast way to share a text/url to one devices of a fleet. Free & OSS based on Firebase Notification
JavaScript
12
star
5

OpenPlanner

A SaaS to schedule your next event using ConferenceHall & OpenFeedback + API & UI
TypeScript
12
star
6

hacs-repositories

HACS Repositories, sorted and searchable
TypeScript
6
star
7

bataille

A risk like game, in js, revamp for quick bataille and fun
TypeScript
4
star
8

kaamelott-bot

A slack bot for Kaamelott using kaamelott-soundboard
TypeScript
4
star
9

react-native-issue-30277

Investigation and potential workaround for https://github.com/facebook/react-native/issues/30277
Java
4
star
10

conference-hall-cli

some tools for Conference-Hall.io using the Firestore REST API
JavaScript
4
star
11

app-store-review-templates

Web extension for reusing text templates on Google Play Store user reviews
Svelte
3
star
12

APKs-search

Search for keyboards in Android App, directly from the Play Store to decompiled app files
JavaScript
2
star
13

Firestore-Rules-for-Access-Roles

Demo Firestore rules for three access level (admin/moderator/peon) with unit test
JavaScript
1
star
14

Fill-My-Slides

React App that take a Google Presentation/Slides as a template to generate multiple images from
JavaScript
1
star
15

midipile-android

Midipile Android app
Java
1
star
16

doctorating

A Browser extension (WebExtension) to display Google Maps rating on Doctolib search results.
JavaScript
1
star
17

Ical2Api

Provide a read-only API for any ical (calendar) feed
JavaScript
1
star
18

84-fb-functions-makesnapshot-repro

TypeScript
1
star
19

Code-Cine

Get the orange cineday code automatically at 9:00 and as many account you want
Java
1
star
20

TweetyHunting

Androdi app to get random animated cat picture and to tweet it via twitter app
Java
1
star