Giter Site home page Giter Site logo

msoftware / androiddevcoder Goto Github PK

View Code? Open in Web Editor NEW

This project forked from allencoder/androiddevcoder

0.0 2.0 0.0 16.07 MB

DevCoder开源项目创建

Home Page: http://www.devcoder.cn

Java 23.24% Lua 0.47% Makefile 1.94% C 72.45% C++ 1.58% HTML 0.32%

androiddevcoder's Introduction

#开源库汇总

  1. linechart 为指数基金走势图表可根据当前走势绘制出想要的图表。

  2. 支持手势显示当前值

  3. 支持当前的区域颜色渐变

  4. 演示效果图

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

Add the dependency

dependencies {
        compile 'compile 'com.allen.linechart:linechart:0.0.1'
}

或者 or

<dependency>
  <groupId>com.allen.linechart</groupId>
  <artifactId>linechart</artifactId>
  <version>0.0.1</version>
  <type>pom</type>
</dependency>

5.如果ListView中的单个Item的view中存在checkbox,button等view,会导致ListView.setOnItemClickListener无效, 事件会被子View捕获到,ListView无法捕获处理该事件. 解决方法: 在checkbox、button对应的view处加 [html]

android:focusable="false"  
android:clickable="false"  
android:focusableInTouchMode="false"  

androiddevcoder's People

Contributors

allencoder avatar

Watchers

Michael jentsch avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.