zoukankan      html  css  js  c++  java


最后放上Android新项目用到的开源库,新东西非常多啊

 compile "com.android.support:appcompat-v7:${supportLibVersion}"
  compile "com.android.support:support-v4:${supportLibVersion}"
  compile "com.android.support:cardview-v7:${supportLibVersion}"
  compile "com.android.support:design:${supportLibVersion}"
  compile 'com.prolificinteractive:material-calendarview:1.1.0'
  compile "com.android.support:support-annotations:${supportLibVersion}"
//    debugCompile 'com.squareup.leakcanary:leakcanary-android:1.3'
//    releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.3'
  compile 'com.google.code.gson:gson:2.4'
  compile 'com.github.bumptech.glide:glide:3.6.0'
  compile 'com.github.bumptech.glide:volley-integration:1.3.1@aar'
  compile 'me.iwf.photopicker:PhotoPicker:0.2.9@aar'
  compile 'com.jakewharton:butterknife:7.0.1'
  compile 'com.mcxiaoke.volley:library:1.0.19'
  compile 'com.google.zxing:core:3.2.0'
  compile 'com.journeyapps:zxing-android-embedded:3.0.2@aar'
  compile 'com.tencent.bugly:crashreport:1.2.8'
  //    compile 'io.realm:realm-android:0.86.1'   

查看全文
  • 相关阅读:
    C#0004--打开和保存文本文件
    C#0003--如何使用树状视图控件
    C#0002--信息提示框的使用
    C#0001--如何使用错误提醒控件
    使用C#创建简单的联系人备忘录
    SharePoint站点图片轮转器imageRotator
    优秀的代码的设计和组织架构
    思考:为什么每一种开发语言的语法都是不一样的呢(语法设置的不一样的出发点是基于什么考虑)?如果设置成一样有什么不可行的吗?
    分析一个突发问题的思考方法
    思考:架构师的前瞻性能力
  • 原文地址:https://www.cnblogs.com/tlnshuju/p/7221411.html
  • Copyright © 2011-2022 走看看