This blog post describes how to start Kontribute or how to start contributing Kotlin.
- Setup
- Communication
- 1st Recommended Ways to Kontribute <- Now
- Developing/Testing Kotlin plugin
This blog post describes how to start Kontribute or how to start contributing Kotlin.
This blog post describes how to start Kontribute or how to start contributing Kotlin.
This blog post describes how to start Kontribute or how to start contributing Kotlin.
KotlinPoetを使ってコード生成をしたので、触りだけですが、紹介したいと思います。
なおこのエントリーはKotlinPoet v0.6.0を利用しています。
この記事は Android Advent Calendar 2017 の5日目の記事です。
PermissionsDispatcher v3が今年の9月にリリースされました🎉
Finally PermissionsDispatcher 3.0.0 is out😄 We added fully @kotlin support and a few improvements🎉Enjoy✌️ https://t.co/3a1SQ17AWb
— hotchemi (@hotchemi) 2017年9月16日
結構大きな修正であったので、これに関して書きます。
以下のPRを投げて、マージされました。
Add integration test cases for checking the behavior of generated code https://github.com/hotchemi/PermissionsDispatcher/pull/339
このPRについて語ってみます。
I found very hard time to memorize the following methods.
Here is the visuals that illustrate the differences between these methods.
この記事はJetBrains Advent Calendar 2016の12/17の記事です。
Intellij IDEAだけではないのですが、Alt+Enter(Intention)は自分で拡張したものを作ることが可能です。
これはKotlin Advent Calendar 2016の12/11の記事です。
kotlinでやるとAndroid簡単に書ける手法まとめとかないかな。extentionでbindingadapter書くとか、custom viewのコンストラクタをJvmOverloadsで省略とか。
— しらじ (@shiraj_i) 2016年8月23日
8月23日にこんなつぶやきをして、今日まで溜めたAndroid開発をしていて、こう書くと簡単でキモチイイ!!!というKotlinの文法を紹介したいと思います。
(あくまで自分が気持ちいいってだけだからね!)
This entry is for Japanese speaker. Those who are interested to contribute R.swift, please refer to this doc
これはiOS Advent Calendar 2016の12/3の記事です。
Swiftでprintlnを書いてハマるレベルのエンジニアが一週間(実稼働時間 約8時間)でR.swiftにコントリビュートしたお話。(だったけど、メンテナさんが別プロジェクト始めちゃってまだマージされていない。-> この記事の翌日2016/12/04にマージされましたー!)
Swift開発している人にとっては常識な話が多数だと思いますが、Android開発やKotlin触っていて、Swiftもやってみたい!とかSwiftのライブラリ開発してみたい!という人向けです。R.swiftのコントリビュート方法として紹介していますが、他のライブラリも同じ感じなのではないかなーと思ってます。