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

Add support for the new Support library 22.1 #46

Closed
AndroidDeveloperLB opened this issue Apr 22, 2015 · 6 comments
Closed

Add support for the new Support library 22.1 #46

AndroidDeveloperLB opened this issue Apr 22, 2015 · 6 comments

Comments

@AndroidDeveloperLB
Copy link

Now the support library has support for AlertDialogs :

http://android-developers.blogspot.co.il/2015/04/android-support-library-221.html

However, it does miss some stuff, like the ProgressDialog and maybe some themes too.
Please check it out.

@fengdai
Copy link
Owner

fengdai commented Oct 15, 2015

If someone uses SupportV7 22.1 or higher, he doesn't need AlertDialogPro anymore... The functionality of SupportV7's AlertDialog is almost the same as AlertDialogPro's. The biggest difference between them is that SupportV7's AlertDialog is official. Well, It's better to choose an official library... I highly suggest you guys to use/migrate to SupportV7's AlertDialog!

@fengdai fengdai closed this as completed Oct 15, 2015
@AndroidDeveloperLB
Copy link
Author

Can you please show some samples of how to use it?

@fengdai
Copy link
Owner

fengdai commented Oct 15, 2015

@AndroidDeveloperLB The supportV7 AlertDialog's Java Api is as same as the platform AlertDialog's (and AlertDialogPro's). Just change android.app.AlertDialog to android.support.v7.app.AlertDialog.

@AndroidDeveloperLB
Copy link
Author

And it provides all that this library provides?

@fengdai
Copy link
Owner

fengdai commented Oct 15, 2015

It provides the same Java APIs and similar attributes for building and theming Dialog. So I think it provides all that this library provides.

PS. I haven't used it. I'll use it in my next project.

@AndroidDeveloperLB
Copy link
Author

Can you please let us know how well it worked for you?

On Thu, Oct 15, 2015 at 4:10 PM, Feng Dai notifications@github.com wrote:

It provides the same Java APIs and similar attributes for building and
theming Dialog. So I think it provides all that this library provides.

PS. I haven't used it. I'll use it in my next project.


Reply to this email directly or view it on GitHub
#46 (comment)
.

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

2 participants