《Android 应用 之路》 每日一文简单版

1. 简介

前段时间学习Kotlin,准备找个东西下手,复杂的内容暂时也处理不了,所以选了“每日一文”的接口作为测试,主要是为了熟悉Kotlin的语法和anko中的数据库操作。

《Kotlin》 Android Studio3.0 Kotlin工程问题集

问题1: 新建支持Kotlin的Android项目,卡在“Resolve dependency :classpath”

解决分析:
一般碰到“Resolve dependency :classpath”卡着一动不动的,等一会如果还是没反应,应该就是永远没反应。先重启下Android Studio或者重新gradle sync一下,如果还是不行,看下工程中“gradle-wrapper.properties”中的gradle版本,然后去系统.gradle 目录下看下对应的gradle 是否已经下载OK

《Kotlin》 Android Studio3.0 新特性 ~ New Features in Android Studio Preview (译文)

原文地址:https://developer.android.google.cn/studio/preview/features/index.html

最新Android Studio版本是Android Studio 3.0,本文提供了所有新功能和更改的摘要。 所有这些功能都可以在最新的金丝雀版本中发布,但beta测试版本可能尚未提供。

《Kotlin》 Kotlin For Gank.io (干货集中营Kotlin实现)

介绍

Kotlin,现在如火如荼,所以花了一点时间把之前的项目用Kotlin重构一下

原项目地址:https://github.com/onlyloveyd/GankIOClient
对应Kotlin版:https://github.com/onlyloveyd/GankIOWithKotlin

《Kotlin》 Kotlin Android Extensions (译文)

原文链接

http://kotlinlang.org/docs/tutorials/android-plugin.html

Kotlin Android Extensions

本教程介绍如何使用Kotlin Android Extensions来改进对Android开发的支持。

在本教程中,我们将介绍使用Kotlin Android Extensions插件所需的步骤,增强Android的开发体验。

《Kotlin》 Getting started with Android and Kotlin (译文)

原文链接

http://kotlinlang.org/docs/tutorials/kotlin-android.html

写在前面

Kotlin 是一个基于 JVM 的新的编程语言,由 JetBrains 开发。今天凌晨Google I/O 上,Google官方表示了对Kotlin语言的支持。所以决定今天开始入坑,学习Kotlin.

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×