採用情報
検索
-
最近の投稿
-
過去1ヶ月の人気記事
-
全期間の人気記事
- node.jsでPassbookサーバをつくってみる(3)
- [iOS 7] Remote notificationの挙動について
- [iOS] Bluetooth LEでデータのやりとり
- AndroidとiOS間のデータのやりとりをBluetooth LEで行う
- Pythonのスクリプトをexeファイルにする
- Android API21から追加されたJobSchedulerに慣れていこう
- [Android 5.0] BLEのBluetoothLeScannerについて
- AndroidでiBeaconを発見する
- Tizen開発入門 ~環境構築~
- [Android 4.4] フルスクリーンで動くアプリを作る
カテゴリ
タグ
4.4 5.0 6.0 AirDrop Android Android O apple App Links background Background Fetch Bluetooth 4.0 Bluetooth LE bug camera Design support Library Google Glass iOS iOS7 iPad iPhone Java JSON kitkat Kotlin libGDX Lolipop multi task node.js Notification Passbook PictureSize PreviewSize push python remote notification Tizen Voice Actions Voice Interaction WebView アクセシビリティ スイッチ スキャン 入門 書籍 開発の極意アーカイブ
運営
「Kotlin」タグアーカイブ
Kotlinのいいところ/Kotlin Android Extensions
先日、Kotlinが1.0-betaとなりました。(The Kotlin Language: 1.0 Beta is Here!) そろそろ1.0リリースも見えてきていますし、GitHub上のKotlin LOCもどんど … 続きを読む
Kotlinのいいところ/Extension
今回はKotlinシリーズの3回目、Extensionについて説明します。 前回のData Class同様、Javaの「なんとなく面倒だな…」と思うところを補填してくれる機能となります。 KotlinのExtension … 続きを読む
Kotlinのいいところ/Data Class
今回はKotlinシリーズの2回目、Data Classについて説明します。 Javaの「なんとなく面倒だな…」と思うところを補填してくれる機能なので、Kotlinを使うきっかけになればと思います。