每日一文
1. 简介
前段时间学习Kotlin,准备找个东西下手,复杂的内容暂时也处理不了,所以选了“每日一文”的接口作为测试,主要是为了熟悉Kotlin的语法和anko中的数据库操作。
2. 内容
- Kotlin基本语法
- anko-common使用
- anko-sqlite使用
- navigation+drawerlayout实现左右抽屉菜单
- retrofit + okhttp + Rxjava2 + Gson 处理网络请求
- Material Design
3. 思路
启用开发者模式,打开“显示边界布局”,你可以看到应用唯一的一个主界面采用是一体的,没有控件的分离,猜测采用的是混合式开发,所以呢,对我们没有什么帮助。只能按照自己的方式,实现它的功能。毕竟是为了熟悉语言,不深究。
4. 依赖库
ext.kotlin_version = '1.1.2-5'
ext.anko_version = '0.10.0'
compile fileTree(include: ['*.jar'], dir: 'libs')
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compile "org.jetbrains.anko:anko-common:$anko_version"
compile "org.jetbrains.anko:anko-sqlite:$anko_version"
compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
compile 'com.Android.support:APPcompat-v7:25.3.1'
compile 'com.android.support:design:25.3.1'
compile 'com.android.support:recyclerview-v7:25.3.1'
compile 'com.android.support:cardview-v7:25.3.1'
compile 'com.android.support:support-v13:25.3.1'
compile 'com.Google.code.gson:gson:2.7'
compile 'com.squareup.retrofit2:retrofit:2.2.0'
compile 'com.squareup.retrofit2:converter-gson:2.1.0'
compile 'com.squareup.retrofit2:adapter-rxjava2:2.2.0'
compile 'io.reactivex.rxjava2:rxandroid:2.0.1'
compile 'io.reactivex.rxjava2:rxjava:2.x.y'
compile 'com.squareup.okhttp3:logging-interceptor:3.4.1'
compile 'com.squareup.okhttp3:okhttp:3.4.1'
compile 'com.android.support:support-vector-drawable:25.3.1'
compile 'info.hoang8f:android-segmented:1.0.6'
compile 'com.kyleduo.switchbutton:library:1.4.6'
5. 效果
6. Github
OneArticle
7. 备注
每日一文接口采用非正式方式获取,仅供学习,若有侵权请告知,即刻删除。
相关阅读
大学的统计学知识,你是否还记得?本文作者将用最精炼的语言和简单的案例,让你能够快速将T检验运用到实战当中。因此不用纠结过多的统
Android~Fragment 中的常用方法 isAdded()、isVisible
1. public final booleanisAdded() 如果该Fragment对象被添加到了它的Activity中,那么它返回true,否则返回false。2. public fin
对于喜欢逛CSDN的人来说,看别人的博客确实能够对自己有不小的提
阿里云大学课程:码栈搭建自动化应用(可视化模式) 课程介绍: 在工作中,无可避免要做很多重复性的事情,然而这些工作背后,必然会有一种简便
Android自定义字体样式Typeface的三种技术方案:Java代
Android实现自定义的字体Typeface,正常情况下有两种情况:第一种:把字体ttf文件放到assets/fonts目录下,然后通过读取字体文件.ttf获取