美文网首页
传承真道 被隐藏的片羽历史

传承真道 被隐藏的片羽历史

作者: 李汪汪汪侠 | 来源:发表于2017-08-16 20:17 被阅读0次

差不多可以用kotlin写android啦,先写一个hello world吧,android studio 3.0快出正式版吧啊啊啊啊啊啊

配置父类build.gradle

// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
    ext.kotlin_version = '1.1.4'
    ext.anko_version = '0.10.1'
    repositories {
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:2.3.3'
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
    }
}

allprojects {
    repositories {
        jcenter()
    }
}

task clean(type: Delete) {
    delete rootProject.buildDir
}

  • 用ext.kotlin_version = '1.1.4'控制版本号,方便修改
  • 配置kotlin依赖

配置项目build.gradle

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'

android {
    compileSdkVersion 25
    buildToolsVersion "25.0.3"
    defaultConfig {
        applicationId "com.lw.lw.kotlintest"
        minSdkVersion 17
        targetSdkVersion 25
        versionCode 1
        versionName "1.0"
        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
    }
    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }
}

dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])
    androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
        exclude group: 'com.android.support', module: 'support-annotations'
    })
    compile 'com.android.support:appcompat-v7:25.3.1'
    compile 'com.android.support.constraint:constraint-layout:1.0.2'
    testCompile 'junit:junit:4.12'
    compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
    compile "org.jetbrains.anko:anko-common:$anko_version"
}

buildscript {
    repositories {
        jcenter()
    }
    dependencies {
        classpath "org.jetbrains.kotlin:kotlin-android-extensions:$kotlin_version"
    }
}
  • 添加Kotlin库
  • 添加Anko库,一个方便用kotlin书写android代码的库,它被分割成了很多小的功能模块,需要哪个填哪个。common版本差不多算是一个基础版。
  • Kotlin Android Extensions plugin 插件

转换java文件到kt文件

java文件→Code→Convert Java File to Kotlin File

写helle world

  • 布局文件代码,给textview加了个id。
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context="com.lw.lw.kotlintest.MainActivity">

    <TextView
        android:id="@+id/text"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        app:layout_constraintBottom_toBottomOf="parent"
        app:layout_constraintLeft_toLeftOf="parent"
        app:layout_constraintRight_toRightOf="parent"
        app:layout_constraintTop_toTopOf="parent" />

</android.support.constraint.ConstraintLayout>

  • kt代码
package com.lw.lw.kotlintest

import android.support.v7.app.AppCompatActivity
import android.os.Bundle
import kotlinx.android.synthetic.main.activity_main.*

class MainActivity : AppCompatActivity() {

    override fun onCreate(savedInstanceState: Bundle?) {
        super.onCreate(savedInstanceState)
        setContentView(R.layout.activity_main)

        text.text = "Hello Kotlin"


    }
}

搞定


Over 天地孤影任我行

曲子不错

相关文章

  • 传承真道 被隐藏的片羽历史

    差不多可以用kotlin写android啦,先写一个hello world吧,android studio 3.0...

  • 被遗忘的片羽时光

    电影《少年时代》讲述的是一个叫梅森的德州男孩从六岁成长到十八岁的故事,林克莱导演花了十二年的时间记录了一个家庭的变...

  • 古祠魂消 再次被揭示的历史片羽

    EvenBus 日常 反向Bus日神仙 粘性事件 //MainActivity写上处理粘性事件的方法 //跳转到另...

  • 片羽

    喜欢与你 坐在公园的长椅上 坐在家乡的阳光与空气里 你从远方回来 仿佛伴着舒缓的琴声 如你的手指在琴键上滑过 谛听...

  • 片羽

    “我已经文思衰竭很久啦。没有语言的诗人必婴孩还无助。”那天雨水绵绵,我们靠在窗台看书时,你突然对我说。 雨...

  • 片羽

    伊万十八岁的时候就已经拥有自己的店有一年了,店名叫【小万的家】可是这个小万指的却不是伊万,而是一只仓鼠。 七岁的时...

  • 片羽

    朋友从兰州回来送我一盒三炮台,十多年没有喝过这个茶了,拆开茶袋,剥开一颗里面的干桂圆,舌尖上甜蜜的味道一下就把时光...

  • 《道氏理论》和《波浪理论》的简介

    下面是摘自《道氏理论》和《波浪理论》的简介,由此可以看出,技术派的历史传承和发展脉络: 道氏理论简介-------...

  • 第三十三章 战徐灵一

    当林羽的话传出后,周围的人一片哗然。林羽之前跟徐灵一的那一轮激战真的是隐藏实力了吗?大家心中都充满了疑问,...

  • 世纪有创造性的毛笔艺术——第六书活书2019年作品展览

    毛笔活书(根书),取材于我们日常生活中常见的树根。 它传承了传统真树根书法的理念,真树根书法已经存在漫长的历史,至...

网友评论

      本文标题:传承真道 被隐藏的片羽历史

      本文链接:https://www.haomeiwen.com/subject/xgtirxtx.html