xamarin-forms
Here are 2,192 public repositories matching this topic...
Sorry for writing that here but in the Xamarin.Forms Wiki page -> Feature Roadmap the web link to the contributing guide is broken. It returns 404.
See:
Have a proposal?
Check out our guide on submitting proposals.
I would be interested to read this guide.
F
Summary
Xamarin.Forms 4.2 added the method 'InvokeOnMainThreadAsync' to it's static Xamarin.Forms.Device class. It's nothing more than a TaskCompletionSource trick in order to make BeginInvokeOnMainThread awaitable. Now, it would be wonderful to have InvokeOnMainThreadAsync either as part of IDeviceService or maybe even better as extension method of IDeviceService (as it does not really add a
Can you generate API docs for MvvmCross code?
Like for example:
- Andorid API
- AutoFac API
- and many others (all libs from Microsoft, Google ...)
Why?
- API dosc boost developers productivity - You easy look through the code (without decompiling it).
- API docs
I had a look through the docs and they still reference Windows Phone and Silverlight. The Basic Configuration page shows examples of Silverlight running in IE11.
Is there any plan to update the docs? I'm not sure how suitable it is for a new WPF application based on the docs alone.
Other iOS apps change their theme on the fly when the user changes the system wide theme but Bitwarden requires a full restart.
When the default theme is selected, the color palette should change from light to dark on the fly without requiring any other action from the user.
This page from Apple’s develo
🏗 Enhancement Proposal
Provide more information on where to put the Initilize() method for iOS and Android.
For iOS in AppDelegate:
public override bool FinishedLaunching(UIApplication app, NSDictionary options)
{
Xamarin.Forms.Forms.Init();
var config = new FFImageLoading.Config.Configuration()
{
VerboseLogging = false,
VerbosePerformanceLogging = fa
-
Updated
Jun 21, 2020
-
Updated
Jun 15, 2020 - C#
We're looking into creation of WPF (.NET Core) projects in Windows Template Studio. MVVMLight is one of the frameworks our users requested and we'd love to get your feedback on the apps we generate.
We've generated sample apps at https://github.com/mvegaca/WTS.WPF.MVVMLight.GeneratedApps
You can also generate your own apps using our dev-
-
Updated
Jun 21, 2020 - C#
Describe the bug
Not a CSLA bug, a doc bug :)
Version and Platform
Irrelevant
Code that Fails
Not code per-se....I just realized that this doc page was never finished: https://github.com/MarimerLLC/csla/blob/master/docs/Analyzers.md. Need to finish that.
Stack Trace or Exception Detail
No stack trace.
Additional context
None
-
Updated
May 15, 2020 - C#
-
Updated
Jun 5, 2020 - C#
-
Updated
Mar 30, 2020 - Java
-
Updated
Jun 9, 2020 - C#
-
Updated
Jun 19, 2020 - C#
FEATURE REQUEST / SUGGESTION
SUMMARY
Please implement new options for polylines like line pattern and line symbols:
https://developers.google.com/maps/documentation/javascript/examples/overlay-symbol-arrow
DETAILS
Please implement new options for polylines like line pattern and line symbols:
https://developers.google.com/maps/documentation/javascript/examples/overlay-s
-
Updated
Jun 5, 2020 - C#
-
Updated
Aug 30, 2018
-
Updated
Jun 21, 2020 - C#
I just fixed a problem that would manifest differently on every platform on which I tried it. Upon a quick browse of open issues, I think this covers at least #218 and #196.
Basically, it turned out that it's necessary to call ICharacteristic.StopUpdatesAsync() for every ICharacteristic.StartUpdatesAsync() before calling IAdapter.DisconnectDeviceAsync(). I suggest making the de-registering of t
Here few useful aliases and mixins:
alias SolidColorBrush(key, color)
{
SolidColorBrush Key=$key
{
Color: $color
}
}
alias Thickness(key, left, top, right, bottom)
{
Thickness Key=$key
{
Left: $left
Top: $top
Right: $right
Bottom: $bottom
}
}
mixin Size(width=none, height=none) for FrameworkElement
{
Width: $width
Height: $height
-
Updated
Jun 22, 2020 - C#
Improve this page
Add a description, image, and links to the xamarin-forms topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the xamarin-forms topic, visit your repo's landing page and select "manage topics."
Describe the bug
Recently C