├── .github └── ISSUE_TEMPLATE │ └── propose-to-add-app.md ├── CONTRIBUTING.md └── README.md /.github/ISSUE_TEMPLATE/propose-to-add-app.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Propose to add app 3 | about: Template of proposal to add new application to the list 4 | 5 | --- 6 | 7 | ### App name 8 | 9 | 10 | 11 | ### Description 12 | 13 | 14 | 15 | ### Sources 16 | 17 | 18 | 19 | ### Platforms 20 | 21 | 22 | 23 | ### Links to the published apps 24 | 25 | 26 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contribution Guidelines 2 | 3 | Please ensure your pull request adheres to the following guidelines: 4 | 5 | - Search previous suggestions before making a new one, as yours may be a duplicate. 6 | - Use the following format: `[App Name](Link to source code) - Description [platforms, links to store]` 7 | - New categories, or improvements to the existing categorization are welcome. 8 | - Keep descriptions short and simple, but descriptive. 9 | - End all descriptions with a full stop/period. 10 | - Check your spelling and grammar. 11 | - Make sure that your suggestion is positioned as the last item category. 12 | - Make sure your text editor is set to remove trailing whitespace. 13 | 14 | #### Projects are ineligible if: 15 | - Doesn't have commit for more than two years. 16 | - We cannot clearly understand the objective. 17 | - Without clear README 18 | 19 | Your contributions are always welcome! Thank you for your suggestions! :smiley: 20 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Open Source Xamarin Apps 2 | 3 | A collaborative list of open source Xamarin apps. 4 | 5 | > If you know something that is not here, it'll be great if you could make a [Pull Request](https://github.com/wcoder/open-source-xamarin-apps/compare). 6 | 7 | > All applications are sorted in various categories. 8 | 9 | Jump to 10 | 11 | - [Event](#event) 12 | - [Media](#media) 13 | - [Shopping](#shopping) 14 | - [Communication](#communication) 15 | - [Timer](#timer) 16 | - [Location](#location) 17 | - [Health](#health) 18 | - [Fitness](#fitness) 19 | - [Password](#password) 20 | - [Finance](#finance) 21 | - [Weather](#weather) 22 | - [Developer](#developer) 23 | - [Git](#git) 24 | - [Sample](#sample) 25 | - [Clones](#clones) 26 | - [Misc](#misc) 27 | 28 |   29 | 30 | - [Contributing](#contributing) 31 | - [License](#license) 32 | 33 | ## Event 34 | 35 | - [Conference Mobile App](https://github.com/xamarinhq/app-conference): Pre-build conference application [ Forms: UWP, iOS, Android, Backend] 36 | 37 | ## Media 38 | 39 | [back to top](#readme) Image, video, audio, reading: 40 | 41 | - [gMusic](https://github.com/Clancey/gMusic): To provide the best Music Player for Google Play Music on iOS [[iOS](https://itunes.apple.com/app/id708727021)] 42 | - [Kimono Designer](https://github.com/xamarin/KimonoDesigner): Editor SkiaSharp based graphic objects [ Forms: macOS, UWP, iOS, Android, tvOS, WPF] 43 | 44 | ## Shopping 45 | 46 | [back to top](#readme) 47 | 48 | - [My Shoppe](https://github.com/xamarinhq/app-myshoppe): Pre-built application & template enabling you to easily connect with your customers and manage your shops [ Forms: UWP, iOS, Android, Backend] 49 | - [Restaurant App](https://github.com/Jurabek/Restaurant-App): Restaurant App ( Forms: iOS, Android, WPF) 50 | 51 | ## Communication 52 | 53 | [back to top](#readme) 54 | 55 | - [CrossChat](https://github.com/EgorBo/CrossChat-Xamarin.Forms): Chat application [ Forms: iOS, Android, WP, Backend] 56 | 57 | ## Timer 58 | 59 | [back to top](#readme) 60 | 61 | - [Toggl Timer](https://github.com/toggl/mobileapp): Timesheet tracker [[iOS](https://itunes.apple.com/tr/app/toggl/id1291898086)] 62 | 63 | ## Location 64 | 65 | [back to top](#readme) 66 | 67 | - [GEO Alarm](https://github.com/foxanna/SimpleLocationAlarm): Alarm based your location [[Android](https://play.google.com/store/apps/details?id=simplelocationalarm.droid), WP] 68 | 69 | ## Health 70 | 71 | ### Fitness 72 | 73 | [back to top](#readme) 74 | 75 | - [My StepCounter](https://github.com/MikeCodesDotNET/My-StepCounter): Simple pedometer [[iOS](https://itunes.apple.com/app/id789817499), [Android](https://play.google.com/store/apps/details?id=com.refractored.mystepcounter)] 76 | 77 | ## Password 78 | 79 | [back to top](#readme) 80 | 81 | - [Bitwarden](https://github.com/bitwarden/mobile): An easy way for store, share, and sync sensitive data [ Forms: [iOS](https://itunes.apple.com/app/id1137397744), [Android](https://play.google.com/store/apps/details?id=com.x8bit.bitwarden)] 82 | 83 | ## Finance 84 | 85 | [back to top](#readme) 86 | 87 | - [Money Fox](https://github.com/MoneyFox/MoneyFox): A way to make budgeting easy [ Forms: [UWP](https://www.microsoft.com/store/apps/9nblggh6ck9d), [Android](https://play.google.com/store/apps/details?id=com.applysolutions.moneyfox)] 88 | 89 | ## Weather 90 | 91 | [back to top](#readme) 92 | 93 | - [XWeather](https://github.com/colbylwilliams/XWeather): Weather app [[iOS](https://itunes.apple.com/app/id1229497627), Android] 94 | 95 | ## Developer 96 | 97 | [back to top](#readme) 98 | 99 | ### Git 100 | 101 | [back to top](#readme) 102 | 103 | - [CodeBucket](https://github.com/thedillonb/CodeBucket): Browse & maintain Bitbucket repositories [[iOS](https://itunes.apple.com/app/id551531422)] 104 | - [CodeHub](https://github.com/CodeHubApp/CodeHub): Browse & maintain GitHub repositories [[iOS](https://itunes.apple.com/app/id707173885)] 105 | - [Repository Stumble](https://github.com/thedillonb/RepoStumble): Helps you find new and exciting open source code on GitHub [[iOS](https://itunes.apple.com/app/id761416981)] 106 | - [GitIt](https://github.com/prajjwaldimri/GithubXamarin): Cross-platform application for GitHub [[UWP](https://www.microsoft.com/store/apps/9nblggh40hv7?ocid=badge), [Android](https://play.google.com/store/apps/details?id=com.prajjwal.gitit)] 107 | 108 | ## Sample 109 | 110 | [back to top](#readme) 111 | 112 | - [Conference Vision](https://github.com/Microsoft/ConferenceVision): Prototype reference app showcasing: Xamarin.Forms 3.0, Computer Vision [ Forms: UWP, iOS, Android] 113 | - [Coffee Cups](https://github.com/jamesmontemagno/app-coffeecups): Azure Mobile Apps and Easy Tables [ Forms: UWP, iOS, Android] 114 | - [SignalR Chat](https://github.com/IncredibleWeb/Xamarin-Forms-Chat-Client): SignalR chat client [ Forms: iOS, Android] 115 | - [Geo Contacts](https://github.com/xamarinhq/app-geocontacts): Azure demo contact list feature Azure AD B2C, Functions, & CosmosDB. [ Forms: iOS, Android] 116 | - [Nethereum.UI.Wallet.Sample](https://github.com/Nethereum/Nethereum.UI.Wallet.Sample): Cross-platform wallet example using Nethereum, Xamarin.Forms and MvvmCross [ Forms: macOS, UWP, iOS, Android] 117 | - [My Trip Countdown](https://github.com/jsuarezruiz/MyTripCountdown): Trip Countdown is a sample to show how to create goodlooking UI with SkiaSharp. [ Forms: iOS, Android] 118 | - [Pulse Music](https://github.com/jsuarezruiz/PulseMusic): Pulse Music is a sample to show how to create goodlooking UI with SkiaSharp. [ Forms: iOS, Android] 119 | - [more samples...](https://github.com/xamarin/mobile-samples) 120 | 121 | ## Clones 122 | 123 | [back to top](#readme) 124 | 125 | - [Moments](https://github.com/pierceboggan/Moments): Snapchat [ Forms: iOS, Android] 126 | - [KickassUI.Spotify](https://github.com/sthewissen/KickassUI.Spotify): Spotify [ Forms: iOS, Android] 127 | - [Instagram](https://github.com/adamped/Instagram): Instagram [ Forms: UWP, iOS, Android] 128 | - [FacebookForms](https://github.com/XAM-Consulting/FacebookForms): Facebook [ Forms: UWP, iOS, Android] 129 | - [KickassUI.Runkeeper](https://github.com/sthewissen/KickassUI.Runkeeper): Runkeeper [ Forms: iOS, Android] 130 | - [KickassUI.Twitter](https://github.com/sthewissen/KickassUI.Twitter): Twitter [ Forms: iOS, Android] 131 | 132 | ## Misc 133 | 134 | [back to top](#readme) 135 | 136 | - [MALClient](https://github.com/Drutol/MALClient): Client application for MyAnimeList.net website [[UWP](https://www.microsoft.com/store/apps/9nblggh5f3bl?ocid=badge), [Android](https://play.google.com/store/apps/details?id=com.drutol.malclient)] 137 | - [Acquaint](https://github.com/xamarinhq/app-acquaint): The app is a list of contacts with details and map [ Forms, Native: UWP, iOS, Android] 138 | - [LiveDisplay](https://github.com/CarlosACepeda/LiveDisplay): Application to control notifications and music directly on the lockscreen. [Android] 139 | - [Workout Wotch](https://github.com/kentcb/WorkoutWotch): Exercise programs dictated to you. [iOS] 140 | 141 | ## Contributing 142 | 143 | We are happy to receive [Pull Requests](https://github.com/wcoder/open-source-xamarin-apps/compare) or the [proposal](https://github.com/wcoder/open-source-xamarin-apps/issues/new?template=propose-to-add-app.md) to adding a new link to the amazing material. 144 | 145 | - [How to Contribute](/CONTRIBUTING.md) 146 | 147 | ## Share 148 | > Like this project? Why not share to your friend :) 149 | > 150 | >          151 | 152 | ## License 153 | 154 | [![CC0](https://licensebuttons.net/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/) 155 | 156 | To the extent possible under law, Yauheni Pakala has waived all copyright and related or neighboring rights to this work. 157 | --------------------------------------------------------------------------------