{"id":14966968,"url":"https://github.com/gsgou/leadscore-xamarin-sample","last_synced_at":"2026-02-14T12:36:59.851Z","repository":{"id":131284711,"uuid":"167356778","full_name":"gsgou/Leadscore-Xamarin-Sample","owner":"gsgou","description":"Xamarin app for Android/iOS to explore leadscore.io API's  using ReactiveUI, xamvvm and Refit.","archived":false,"fork":false,"pushed_at":"2019-02-02T14:30:10.000Z","size":547,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-13T17:39:13.211Z","etag":null,"topics":["reactiveui","refit"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gsgou.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-01-24T11:30:33.000Z","updated_at":"2021-04-14T11:01:13.000Z","dependencies_parsed_at":"2023-07-30T18:31:05.658Z","dependency_job_id":null,"html_url":"https://github.com/gsgou/Leadscore-Xamarin-Sample","commit_stats":{"total_commits":52,"total_committers":1,"mean_commits":52.0,"dds":0.0,"last_synced_commit":"29f4b0b385a9c66a11fd1fddf361d8534b154eb7"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gsgou/Leadscore-Xamarin-Sample","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsgou%2FLeadscore-Xamarin-Sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsgou%2FLeadscore-Xamarin-Sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsgou%2FLeadscore-Xamarin-Sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsgou%2FLeadscore-Xamarin-Sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gsgou","download_url":"https://codeload.github.com/gsgou/Leadscore-Xamarin-Sample/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsgou%2FLeadscore-Xamarin-Sample/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262723795,"owners_count":23354115,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["reactiveui","refit"],"created_at":"2024-09-24T13:37:13.426Z","updated_at":"2025-10-05T01:23:25.607Z","avatar_url":"https://github.com/gsgou.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Leadscore Xamarin Sample\nXamarin app for Android/iOS to explore [leadscore.io](https://www.leadscore.io/) API's using System.Reactive, ReactiveUI, xamvvm and Refit.\n\nTo test the app, you first need to [sign up for a staging leadscore account](https://app-staging.leadscore.io/#/signup).\n\n## Required components\nTo build for Android and iOS, the following are required:\n* macOS High Sierra (10.13) and above\n* the latest version of Xcode and iOS SDK\n* the latest version of Visual Studio for Mac\n\nVisual Studio includes an Android SDK Manager that replaces Google's standalone Android SDK Manager and will also install OpenJDK as the preferred Java runtime for mobile development.\n\n## Step-by-step setup instructions\nThe Xamarin documentation portal [has detailed setup and install instructions](https://docs.microsoft.com/en-us/visualstudio/mac/installation?view=vsmac-2017) for Xamarin.\n\n## Build Instructions in macOS\nExtending our bash_profile over the terminal:\n```bash\necho 'export NugetPackagesPath=~/.nuget/packages' \u003e\u003e ~/.bash_profile\necho 'alias vs='\"'\"'/Applications/Visual\\ Studio.app/Contents/MacOS/VisualStudio \u0026'\"'\"'' \u003e\u003e ~/.bash_profile\n. ~/.bash_profile\n```\nVisual Studio for Mac inherits the environment variable NugetPackagesPath when started with \"vs\" from terminal.\nThis is important in order to build the Android project which has in csproj the following dependency:\n```\n  \u003c!-- https://github.com/dotnet/reactive/issues/803 --\u003e\n  \u003cItemGroup\u003e\n    \u003cPackageReference Include=\"System.Runtime.CompilerServices.Unsafe\" Version=\"4.5.2\" /\u003e\n    \u003cReference Include=\"System.Threading.Tasks.Extensions\"\u003e\n      \u003cHintPath\u003e$(NugetPackagesPath)\\system.threading.tasks.extensions\\4.5.1\\lib\\netstandard2.0\\System.Threading.Tasks.Extensions.dll\u003c/HintPath\u003e\n    \u003c/Reference\u003e\n  \u003c/ItemGroup\u003e\n  ```\n\n## Functionality\nBeyond the standard functionality provides:\n\n* LOGIN features:\n  * Email entry, that remembers the last sucessfully used Email, is clearable and moves focus to a Password entry when keyboard button \"Next\" is pressed.\n  * Password entry, that shows and hides the password.\n  * Animated login button with IsEnabled and BackgroundColor properties reacting to valid Email and Password.\n\n* REST features:\n  * Retry algorithm/policy with exponential back-off plus some jitter to overcome peaks of similar retries coming from many clients in case of partial outages.\n  * Exception handling that outputs error messages in console for a better Debugging experience.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgsgou%2Fleadscore-xamarin-sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgsgou%2Fleadscore-xamarin-sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgsgou%2Fleadscore-xamarin-sample/lists"}