Questions tagged as 'xamarin'

0
answers

event click carouselview xamarin

I have 5 images and need to activate carouselview to open a page at the moment the user clicks, but it is not working I tried to do this MAinCarousel.ItemSelected += (sender, args) => { this.Navigation.PushAsync(new M...
asked by 07.06.2017 / 22:48
2
answers

MacAgent Xamarin

I have Visual Studio 2017 installed on Windows. And on my Mac Xcode. To compile projects in VS 2017 via Windows, I can connect to a Mac, Via MacAgent. My question is, on my Mac do I just need Xcode installed or Visual Studio For Mac Xamari...
asked by 29.05.2017 / 03:34
1
answer

Xamarin.Forms - Shared Project x PCL

When I design a project in Xamarin.Forms, it allows you to choose between: Shared Project and PCL. What's the difference between the two? What are the advantages and disadvantages?     
asked by 30.05.2017 / 09:34
1
answer

Xamarin Portable

Is it possible in Xamarin, to have a project Xamarin.Android and Xamarion.IOS and have a class class that accesses SQLite and reuses it in these two projects? How can we call this? Does anyone have an example?     
asked by 18.05.2017 / 23:32
1
answer

Do I need to add Microsoft.net.http? monoAndroid?

I'm trying to make my app pass data through a web api. I try to put the Microsoft.net.http package through nugetPackage but it returns in error. If it is necessary how do I solve this? The     
asked by 16.05.2017 / 21:15
2
answers

Page orientation in xamarin

I'm starting to program using xamarin forms, I created a registration screen, but when I change the orientation of the screen to horizontal it does not activate the scroll and the buttons are hidden. Home Follow the code on the screen: <Sta...
asked by 26.05.2017 / 15:05
1
answer

Refresh in a View from a ViewModel

Team, I have a question. I'm developing a details screen for an order, where there is a button used to take up this request. To get clearer, this behavior details screen of different shapes for different statuses: using CoreGraphics; using...
asked by 27.04.2017 / 21:47
2
answers

IOS emulator to test my project

I'm starting a project in iOS in Visual Studio developing under Xamarin where I need an emulator for me to run. Is there an emulator that Visual Studio recognizes? I have an iPad in my hands, can I run my APP on iPhone 5 or 6 with it? Wha...
asked by 26.04.2017 / 15:09
0
answers

How to internationalize a Xamarin Forms (Shared Project) application?

How do I create resources in a Xamarin Forms application using the Shared Project methodology? I've researched several examples and they all explain and have demos for Portable versions. I tried all the ways I saw ahead but I can not use RESX...
asked by 06.05.2017 / 02:04
0
answers

How to synchronize data between different users?

I'm new to programming and am trying to create an application. I'm trying to figure out how I can sync the data between a group of users. For example, I want an application where a user can add another to a "group" and then they can manage the s...
asked by 20.03.2017 / 22:19