This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
potatotips #52 (iOS/Android開発Tips共有会) - connpass | |
https://potatotips.connpass.com/event/88164/ | |
## @shaunkawano へいへい Tips for Bitrise Android Android @shaunkawano | |
タップル誕生のサービスに携わっていて、Android開発でBitrise使っているので、事例やハマったことを話します。 | |
コード例でますが、もっと良い書き方あったら教えてください。 | |
モバイル開発に重きをおいたCIサービス。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
potatotips #52 (iOS/Android開発Tips共有会) - connpass | |
https://potatotips.connpass.com/event/88164/ | |
## yoichitgy よういち GDPRについて iOS | |
iOSにもAndroidにも関わる話し。 | |
Swinject作ったりメルカリで働いたりしています。 | |
General Data Protection |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
potatotips #52 (iOS/Android開発Tips共有会) - connpass | |
https://potatotips.connpass.com/event/88164/ | |
## hmori 森 XML Object Mapping Android | |
## Codable | |
Swift4で生まれました。JSONとコードが変換できる。 | |
Javaではこういうの得意、Gson, Jackson, Moshiとかね。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
potatotips #52 (iOS/Android開発Tips共有会) - connpass | |
https://potatotips.connpass.com/event/88164/ | |
## r_plus あーる enum as Option iOS @r_plus | |
オプションについて。いわゆるファンクションやメソッドの振る舞いをちょっと変えるときのオプション。 | |
Boolが一番簡単ですね。SwiftにはOptionSetというプロトコルがあって、bitごとにオプションを割り当ててオプションSetの表現ができる。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
potatotips #52 (iOS/Android開発Tips共有会) - connpass | |
https://potatotips.connpass.com/event/88164/ | |
## konifar こにふぁー Kyashで使っているTutorial Library Android @konifar | |
Tutorial Library: なにかハイライトされて、説明したりするやつ。 | |
いろいろなライブラリがあるけど自分で作った。なぜか。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
potatotips #52 (iOS/Android開発Tips共有会) - connpass | |
https://potatotips.connpass.com/event/88164/ | |
## TachibanaKaoru How to Manage Edge Gestures iOS | |
今年はフリーランスで旅をしながら仕事をする取組中。 | |
iOSDCのCfP募集月曜まで!!応募してください。 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
potatotips #52 (iOS/Android開発Tips共有会) - connpass | |
https://potatotips.connpass.com/event/88164/ | |
## duane0728 とやま KotshiからMoshi-codegenに乗り換えた経緯 Android @duane0728 | |
### FOLIOの現状の確認 | |
2月の #potatotips で | |
moshi-kotlinが遅いのでkotoshiを使って20sec→12secになった |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
potatotips #52 (iOS/Android開発Tips共有会) - connpass | |
https://potatotips.connpass.com/event/88164/ | |
## kishikawakatsumi 岸川克己 WWDCのセッションから、パスワードのAutofillの紹介 | |
Automatic Strong Passwords and Security Code AutoFill | |
自動でパスワードを生成してくれる機能がありました。 | |
Security Code AutoFillは2段階認証のコードがSMSで届いたときにサジェストされる。画面を離れる必要がない。 | |
Safariではできたのですが、これがiOS12からアプリでもできるようになる。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
potatotips #52 (iOS/Android開発Tips共有会) - connpass | |
https://potatotips.connpass.com/event/88164/ | |
## yaraki さん 〜Roomのできるまで 〜InvalidationTracker編〜 | |
初 #potatotips です。 | |
@yuichi_araki Google Developer Relations | |
AndroidのサポートライブラリやRoomを作っています。 | |
RoomはAndroidに標準搭載されたSQLiteのラッパー。アノテーションプロセッサーで実装を生成する。SQLを隠蔽していないので、SQLを書いてください、書いてくれたらいい感じにしますという方式。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CA.swift #6 WWDC18 報告会 - connpass | |
https://cyberagent.connpass.com/event/88328/ | |
## 『非機械学習エンジニアのCreate ML入門』 | |
森下 侑亮 | |
Vision・CoreML用学習済みモデルをSwiftとPlaygroundで作成できる。作成した学習済みモデルのデータ量が小さい。 | |
SiriとPhotosの機械学習基盤を利用している。70枚画像で学習して17kbだった | |
CreateMLで作成したモデルにはiOS12以上が必要 |