Questions tagged as 'xamarin'

2
answers

What are the advantages and disadvantages of developing or not with Android Studio?

Using technologies like Xamarin, it is possible, with some changes, to develop the same multi-platform application having a great reuse of code. Already, with Android Studio, it is possible to develop applications exclusively for Android, which...
asked by 27.09.2017 / 16:53
1
answer

My ListView does not display content

I do not see the Label text that is in ListView , I already use StackLayout and nothing, what could it be?     
asked by 10.10.2018 / 16:28
1
answer

How to format a Label using StringFormat in Xamarin Forms

I'm creating a solution where I should display an integer in a <Label /> . To do this I'm using the code below: public partial class Home : ContentPage { public Home() { InitializeComponent(); BindingContext =...
asked by 09.10.2018 / 16:42
1
answer

error resolvelivraryimports no xamarin visual studio 2015

I'm new to the stack, I was developing minhz good application and almost out of nowhere, I get an error while deploying in my .droid project on xamarin. the error is described as resolvelibraryimports, I have already removed, uninstalled and ins...
asked by 14.07.2017 / 06:35
1
answer

What is Xamarin? [duplicate]

It looks like Xamarin is very new. They say you can develop android or IOS or Windows Phone by C #. Is that right? For those who are starting now, is it worth it or not?     
asked by 12.10.2017 / 14:47
1
answer

Is it possible to create a popup and inside it a textbox to type something?

There is the possibility of creating a popup and putting something to be typed and two buttons, Cancel and OK? Is there such a possibility?     
asked by 25.10.2017 / 09:43
2
answers

Installing Xamarin on Windows 7

I would like to install the Xamarin tool for mobile development. My operating system is Windows 7. Can I install this tool in Windows 7 or only in the 10 or higher versions of Windows?     
asked by 31.01.2017 / 20:40
1
answer

deserialize JSOn object

I am not able to underealise this object, public class itensjsonPai { public string resource { get; set; } public List<transaction> transaction { get; set; } } public class itensjsonfilho { public string id { get; set; }...
asked by 20.07.2018 / 16:43