The Wayback Machine - https://web.archive.org/web/20200715005219/https://github.com/topics/xamarin-android
Skip to content
#

xamarin-android

Here are 849 public repositories matching this topic...

yonkahlon
yonkahlon commented Nov 20, 2019

🏗 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
Phanquan
Phanquan commented Feb 3, 2020

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()
sarkreth
sarkreth commented Jul 6, 2017

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

HslControls控件库的使用demo,HslControls是一个工业物联网的控件库,基于C#开发,配套HslCommunication组件可以实现工业上位机软件的快速开发,支持常用的工业图形化控件,快速的集成界面开发。 主要包含了按钮,开关,进度条,信号灯,数码管,时钟,曲线显示控件,仪表盘控件,管道控件,瓶子控件,饼图控件,传送带控件,温度计控件,鼓风机控件,阀门控件,电池控件等等。
  • Updated May 19, 2020
  • C#
davefxy
davefxy commented May 7, 2018

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

This project born from the need from people to have a way of communication between municipalities and communities. Some municipalities, have their platforms, but they are complex to validate the veracity of complaints. Denounced, it was born with the purpose of offering a free platform to these municipalities. Denounced consists of three main modules developed with Microsoft technologies, using the .Net Framework and Xamarin for its development: 1. Back End Web Project: Module of administration of the complaints, by the employees of the town councils. In this tool, the employees of the city council receive, validate, report and close the complaints, after being served. 2. Web Portal Client: It consists of a web project, so that the community make their complaints, in the same, the users of the service create a profile, must specify when making their complaint, evidence to support this. Through the portal, they can see the complaints of other community members, follow it, give their opinion or provide possible solutions or more evidence. 3. Mobile Project: It has the same functionalities as the web portal, with the addition, that the automatic location can be sent, from the cell phone.
  • Updated Apr 25, 2020
  • JavaScript
mdonogma
mdonogma commented Feb 18, 2019

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

Improve this page

Add a description, image, and links to the xamarin-android topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more

You can’t perform that action at this time.