Giter Site home page Giter Site logo

techinessoverloaded / progress-dialog Goto Github PK

View Code? Open in Web Editor NEW
99.0 2.0 5.0 2.08 MB

A ProgressDialog Library for Android API 24+ apps provided by Techiness Overloaded (Developer name : Arunprasadh C). Quite Useful for showing progress during any operation. Has support for both Determinate and Indeterminate ProgressBar, Dark Theme, and NegativeButton.

Home Page: https://techinessoverloaded.github.io/progress-dialog/

License: Apache License 2.0

Java 20.54% Kotlin 79.46%
progressdialog-library theme fragment android-studio gradle java android progress progressdialog dialog

progress-dialog's Introduction

Hi there ๐Ÿ‘‹

I am Arunprasadh C, a Professional iOS App Developer, a self-taught Android App Developer and Windows Application Developer who is skilled in Object-Oriented Design.

progress-dialog's People

Contributors

dependabot[bot] avatar techinessoverloaded 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

Watchers

 avatar  avatar

progress-dialog's Issues

Cannot tell if the dialog is being displayed

Is your feature request related to a problem? Please describe.
It is not possible to determine whether the dialog box is being displayed

Describe the solution you'd like
Add the isShowing method to see if it is showing

Describe alternatives you've considered
Or set dialog object parts private

Additional context
null

Library issue

Iam facing an issue with your library when iam cloning it its showing me an error and that is "Library not found in saved repositories" hope u will solve this ASAP...
Thank you !

Cancel button is always shown.

I programmed like below.

val progressDialog = ProgressDialog(requireContext())
progressDialog.show()

But 'Cancel' button is shown. I don't know why.

A suggestion to update the minSdk

Is there any particular reason for adding minSdk = 24?

The application worked with minSdk = 21. Is it possible to change the minSdk version?

Could not find com.github.techinessoverloaded:progress-dialog:1.2.2.

[BUG] Loading bar, title - everything showing.

Using API 28 Simulator and Samsung S10 API 31.
Init like this:

ProgressDialog progressDialog;
if(Build.VERSION.SDK_INT >= Build.VERSION_CODES.R) {
            progressDialog = new ProgressDialog(requireContext(), ProgressDialog.THEME_FOLLOW_SYSTEM);
        } else {
            progressDialog = new ProgressDialog(requireContext(), ProgressDialog.THEME_LIGHT);
        }
progressDialog.show()

Same for both devices:
image

[FEATURE REQUEST] Add Timer Increasing Mod

Is your feature request related to a problem? Please describe.
Yes, I think so. This will solve how much time the process is taken if a user complains.

Describe the solution you'd like
Add a new mod for a timer that increases and updates the UI every second, so the UI is just a text like this 00:00:00

Describe alternatives you've considered
None.

Additional context
None.

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.