xamarin-android
Here are 849 public repositories matching this topic...
-
Updated
Jun 8, 2017 - 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
Jul 13, 2020 - C#
-
Updated
Mar 30, 2020 - Java
Just found out that logarithm with base of 10 doesn't have keyword in the Unary Functions, should we include it?
- The keyword of logarithm with base of 10 is not a thing while it usually refers to log(x), lg(x) or even Log(x)
- The logarithm with base 10 should be referred to lg(x) as ISO/IEC 80000 recommends.
- Exp:
// return 2.0
new Expression("lg(100)").calculate()
There's no install bat in the root of the directory.
There's no instructions in the readme.
There's a bunch of sln projects, but all for old vs versions, so not sure which one to use.
Gaaarh
-
Updated
Aug 30, 2018
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
-
Updated
May 19, 2020 - C#
-
Updated
Jul 10, 2020 - C#
-
Updated
Jul 14, 2020
-
Updated
Jun 14, 2020 - C#
-
Updated
Jul 9, 2020 - C#
If you are creating an issue for a BUG please fill out this information. If you are asking a question or requesting a feature you can delete the sections below.
Failure to fill out this information will result in this issue being closed. If you post a full stack trace in a bug it will be closed, please post it to http://gist.github.com and then post the link here.
Bug Information
He
-
Updated
Jul 15, 2020 - C#
-
Updated
Jul 24, 2019
-
Updated
Jul 10, 2020 - C#
-
Updated
Apr 25, 2020 - JavaScript
-
Updated
Jun 27, 2016 - C#
-
Updated
Jul 2, 2020 - C#
-
Updated
Dec 13, 2016 - C#
You indicate Native SFSafariViewController iOS/MacOS in documentation.
The line of code below doesn't work on Xamarin.mac
Then call the following line in your iOS AppDelegate FinishedLaunching method;
SimpleAuth.NativeSafariAuthenticator.Activate ();
app just hangs on Xamarin.mac when trying to authenticate I line above used.
please assist
-
Updated
Feb 24, 2018 - C#
-
Updated
Sep 10, 2019 - C#
-
Updated
Feb 23, 2018
-
Updated
Mar 14, 2020 - C#
Tested in WPF, the dates display in a TextBox
. Should show a DatePicker
and allow user to select a date rather than type it. Or a DatePickerTextbox
would also work
-
Updated
Nov 11, 2019 - C#
Improve this page
Add a description, image, and links to the xamarin-android topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the xamarin-android topic, visit your repo's landing page and select "manage topics."
Provide more information on where to put the Initilize() method for iOS and Android.
For iOS in AppDelegate: