AbilityChart


Source link: https://github.com/jiefly/AbilityChart

AbilityChart

AbilityChart is a custom view that can show each property with lines or cover area.You can set every feature you want with a few steps. #Screenshot #How to use

#add dependencies compile 'com.gao.jiefly:abilitychartlibrary:1.0.1'

//XML  android:id="@+id/ability2"  android:layout_width="match_parent"  android:layout_height="300dp" //MainActivity  //set property count  mAbility1.setCount(5);
  //set property data  mAbility1.setData(data);
  //set title  mAbility1.changeTitles(new String[]{
"Math","English","Chinese", "Physical", "Biological"
}
);
  //other feature you want?in XML and Code?  ... 

#Set property data



  List<Double> data = new ArrayList<>();

data.add(80d);

data.add(90d);

data.add(70d);

data.add(30d);

data.add(60d);

data.add(30d);

data.add(60d);

mAbility1.setData(data);
 

#Change style you can change style by changing the paint Style

 mAbility2.setCoverStyle(Paint.Style.STROKE);

mAbility2.setCoverColor(Color.RED);

mAbility6.setPolygonStyle(Paint.Style.STROKE);

mAbility6.setCoverColor(Color.GRAY);

mAbility6.setPolygonColor(Color.RED);
 

#Change the number of property level

mAbility6.setProertyLevel(6);
 

#More detail in Code```

???????????? ????????????????view??????text??????????????????????····? #????

#????

  //XML  android:id="@+id/ability2"  android:layout_width="match_parent"  android:layout_height="300dp" //MainActivity  //???????????????  mAbility1.setCount(5);
  //????????  List<Double> data = new ArrayList<>();

data.add(80d);

data.add(90d);

data.add(70d);

data.add(30d);

data.add(60d);

data.add(30d);

data.add(60d);
  mAbility1.setData(data);
  //????????????????????count?  mAbility1.changeTitles(new String[]{
"Math","English","Chinese", "Physical", "Biological"
}
);
  //?????size color style ????
... 

#??????????

mAbility3.setCount(4);
 mAbility3.changeTitles(new String[]{
"Math","English","Chinese", "Physical", "Biological"
}
);
 

#??view?????

<com.gao.jiefly.abilitychart.AbilityChatView

 android:layout_width="0dp"

 android:id="@+id/ability3"

 android:layout_weight="1"

 android:layout_height="match_parent"

 custom:textColor="#000"

 custom:lineColor="#75082d"

 custom:textSize="3sp"

 custom:coverColor="#ff0000"

 custom:coverAlpha="100"

 custom:polygonAlpha="23"

 custom:lineWidth="0.2dp"

/> 

#??????view?????



  abilityChatView.setCount(6);

abilityChatView.setProertyLevel(4);

abilityChatView.setPolygonColor(Color.DKGRAY);

abilityChatView.setCoverColor(Color.RED);

abilityChatView.setTextColor(Color.RED);

abilityChatView.setPolygonStyle(Paint.Style.STROKE);

abilityChatView.setCoverStyle(Paint.Style.STROKE);

abilityChatView.setCoverAlpha(255);

abilityChatView.setLineColor(Color.GREEN);

abilityChatView.setLineWidth(4);
 

#???????????

Resources

ViewPrinter gives you live preview, edit and print functionality for View hierarchies, be it graphics, text, or whatever you draw in Android.

The ViewPrinter logo was created inside ViewPrinter itself! See the source code.

  • DocumentView, a live preview container for editable, zoomable, pannable views
  • Automatic splitting of text into pages and columns
  • Standardized or custom PrintSizes
  • Print to PDF, PNG or JPEG
  • System permissions handling

An android restful api/networking library using okhttp library as backbone.

Android 9.0+ support

A library for wrapping Firebase database with RxJava.

TypeYourPin is an android component made to provide a better experience when user types some PIN code.

With MaterialTimelineView you can easily create a material looking timeline. Library written in Kotlin.

Instagram like dot indicator standalone view. It can be used with any component.

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