[Library][API 11+] MaterialStyledDialogs - IDEs, Libraries, & Programming Tools

MaterialStyledDialogs is an Android library that shows a beautiful and customizable Material designed dialog with header. Based on material-dialogs and inspired by this dribbble.
Library on GitHub: https://github.com/javiersantos/MaterialStyledDialogs
Features
Material designed dialog.
Customize the dialog header with your own color, icon and image.
Animations.
Requirements
API 11+
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Nice man. Thanks!

Related

HTML Colour Toy v1,0

I found this very handy tool to help with generating Hex color codes for use in webpages and XML. Just slide the trackbars to mix colors in the box at the top, and the hex code for your desired color is shown underneath simple
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Developer:
http://www.kateglover.co.uk/
Download:
http://www.kateglover.co.uk/STApps/HTMLColorToy.cab

Activity's animation design

i've found this animation, it's a launcher i've downloaded.
Is there a way i can do something similar? What do i need to reproduce this type of layout and animation's style? (It's pretty common, but i don't find anything).
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Thank you.
P.s. i can't use an ExpandableListView, because it's different from the example. I need a button that opens a new layout inside the same activity.

[App] [Dev] Android L Toolbar + Menudrawer example [Material Design] [API19+]

Wrote an open-source(d) app example for those who want to learn how to implement the Toolbar and Menudrawer in their app, as well as how to implement it so it overlays the toolbar, and how to implement it so you can see that neat little animation that you have seen on the Play Store and similar apps.
https://github.com/I-am-Reinvented/ToolbarMenudrawer
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hope this helped!

[Catalysm Theme] WhatsappMd Theme

This is my frist overlay (theme) for catalysm based on new material design whatsapp update
-system Ui and Settings only
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download
https://docs.google.com/file/d/0BxK7XboqSwvbdWlYa2t0eXNpZjA/edit?usp=docslist_api
*WORKS ONLY FOR CATALYSM AND NEXUS 5*
Thanks to Eliuxium for his layer theme apk!

[Library][API 8+] AdBlockerAdvise

AdBlockerAdvise is an Android Library that checks if there is an Ad Blocker enabled and shows a customizable Material dialog.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Requirements
API 8+
Usage
Include the call to AdBlockerAdviseDialog whatever you want in your code:
Code:
AdBlockerAdviseDialog adBlockerAdvise = new AdBlockerAdviseDialog(this);
adBlockerAdvise.show();
You can also include some customizations to the builder: custom title and description, display message only once, etc.
View on GitHub

Categories

Resources