Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

TIIEHenry/Android-Dialogs-Interface

Repository files navigation

Android-Dialogs-Interface

recommended uniform dialog interface for android

Usage

implementation "tiiehenry.android.ui.dialogs:public_api:1.0"

implements interfaces in tiiehenry.android.ui.dialogs.api.strategy

set Object to tiiehenry.android.ui.dialogs.api.strategy.Dialogs

Dialogs.global.asInput()
 .title("请输入项目名")
 .input("请输入项目名",
 "demoProject",
 new InputCallback() {
 @Override
 public void onInput(@NonNull IInputDialog dialog, CharSequence input) {
 
 })
 .negativeText()
 .positiveText()
 .show();

strategy

confirm input list loading progress custom
confirm dialog input text single/multi items loading view show progress custom view

About

recommended uniform dialog interface for android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /