volx-recyclerview-fast-scroll


Source link: https://github.com/volsahin/volx-recyclerview-fast-scroll

volx-recyclerview-fast-scroll

An easy to use implementation for fast scroll recyclerview

Usage

Minimal working example

In your adapter file implement IVolxAdapter and return your data as a list of objects:

public class UsersOwnAdapter extends RecyclerView.Adapter<UsersOwnAdapter.ViewHolder> implements IVolxAdapter {

private List<UserModel> mDataset;

@Override
  public List<Object> getList() {

return new ArrayList<Object>(mDataset);

  
}
 

In your model file add @ValueArea annotation for the field that be rendered as a fast-scroll list

public class UserModel {

private int example;

 @ValueArea
  private String name; 
}
 

In your activity/fragment or wherever you have reference of your parent frame layout and your recyclerview:


new Volx.Builder()

  .setUserRecyclerView(mRecyclerView)

  .setParentLayout(parentLayout)

  .build();
 

Don't forget to sort your list before building Volx

More On Customization

If you want to customize colors, text sizes and layout sizes you can call it like:

 new Volx.Builder()

  .setUserRecyclerView(mRecyclerView)

  .setParentLayout(parentLayout)

  .setActiveColor(Color.CYAN) // the lightened color of right bar

  .setBackgroundColor(Color.BLACK) // the color of right bar

  .setTextColor(Color.WHITE) // the color of right bar letters

  .setBarWidth(24) // the width of right bar in dp

  .setBarHeightRatio(1f) // the height of right bar between 0 and 1 according to screen height

  .setTextSize(Volx.FIT_NICELY) // the size of letters in right bar, FIT_NICELY handles it well , other values are also ok

  .setMiddleTextSize(16) // the size of the letter in center circle

  .setMiddleLayoutSize(48) // the size of the center circle in dp

  .setMiddleBackgroundColor(Color.rgb(67, 67, 67)) // the color of the center circle

  .setMiddleTextColor(Color.WHITE)  // the color of the letter in center circle

  .setMiddleStrokeWidth(4) // the width of center circle stroke in dp

  .setMiddleStrokeColor(Color.BLACK) // the color of right bar stroke

  .setRightStrokeWidth(3) // the width of right bar stroke in dp

  .setRightStrokeColor(Color.rgb(204, 204, 204)) // the color of middle circle stroke

  .setMinItem(0) // the min amount of item required to show right bar

  .setDelayMillis(3000) // the amount of time if there is no interaction on right bar, Volx.NEVER_CLOSE for never close

  .build();
 

If you want to make volx invisible and remove it's listeners you can call method with your object:

 volx.setInactive(true);

Later you can activate volx again:

 if (volx.isInactive())

 volx.setInactive(false);

If your data updated , sort your data again and call the notifyValueDataChanged method:

 volx.notifyValueDataChanged();

Apps in volx-fast-scroll use

General Mobile Music Player

A nice featured cool music player from General Mobile. You can download it from here

Download

Step 1. Add the JitPack repository to your build file

Add it in your root build.gradle at the end of repositories:

 allprojects {

repositories {

 ...
 maven {
 url 'https://jitpack.io' 
}

}
  
}

Step 2. Add the dependency

 dependencies {

compile 'com.github.volsahin:volx-recyclerview-fast-scroll:v1.0.7'  
}

License

Copyright 2017 Volkan ?ahin  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

What is Android Promise

A library for modular asynchronous calls.

Boogaloo is a task-retry manager with a certain back-off time.

A View holder generator for Android.

Project is inspired by ig-json-parser. It basically do the same thing as ig-json-parser, but the differences are:

  • do not use annotations to generate the parsers. but use Scala raw value
  • including a class JsonToSpec which can generate the spec from a folder of json samples. so you not even need to write the spec if you have a working backend. but most of time you will want to customize the result by editing the result spec
  • you can write converter code to convert between types
  • it is dead simple

Great set of colors from http://flatuicolors.com and converted into Android colors.xml

You can easily access the top of the screen in Android. Like a iPhone 6 & 6 Plus.

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