Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexandresanlim/xamarin-ui-carousel-essentials
It's a full app build with xamarin.essentials features
https://github.com/alexandresanlim/xamarin-ui-carousel-essentials
app essentials toolkit xamarin xamarin-forms
Last synced: about 2 months ago
JSON representation
It's a full app build with xamarin.essentials features
- Host: GitHub
- URL: https://github.com/alexandresanlim/xamarin-ui-carousel-essentials
- Owner: alexandresanlim
- Created: 2020-05-30T12:12:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-26T13:18:05.000Z (about 2 years ago)
- Last Synced: 2024-05-28T12:40:08.509Z (8 months ago)
- Topics: app, essentials, toolkit, xamarin, xamarin-forms
- Language: C#
- Homepage:
- Size: 4.83 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### It's a full app built only with [Xamarin Essentials](https://docs.microsoft.com/en-us/xamarin/essentials/) features.
Description from [Xamarin Essentials document](https://docs.microsoft.com/en-us/xamarin/essentials/):
Xamarin.Essentials provides several platform extension methods when having to work with platform types such as Rect, Size, and Point. This means that you can convert between the System version of these types for their iOS, Android, and UWP specific types.
| Android Screen | iOS Screen | Description from Xamarin Essentials document |
| ------------ | ------------- | --------------- |
| | | The Connectivity class lets you monitor for changes in the device's network conditions, check the current network access, and how it is currently connected.
| | | The DeviceInfo class provides information about the device the application is running on.
| | | The Flashlight class has the ability to turn on or off the device's camera flash to turn it into a flashlight.
| | | The Geolocation class provides APIs to retrieve the device's current geolocation coordinates.
| | | The Magnetometer class lets you monitor the device's magnetometer sensor which indicates the device's orientation relative to Earth's magnetic field.
| | | The Preferences class helps to store application preferences in a key/value store.
| | | The TextToSpeech class enables an application to utilize the built-in text-to-speech engines to speak back text from the device and also to query available languages that the engine can support.
| | | The UnitConverters class provides several unit converters to help developers when using Xamarin.Essentials.
| | | The Launcher class enables an application to open a URI by the system. This is often used when deep linking into another application's custom URI schemes.## More
Third-party packages used:
[Pancake View](https://github.com/sthewissen/Xamarin.Forms.PancakeView)