SimpleCustomTabs


Source link: https://github.com/eliseomartelli/SimpleCustomTabs

SimpleCustomTabs

A library made to use custom tabs without going crazy!

To use this library in your project add the dependency to your build.gradle file.

dependencies {

  compile 'io.github.eliseomartelli:simple-custom-tabs:1.4.3' 
}

You can see an example use of this library opening "example" module.

Bare Minimum

private CustomTabs.Warmer warmer;
@Override protected void onCreate(Bundle savedInstanceState) {

  super.onCreate(savedInstanceState);

  setContentView(R.layout.activity_main);

//Warm up section
  warmer = CustomTabs.with(getApplicationContext()).warm();

 //Load section
  CustomTabs.with(getApplicationContext()).openUrl("http://google.com", this);
 
}
  @Override protected void onDestroy() {

  super.onDestroy();

  warmer.unwarm();
 
}
 

Styling

Choose what to style!

CustomTabs.Style style = new CustomTabs.Style(getApplicationContext());
 style.setActionButton(icon, description, pendingIntent, tint);
 style.setCloseButton(closeIcon);
 style.setShowTitle(showTitle);
 style.setStartAnimation(android.R.anim.fade_in, android.R.anim.fade_out);
 style.setExitAnimation(android.R.anim.fade_in, android.R.anim.fade_out);
 style.setToolbarColor(R.color.colorPrimary);
 style.setToolbarColorInt(color);
 style.addMenuItem(itemDescription, itemPendingIntent);

 CustomTabs
  .with(getApplicationContext())
  .setStyle(style)
  .openUrl("http://google.com", this);

Do you want to write less? No Problem!

CustomTabs.with(getApplicationContext())
  .setStyle(new CustomTabs.Style(getApplicationContext())

 .setShowTitle(true)

 .setStartAnimation(R.anim.animation, R.anim.animation)

 .setExitAnimation(R.anim.animation, R.anim.animation)

 .setToolbarColor(R.color.toolbarColor))
  .openUrl("http://google.com", this);

Fallback

Your user doesn't have Chrome Installed? No Problem! The url will be opened in an installed browser without any edit to the code.

If you want a customized experience you can set a fallback activity by using:

CustomTabs.with(getApplicationContext())
  .setFallBackActivity(ActivityToOpen.class)
  .openUrl("http://google.com", this);

The URI of the site will be placed in Intent's data. To get the URI from the newly fired you have to get the data from Activity's intent. To get the data from the Activity intent you can do like this:

Uri uri = getIntent().getData();

You can see an example here.

Screenshots


Hope you enjoy!

Resources

This widget is a customized version of the Android ProgressBar. It provides developers the ability to add a dynamically populated progress circle with gradient.

Features:

  • Increase or decrease progress changes
  • Modifiable
    • Ring width
    • Ring background color
    • Ring fill color
    • Ring gradient

SharedPreferenceInspector provides a simple way to see shared preferences and edit them for test. No need to pull shared preferences. Just some simple clicks to see the values stored. Also with test mode to change the values and check the behavior of the app.

android-autobgbutton is a subclass of the Button widget that automatically darkens the button's background drawable when pressed, and sets it to transparent when disabled. This is inspired by iOS' automatic handling of custom background images for buttons.

AndroidPullMenu is an Open Source Android library that allows developers to easily create applications with pull menu. The aim of this library is to allow users that with a simple pull gesture to choose actions that they want to be executed.

This actions stand for refreshing options like refreshing the latest news, most viewed news, most commented views etc. or adding more actions inside view when you don’t want to implement these actions inside sliding menu. It can be implemented inside ScrollView, GridView, ListView.

Sometimes we need to show a top view above a ViewPager or ListView. DragTopLayout is a ViewGroup that contains a content view and a top menu view. You can show the top menu view just drag down the content view at the right time, or drag it up to fold.

BARACUS is the BAReknuckle Android Context USher, a tiny framework for android development enabling you to have dependency injection, dynamic context handling and database object relational mapping.

Features:

  • Dynamic context creation and destruction
  • Type based dependency injection plus documentation annotation
  • Object relational mapper
  • Dao-Approach for mapping and lazy loading / lazy references
  • Modification awareness for components - listen for data changes
  • Automatic database version and migration management
  • Hot-Backup of Sqlite
  • Declarative form validation and automatic error routing

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