Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LeslieCorrea/Xamarin-Forms-Custom-Activity-Indicator
Xamarin Forms Custom Activity Indicator using GIF image.
https://github.com/LeslieCorrea/Xamarin-Forms-Custom-Activity-Indicator
csharp gif-animation loader webview xamarin-forms xaml
Last synced: 3 months ago
JSON representation
Xamarin Forms Custom Activity Indicator using GIF image.
- Host: GitHub
- URL: https://github.com/LeslieCorrea/Xamarin-Forms-Custom-Activity-Indicator
- Owner: LeslieCorrea
- License: mit
- Created: 2018-02-11T17:20:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-03T17:10:35.000Z (over 5 years ago)
- Last Synced: 2024-08-03T23:25:51.098Z (6 months ago)
- Topics: csharp, gif-animation, loader, webview, xamarin-forms, xaml
- Language: C#
- Size: 1.06 MB
- Stars: 13
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-xamarin-forms - Xamarin-Forms-Custom-Activity-Indicator ★13
README
# Xamarin-Forms-Custom-Activity-Indicator
Xamarin Forms Custom Activity Indicator using GIF image.## Description
This can be used to show custom activity indicator by using GIF images, since in Xamarin forms it is not possible to show GIF images directly web-view is used. For android image must be placed inside assets folder and Build Action must be set to AndroidAsset. For iOS image must be placed inside resources and Build Action must be BundleResource. AbsoluteLayout is used for placing the image to center, IsBusy property is used for controlling the visibility of the activity indicator. [Dependency service](https://developer.xamarin.com/guides/xamarin-forms/application-fundamentals/dependency-service/introduction/) is used for getting the image path. [MVVM Helpers](https://github.com/jamesmontemagno/mvvm-helpers) is used basic properties. The Activity Indicator code is written in common folder so that it can be reused at many places. CommonFunctions is used for generic methods.### Prerequisites
[Visual Studio 2017](https://visualstudio.microsoft.com/) or [Visual Studio for Mac](https://visualstudio.microsoft.com/) with Xamarin.### Development
Clone this repository and open [XamarinCustomLoader.sln](https://github.com/LeslieCorrea/Xamarin-Forms-Custom-Activity-Indicator/blob/master/XamarinCustomLoader.sln) with Visual Studio or Visual Studio for Mac.### Built With
* [Visual Studio Professional 2017](https://visualstudio.microsoft.com/vs/professional/) with Xamarin - IDE used## Screenshots
## Authors
* **Leslie Correa** - *Contributor* - [LeslieCorrea](https://github.com/LeslieCorrea)
## License
This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/LeslieCorrea/Xamarin-Forms-Custom-Activity-Indicator/blob/master/LICENSE) file for details.