• Expo 安卓调试程序apk

    开发调试 create-react-native-app的Expo apk调试程序,react-native

    5
    215
    22.97MB
    2017-11-09
    10
  • android log4j资源上传

    Android日志收集,log4j上传日志

    5
    64
    2.56MB
    2015-01-21
    9
  • 获取周的开始结束时间

    获取周的开始时间和结束时间,以及当前时间,以及闰年的判断

    1
    964
    10KB
    2013-04-06
    31
  • android js统计报表

    含有3D等多种统计报表,调用原有的js图表

    3
    46
    1.42MB
    2013-03-28
    3
  • android饼图

    android的饼图制作,使用Google的一个开源图表库支持散点图、折线图、饼图、气泡图、柱状图、短棒图、仪表图等多种图表

    4
    63
    1.7MB
    2012-12-13
    9
  • GridView左右滑动

    private void findViews() { curPage = (ScrollLayout) findViewById(R.id.scr); //控制菜单的高度 //curPage.getLayoutParams().height = this.getWindowManager().getDefaultDisplay().getHeight() * 2 / 3; for (int i = 0; i < 20; i++) { //此处动态引用图片资源 info.setImage(R.drawable.g1); //设置图片下方的文字 info.setShow_name("问题上报"); lstDate.add(info); } }

    5
    62
    229KB
    2012-04-24
    9
  • android ListView下拉分页

    提供下拉分页刷新列表 case MotionEvent.ACTION_UP: if (!isVerticalScrollBarEnabled()) { setVerticalScrollBarEnabled(true); } if (getFirstVisiblePosition() == 0 && mRefreshState != REFRESHING) { // 拖动距离达到刷新需要 if ((mRefreshView.getBottom() >= mRefreshViewHeight || mRefreshView.getTop() >= 0) && mRefreshState == RELEASE_TO_REFRESH) { // 把状态设置为正在刷新 mRefreshState = REFRESHING; // 准备刷新 prepareForRefresh(); // 刷新 onRefresh(); } else if (mRefreshView.getBottom() < mRefreshViewHeight || mRefreshView.getTop() <= 0) { // 中止刷新 resetHeader(); setSelection(1); } } break; case MotionEvent.ACTION_DOWN: // 获得按下y轴位置 mLastMotionY = y; break; case MotionEvent.ACTION_MOVE: // 计算边距 applyHeaderPadding(event); break;

    4
    115
    69KB
    2012-02-09
    9
  • 调用webservice例子 查询手机号归属地 soap协议的传xml

    public void onClick(View v) { String mobile = mobileText.getText().toString(); InputStream inStream = this.getClass().getClassLoader().getResourceAsStream("mobilesoap.xml"); try { addressView.setText(MobileInfoService.getMobileAddress(inStream, mobile)); } catch (Exception e) { Log.e(TAG, e.toString()); Toast.makeText(MainActivity.this, "查询失败", 1).show(); } }

    5
    142
    75KB
    2011-11-25
    9
  • android webservice

    公司中使用的android的webservice一个例子,解析xml的

    0
    73
    6KB
    2011-11-23
    9
关注 私信
上传资源赚积分or赚钱