FancyDialog


Source link: https://github.com/geniusforapp/fancyDialog

FancyDialog


Sorry, currently this app is outdated

A customisable AlertDialog for Android.

Whats new

  • set text gravity for title, subtitle and text body
  • set dialog cancelable

Add Library

repositories {

jcenter() 
}

  compile 'com.geniusforapp.fancydialog:FancyDialog:0.1.4' 

Code Sample

FancyAlertDialog.Builder alert = new FancyAlertDialog.Builder(MainActivity.this)

 .setImageRecourse(R.drawable.ic_cloud_computing)

 .setTextTitle("UPLOAD")

 .setTextSubTitle("128GB/500GB")

 .setBody("New DATA has ben added to the device do you want to sync it with the service")

 .setNegativeColor(R.color.colorNegative)

 .setNegativeButtonText("Later")

 .setOnNegativeClicked(new FancyAlertDialog.OnNegativeClicked() {

  @Override

  public void OnClick(View view, Dialog dialog) {

dialog.dismiss();

  
}

 
}
)

 .setPositiveButtonText("Continue")

 .setPositiveColor(R.color.colorPositive)

 .setOnPositiveClicked(new FancyAlertDialog.OnPositiveClicked() {

  @Override

  public void OnClick(View view, Dialog dialog) {

Toast.makeText(MainActivity.this, "Updating", Toast.LENGTH_SHORT).show();

  
}

 
}
)

 .setBodyGravity(FancyAlertDialog.TextGravity.LEFT)

 .setTitleGravity(FancyAlertDialog.TextGravity.CENTER)

 .setSubtitleGravity(FancyAlertDialog.TextGravity.RIGHT)

 .setCancelable(false)

 .build();

  alert.show();

Code Sample for custom font

/* To change the the title font and body and content
you can use this methods */
 builder.setPositiveButtonFont("fonts/lato.ttf");
  builder.setNegativeButtonFont("fonts/lato.ttf");
  builder.setTitleFont("fonts/lato.ttf");
  builder.setSubTitleFont("fonts/lato.ttf");
 

Code sample for change button panel gravity

builder.setButtonsGravity(PanelGravity.CENTER) 

Pull requests are welcome!

Feel free to contribute to FancyDialog.

If you've fixed a bug or have a feature you've added, just create a pull request. If you've found a bug, want a new feature, or have other questions, file an issue. I will try to answer as soon as possible.

Applications using FancyDialog

Please send a pull request if you would like to be added here.

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Resources

Easy and simple implementation of PieChart with Scatter.

Finger print authentication helper is an android library to simplify the authentication with finger print process. This will provide a common platform for finger print authentication for all the android versions.

This repository is a code generator for Android. By using it, you can generate java codes to read/write sqlite from an existing sqlite file.

Features:

  1. Generate map objects
  2. Generate API to read/write sqlite
  3. API based on SQLiteOpenHelper
  4. Light, expandable and pluggable

Easy implementation of RecyclerView with headers and items.

RxJava binding APIs for Firebase Android SDK.

A library to create two level expandable RecyclerView.

Topics


2D Engines   3D Engines   9-Patch   Action Bars   Activities   ADB   Advertisements   Analytics   Animations   ANR   AOP   API   APK   APT   Architecture   Audio   Autocomplete   Background Processing   Backward Compatibility   Badges   Bar Codes   Benchmarking   Bitmaps   Bluetooth   Blur Effects   Bread Crumbs   BRMS   Browser Extensions   Build Systems   Bundles   Buttons   Caching   Camera   Canvas   Cards   Carousels   Changelog   Checkboxes   Cloud Storages   Color Analysis   Color Pickers   Colors   Comet/Push   Compass Sensors   Conferences   Content Providers   Continuous Integration   Crash Reports   Credit Cards   Credits   CSV   Curl/Flip   Data Binding   Data Generators   Data Structures   Database   Database Browsers   Date &   Debugging   Decompilers   Deep Links   Dependency Injections   Design   Design Patterns   Dex   Dialogs   Distributed Computing   Distribution Platforms   Download Managers   Drawables   Emoji   Emulators   EPUB   Equalizers &   Event Buses   Exception Handling   Face Recognition   Feedback &   File System   File/Directory   Fingerprint   Floating Action   Fonts   Forms   Fragments   FRP   FSM   Functional Programming   Gamepads   Games   Geocaching   Gestures   GIF   Glow Pad   Gradle Plugins   Graphics   Grid Views   Highlighting   HTML   HTTP Mocking   Icons   IDE   IDE Plugins   Image Croppers   Image Loaders   Image Pickers   Image Processing   Image Views   Instrumentation   Intents   Job Schedulers   JSON   Keyboard   Kotlin   Layouts   Library Demos   List View   List Views   Localization   Location   Lock Patterns   Logcat   Logging   Mails   Maps   Markdown   Mathematics   Maven Plugins   MBaaS   Media   Menus   Messaging   MIME   Mobile Web   Native Image   Navigation   NDK   Networking   NFC   NoSQL   Number Pickers   OAuth   Object Mocking   OCR Engines   OpenGL   ORM   Other Pickers   Parallax List   Parcelables   Particle Systems   Password Inputs   PDF   Permissions   Physics Engines   Platforms   Plugin Frameworks   Preferences   Progress Indicators   ProGuard   Properties   Protocol Buffer   Pull To   Purchases   Push/Pull   QR Codes   Quick Return   Radio Buttons   Range Bars   Ratings   Recycler Views   Resources   REST   Ripple Effects   RSS   Screenshots   Scripting   Scroll Views   SDK   Search Inputs   Security   Sensors   Services   Showcase Views   Signatures   Sliding Panels   Snackbars   SOAP   Social Networks   Spannable   Spinners   Splash Screens   SSH   Static Analysis   Status Bars   Styling   SVG   System   Tags   Task Managers   TDD &   Template Engines   Testing   Testing Tools   Text Formatting   Text Views   Text Watchers   Text-to   Toasts   Toolkits For   Tools   Tooltips   Trainings   TV   Twitter   Updaters   USB   User Stories   Utils   Validation   Video   View Adapters   View Pagers   Views   Watch Face   Wearable Data   Wearables   Weather   Web Tools   Web Views   WebRTC   WebSockets   Wheel Widgets   Wi-Fi   Widgets   Windows   Wizards   XML   XMPP   YAML   ZIP Codes