Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/intbot/gitstarsapp
Xamarin Sample app to call GitHub repos real time, along with offline support
https://github.com/intbot/gitstarsapp
android android-app android-development android-studio c-sharp csharp ios ios-app netstandard pcl pcl-library portable portable-library xamarin xamarin-ios xamarin-studio
Last synced: 20 days ago
JSON representation
Xamarin Sample app to call GitHub repos real time, along with offline support
- Host: GitHub
- URL: https://github.com/intbot/gitstarsapp
- Owner: intbot
- Created: 2017-04-21T16:15:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T17:31:16.000Z (about 2 years ago)
- Last Synced: 2024-11-08T16:38:34.122Z (2 months ago)
- Topics: android, android-app, android-development, android-studio, c-sharp, csharp, ios, ios-app, netstandard, pcl, pcl-library, portable, portable-library, xamarin, xamarin-ios, xamarin-studio
- Language: C#
- Homepage:
- Size: 204 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitStars
Stars of GitHub. An offline capable app.
This is a sample iOS/Android app written in C# using Xamarin to list out top github repos based on number of stars received in last 7/30/365 days.
This app puts all the shared code into a PCL and uses json files to make the app available offline
## Uses
Though this is a simple app, it showcases sample usage of few available Cross-platform plugins. Listed below are few.PCLStorage plugin: https://github.com/dsplaisted/PCLStorage
Connectivity plugin: https://github.com/jamesmontemagno/ConnectivityPlugin
Share Plugin: https://github.com/jguertl/SharePlugin
FFImageLoading(Fast And Furious Image Loading) Plugin: https://github.com/luberda-molinet/FFImageLoadingFind a list of useful pluging here: https://github.com/xamarin/XamarinComponents