All Projects → Tophold → Financialcustomerview

Tophold / Financialcustomerview

各种金融类的自定义View,基金走势图、分时图、蜡烛图、各种指标等,一步一步构建庞大的基金自定View...

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Financialcustomerview

Aachartkit Swift
📈📊📱💻🖥️An elegant modern declarative data visualization chart framework for iOS, iPadOS and macOS. Extremely powerful, supports line, spline, area, areaspline, column, bar, pie, scatter, angular gauges, arearange, areasplinerange, columnrange, bubble, box plot, error bars, funnel, waterfall and polar chart types. 极其精美而又强大的跨平台数据可视化图表框架,支持柱状图、条形图、…
Stars: ✭ 1,962 (+205.61%)
Mutual labels:  view, chart
Android Ratingreviews
Simple star rating system bars, a view similar to the ones seen on Google Playstore. ⭐🌟✨
Stars: ✭ 110 (-82.87%)
Mutual labels:  view, chart
Oxchart
各种自定义图表库,使用简单,支持扩展
Stars: ✭ 715 (+11.37%)
Mutual labels:  view, chart
Plotly
Plotly for Rust
Stars: ✭ 433 (-32.55%)
Mutual labels:  financial, chart
Swift Linechart
Line Chart library for iOS written in Swift
Stars: ✭ 589 (-8.26%)
Mutual labels:  chart
Longshadow
Add a long shadow on any Android View
Stars: ✭ 562 (-12.46%)
Mutual labels:  view
Nestedtouchscrollinglayout
🎱处理子 View,父 View 嵌套滚动,成本比 support v4 NestedScrolling 低,放心食用~
Stars: ✭ 557 (-13.24%)
Mutual labels:  view
Zloading
[Android] 这是一个自定义Loading View库。暂停更新
Stars: ✭ 552 (-14.02%)
Mutual labels:  view
Discretescrollview
A scrollable list of items that centers the current element and provides easy-to-use APIs for cool item animations.
Stars: ✭ 5,533 (+761.84%)
Mutual labels:  view
Financial
A Zero-dependency TypeScript/JavaScript financial library (based on numpy-financial) for Node.js, Deno and the browser
Stars: ✭ 607 (-5.45%)
Mutual labels:  financial
Recyclerview Fastscroller
A fully customizable Fast Scroller for the RecyclerView in Android, written in Kotlin
Stars: ✭ 585 (-8.88%)
Mutual labels:  view
Starcharts
Plot your repository stars over time.
Stars: ✭ 560 (-12.77%)
Mutual labels:  chart
Chips Input Layout
A customizable Android ViewGroup for displaying Chips (specified in the Material Design Guide).
Stars: ✭ 591 (-7.94%)
Mutual labels:  view
Echarts For Weixin
Apache ECharts (incubating) 的微信小程序版本
Stars: ✭ 5,479 (+753.43%)
Mutual labels:  chart
Budget
Get a grip on your finances.
Stars: ✭ 609 (-5.14%)
Mutual labels:  financial
Android Ratethisapp
Android library to show "Rate this app" dialog
Stars: ✭ 553 (-13.86%)
Mutual labels:  view
Gojs
JavaScript diagramming library for interactive flowcharts, org charts, design tools, planning tools, visual languages.
Stars: ✭ 5,739 (+793.93%)
Mutual labels:  chart
Hsstockchart
Stock Chart include CandleStickChart,TimeLineChart. 股票走势图,包括 K 线图,分时图,手势缩放,拖动
Stars: ✭ 602 (-6.23%)
Mutual labels:  chart
Androbd
Android OBD diagnostics with any ELM327 adapter
Stars: ✭ 573 (-10.75%)
Mutual labels:  chart
Wunderbar
Simple horizontal bar chart printer for your terminal
Stars: ✭ 572 (-10.9%)
Mutual labels:  chart

FinancialCustomerView

  • 本项目会对金融交易软件中存在的各种View进行模仿绘制
  • 提供详细的实现思路
  • 收集整理相关算法、文档以及专业资料
  • 开源库不依赖第三方,继承系统View实现
  • 提供完整Demo
  • 参考文档

号外

  1. MPAndroidChartWrapper【开发完善中...】高度封装MPAndroidChart,提供开箱即用的MPAndroidChart。 两大原则:1.不修改MPAndroidChart源码,只继承封装原有功能实现扩展。2. 开箱即用。目标:可商用。
  2. 商用k线图推荐使用MPAndroidChartWrapper,让您几行代码实现一个商用级别k线图。

目录

  1. com.tophold.trade.view.fund.FundView 仿蚂蚁金服基金走势图
  2. com.tophold.trade.view.kview.KView k线走势图
  3. com.tophold.trade.view.pie.PieChartView 饼图
  4. com.tophold.trade.view.seekbar.DoubleThumbSeekBar 双Thumb自定义进度条

com.tophold.trade.view.fund.FundView

  • 仿蚂蚁金服基金走势图,支持长按查看指定数据,可以据此扩展出各种简单的资金走势图。KView的思路来自于此。

com.tophold.trade.view.kview.KView

  • k线走势图,支持主图+副图+量图
  • 主图支持缩放、长按十字、滑动等各种手势操作;支持显示最小、最大值;指标支持:ma、boll、ma+boll;图形类别支持分时图、蜡烛图
  • 副图支持指标:macd、kdj、rsi
  • 量图支持:量、ma(5,10)

com.tophold.trade.view.pie.PieChartView

  • 饼图,加载动画、特定指示图

com.tophold.trade.view.seekbar.DoubleThumbSeekBar

  • 双Thumb自定义进度条,可以高度定制化
  • 支持单、双thumb
  • 支持从左、右开始最小值(和滑动方向无关)
  • 两个thumb可以任意设置开始方向以及起始位置
  • 支持数据回调
  • 具体使用参看Demo

其它

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].