Coder Social home page Coder Social logo

android-progressviews's Introduction

Android-WheelProgress

A progress bar for my ongoing project.

Check Diagram

Check Diagram

Download

via Gradle:

dependencies {
  implementation 'com.zekapp.library:progreswheelview:1.1.5'
}

Usage of Dial progress bar

   <com.app.progresviews.ProgressWheel
        android:id="@+id/wheelprogress"
        android:layout_width="150dp"
        android:layout_height="150dp"
        app:barWidth="17dp"
        app:marginBtwText= "15dp"
        app:countText="931,199"
        app:definitionText="Steps"
        app:countTextColor="@android:color/black"
        app:defTextColor="@android:color/black"
        app:progressColor="#64b324"
        app:defTextSize="10sp"
        app:countTextSize="20sp"
        app:percentage="90"/>

Usage of Line progress bar

    <com.app.progresviews.ProgressLine
        android:id="@+id/progress_line"
        android:layout_width="0dp"
        android:layout_height="match_parent"
        android:layout_weight="0.9"
        app:definition="daily steps"
        app:value="10,000"
        app:lineBarWidth="7dp"
        app:valuePercentage="55"
        app:valueDefTextSize="20sp"
        app:lineProgressColor="#43bd9f"
        app:underLineColor="@android:color/darker_gray"
        />

License

    Copyright (C) 2015 Zeki Guler
    Copyright (C) 2011 The Android Open Source Project
    
    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.

android-progressviews's People

Contributors

zekapp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

android-progressviews's Issues

Allow Progressbar without text

The title says it all.
I was trying to use the progressBar without text, but after removing app:definition and app:value properties, some default text is shown. Is there a way where, after deleting those values, the only thing shown is the probressbar? I tried puting empty strings "", but the text space stills there.

Missing XML attributes

Please could you implement these options when using com.app.progresviews.ProgressLine:

app:countTextColor = "@android:color/black"
app:defTextColor = "@android:color/black"

It would help me a lot if you implement them.

[Customize Animation Duration Request]

inside package com.app.progresviews
in the class ProgressWheel

the private method startAnimation has a duration of 1000.

Could that please be a member that we can edit ?

thank you!
Screen Shot 2021-02-22 at 10 07 14 AM

[Question] Font family

Hi, i just want to ask if there is any possibility to change family font? Everything in my app is matching my main font but the progress wheel. Also thanks for creating such an amazing view!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.