宮腰 航
- SwiftUI / UIKit / AutoLayout
- Modern Concurrency / Concurrency
- CoreData / Realm / SwiftData
- URLSession
- Combine / RxSwift
- Local Push / Remote Push
- Widget
- Quick Actions / Universal Link / Custom URL Scheme
- Notification
- Kingsfisher / SwiftLint / MarkdownUI / LicenseList
- Git
- fastlane / GitHub Actions / Bitrise
- Firebase
- Authentication
- Firestore
- Storage
- Cloud Messaging
- Crashlytics
- AWS
- 環境設計・構築・運用
- MacOS
- Windows
- Linux
- Python
- HTML / CSS / JavaScript
- Figma
- docker
- postman / curl
https://github.com/wtrmiya/NewsApp
ニュースビューアサンプルプロジェクト
- ニュースソース: News API (https://newsapi.org/)
- Firebaseを使用したアカウント管理・データ管理
- Configuration切り替えによるFireabse接続先の切り替え(開発・本番)
- Firebase Authenticationによるアカウント管理
- Firebase Firestoreによるユーザ設定情報、ブックマークの管理
- Firebase Firestoreによる利用規約の提供(不要なアプリアップデートの回避)
- ログイン状態に対応した機能制限
- fastlaneによる自動ユニットテスト実行(GitHubへのpush時)
- URLSessionによる外部API(News API)からの情報取得
- Dependency ContainerによるInitializer Injectionの実現
- Architecture: MVVM
- Figmaによるデザインおよび、SwiftUIによるデザイン実装
- デザイン参考元: https://ground.news/app
- ダークモード実装
- Gitへのシークレット情報登録除外(API key、Firebase設定ファイル)
- トーストによる操作結果通知
iOSのみ利用可能
https://github.com/wtrmiya/NewsApp
ライフログ系サンプルプロジェクト
- App Storeへのリリース作業内容確認を目的とする
- Realmによる永続化対応
- 日本語・英語の国際化対応
- Firebase Crashlytics
UIKitおよび、SwiftUIベースで作成したiOSアプリプロジェクトのそれぞれについて、AppDelegate、SceneDelegate有無におけるデリゲートメソッドの実行順序を調査した。