{"id":18829073,"url":"https://github.com/amay077/techbookfesxamaringpsapp","last_synced_at":"2026-03-08T07:31:44.403Z","repository":{"id":138393580,"uuid":"85951496","full_name":"amay077/TechBookFesXamarinGpsApp","owner":"amay077","description":"技術同人誌「Essential Xamarin - Yang(陽)」の \"Xamarin.Android で始めるクロスプラットモバイルアプリ開発\" のサンプルアプリです。","archived":false,"fork":false,"pushed_at":"2017-04-07T06:48:20.000Z","size":257,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T03:39:23.449Z","etag":null,"topics":["android","ios","mvvm","rxjava","techbookfest","xamarin"],"latest_commit_sha":null,"homepage":"https://atsushieno.github.io/xamaritans/tbf2.html","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amay077.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-23T13:13:40.000Z","updated_at":"2018-09-21T18:59:04.000Z","dependencies_parsed_at":"2024-05-20T12:15:19.465Z","dependency_job_id":null,"html_url":"https://github.com/amay077/TechBookFesXamarinGpsApp","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/amay077/TechBookFesXamarinGpsApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amay077%2FTechBookFesXamarinGpsApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amay077%2FTechBookFesXamarinGpsApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amay077%2FTechBookFesXamarinGpsApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amay077%2FTechBookFesXamarinGpsApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amay077","download_url":"https://codeload.github.com/amay077/TechBookFesXamarinGpsApp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amay077%2FTechBookFesXamarinGpsApp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30248864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T05:41:50.788Z","status":"ssl_error","status_checked_at":"2026-03-08T05:41:39.075Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","ios","mvvm","rxjava","techbookfest","xamarin"],"created_at":"2024-11-08T01:39:51.699Z","updated_at":"2026-03-08T07:31:44.388Z","avatar_url":"https://github.com/amay077.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 「Xamarin.Android で始めるクロスプラットモバイルアプリ開発」のサンプル「GPSアプリ」\n![screenshot01](screenshot_01.png)\n\n## これは何？\n\nこれは [Xamarintans（ざまりたんず） が執筆した **「Essential Xamarin Yang (陽)」** ](https://atsushieno.github.io/xamaritans/tbf2.html)という技術同人誌の、\n第1章「Xamarin.Android で始めるクロスプラットモバイルアプリ開発」 − 1.8節「Xamarinによる「クロスプラットフォーム」MVVM+Rxアプリケーション」 で登場する「GPSアプリケーション」を Android ネイティブと Xamarin(Xamarin.Forms) で実装したソースコードです。\n\n書籍での解説の通り、Rx(RxJava や RxSwift) と MVVM、データバインディングを利用して開発されたモバイルアプリが、Xamarin(Xamarin.Forms) でどのように共通化できるかを示したリポジトリです。\n\n## アプリの機能\n\n* 端末のGPSから取得した位置情報を表示し続ける\n* 緯度経度の表記を「度(34.5°)」と「度分秒(34度30分00秒)」で切り替える\n* RECORDボタンを押した時点の緯度経度を記録する\n* 記録した緯度経度群で最も位置精度の高いものを表示する\n* 記録した緯度経度群を一覧で表示する\n\n## ディレクトリ構成\n\n### /GpsAppAndroid\n\nAndroid ネイティブ(Java)で実装したプロジェクトです。Android Studio 2.2.3 で開発しています。\n\n#### 主な使用技術\n* Data Binding - Android Data Binding\n* Rx - [RxJava 2.0](https://github.com/ReactiveX/RxJava)\n* ViewModel - [RxProperty](https://github.com/k-kagurazaka/rx-property-android)\n* Dependency Injection - [Dagger2](https://github.com/google/dagger)\n* Others - [Lightweight-Stream-API](https://github.com/aNNiMON/Lightweight-Stream-API), [RetroLambda](https://github.com/evant/gradle-retrolambda)\n\n### /GpsAppXamarinForms\n\nXamarin.Forms(C#)で実装したプロジェクトです。Visual Studio for Mac Preview 5 で開発しています。対応プラットフォームは Android\n と iOS です。\n\n#### 主な使用技術\n* Data Binding - Xamarin.Forms Data Binding\n* Rx - [Reactive Extensions](https://github.com/Reactive-Extensions/Rx.NET)\n* ViewModel - [ReactiveProperty](https://github.com/runceel/ReactiveProperty), [Prism for Xamarin.Forms](https://www.nuget.org/packages/Prism.Forms/)\n* Dependency Injection - [Unity(Prism.Unity)](https://www.nuget.org/packages/Prism.Unity/)\n\n## ブランチについて\nmaster ブランチは、最新のソースコードを示しています。\n書籍に対応するソースコードは、次のように書籍の版に応じた tag を付与しています。\n\n* 2017年4月9日発行(Edition v1.0.0) - [v20170409](../../tree/v20170409)\n\n## ライセンス\nこのリポジトリのライセンスは [LICENSE](LICENSE) に従います。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famay077%2Ftechbookfesxamaringpsapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famay077%2Ftechbookfesxamaringpsapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famay077%2Ftechbookfesxamaringpsapp/lists"}