Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java vesrion or code #1

Closed
yasdeveloper opened this issue Aug 27, 2020 · 6 comments
Closed

java vesrion or code #1

yasdeveloper opened this issue Aug 27, 2020 · 6 comments

Comments

@yasdeveloper
Copy link

hi
nice project
but how i can use it from java ?

@Baraka1Ahmad
Copy link

+1

3 similar comments
@rahat14
Copy link

rahat14 commented Feb 3, 2021

+1

@srabieb
Copy link

srabieb commented Jun 3, 2021

+1

@aligh95
Copy link

aligh95 commented Jul 22, 2021

+1

@lovibuilder
Copy link

  • 1

@bs-q
Copy link

bs-q commented Jul 14, 2022

Code that i used in my java project
AlertDialog alertDialog = AwesomeDialog.Companion.build(currentActivity); AwesomeDialogKt.body(alertDialog,currentActivity.getString(R.string.bio_login_error) + errString,null, 0 ); AwesomeDialogKt.icon(alertDialog, R.drawable.fingerprint_dialog_error,false); AwesomeDialogKt.onPositive(alertDialog, currentActivity.getString(R.string.close), null, null, new Function0<Unit>() { @Override public Unit invoke() { alertDialog.dismiss(); currentActivity.finishAndRemoveTask(); return null; } }); alertDialog.show();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants