Questions tagged as 'xamarin'

1
answer

Solciitar ermiso permission of camera Xamarin Android

I'm trying to solve a problem, my App in xamarin needs the camera in a View. When the App is opened, it asks for the permissions (if the user grants the permissions, everything is fantastic), if the user rejects them, when entering the view, I p...
asked by 11.09.2018 / 15:56
1
answer

How to separate a list by columns

My MainPage.xaml <ContentPage.Padding> <OnPlatform x:TypeArguments="Thickness" iOS=" 0,0,0,0" Android="0,0,0,0" WinPhone="12,10,12,10"></OnPlatform> </ContentPage.Pa...
asked by 21.06.2018 / 04:48
1
answer

Xamarin POST Request headers

Hello friends I would like to send a POST from Xamarin , but I am getting this error when I try to send it and I would like to know if I am sending my headers correctly. When I try to send my app it stops and it throws me an error that says...
asked by 21.02.2018 / 01:44
1
answer

Xamarin Android - Get GPS date

I have a question to ask. I have an app that works as a work attendance clock, and when making the entry or exit, I get the GPS data, these are: Latitude Length Date and time. The detail I have is that if you change the time of the de...
asked by 13.04.2018 / 00:49
1
answer

Facebook: The parameter app_id is required

It turns out that I am developing an application using Xamarin for Android consumption and well, the problem is when I want to authenticate my app with Facebook, I followed this tutorial (I used the Xamarin.Auth package) link but I got the f...
asked by 12.06.2018 / 09:02
1
answer

Error in Xamarin Forms Timeout exceeded getting exception details

Could you help me with this exception error in xamarin, I can not find the error, I'm doing a MasterDetailPage, the other pages work invividually including the menu This is where the error marks me private void InitializeComponent()...
asked by 10.10.2017 / 19:39
1
answer

Error trying to install a package with Nuget in Visual Studio 2017

I have a project in Xamarin Forms and I want to consume service from an external page. I'm trying to install the package Microsoft.Net.Http to consume these services and I get the following error:    The package 'Microsoft.Bcl.Build 1....
asked by 06.08.2017 / 13:34
1
answer

How can I block horizontal orientation in xamarion IOS?

How can I block the horizontal orientation in xamarin IOS. Only that it can be seen vertically.     
asked by 24.12.2016 / 21:01
3
answers

convert Java to C #, xamarin android

Hello, someone could help me with this code, what happens is that I'm having problems passing it to c # @Override public void onBindViewHolder(ViewHolder viewHolder, int position) { final int pos = position; viewHolder.tvName.setTe...
asked by 31.08.2016 / 21:18
1
answer

Error installing Paypal SDK Xamarin

I'm trying to install the Paypal SDK (1.7.0) and I get the following error:    Could not install package 'PayPalCoreSDK 1.7.0'. You are trying to   install this package into a project that targets   'portable-net45 + win + MonoTouch10 + MonoA...
asked by 19.02.2016 / 00:02