Skip to content

👉 个人收集的一些第三方工具和自定义效果

Notifications You must be signed in to change notification settings

Vension/KV-Frame

Repository files navigation

KV-Frame

API License

这里写图片描述

GitHub地址:https://github.com/Vension/KV-Frame

(开源不易,如果喜欢的话希望给个 Star 或者 Fork,谢谢!)

前言

前段时间学习了 Kotlin 的一些语法,然后就写了这个项目熟悉一下 Android的官方语言,总体下来,相比 Java 而言源代码行数有所减少、方法数也有所减少。

Kotlin 团队为 Android 开发提供了一套超越标准语言功能的工具:

  • Kotlin Android 扩展是一个编译器扩展, 可以让你摆脱代码中的 findViewById() 调用,并将其替换为合成的编译器生成的属性。
  • Anko 是一个提供围绕 Android API 的 Kotlin 友好的包装器的库 ,以及一个可以用 Kotlin 代码替换布局 .xml 文件的 DSL。

项目截图

  • 截图
image image image image image image image image
  • gif
image image

技术要点

主要使用的第三方开源框架有:

更新日志

v1.0

  • 初始化版本,完成基本模块。

关于我

Thanks

  • 感谢所有优秀的开源项目

声明

本项目为个人练手项目,纯属学习交流使用,不得用于商业用途!

LICENSE

Copyright 2018 Vension

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.