Questions tagged as 'xamarin'

2
answers

Cryptography SHA512 - XAMARIN

Good afternoon, I'm trying to encrypt a string with SHA512, in project [PCL], I'm not getting it, can anyone show an example of how to do it? The idea was to do something like: public string Encripty(DateTime dataAtual, string stringQueQuer...
asked by 03.03.2017 / 18:29
1
answer

Passing and Catching the CommandParameter of a Xamarin Forms Button

How to pass a value that is in a Binding by the CommandParameter of a button that is within a ListView to ViewModel ? The button is accessing Command right, but I do not know if this is how CommandParamete...
asked by 27.12.2016 / 19:15
1
answer

How to Load TableView Dynamically

Hello, I'm having trouble creating a menu dynamically by loading directly from a list. In my project this is as follows <?xml version="1.0" encoding="utf-8" ?> <ContentPage xmlns="http://xamarin.com/schemas/2014/forms" xm...
asked by 17.10.2016 / 18:00
1
answer

How to debug ASP.NET applications or Webservices in IIS

I need to debug my application that consumes a Webservice and would like to be able to debug Webservice in a Visual Studio window and the application in another, but I can not make local connection of the Android emulator to the local machine....
asked by 23.04.2015 / 13:36
1
answer

Create Phone Mask for EditText

I'm trying to create a masquerade for my phone field, I saw some forums and tried the code below, but it's putting another pattern ... I need to put it in the default br. EditText inputField = (EditText) FindViewById(Resource.Id.editMensagemTe...
asked by 24.05.2015 / 22:03
1
answer

XAMARIN - List View with Binding without Information

I'm doing a project with Xamarin.Forms and I'm having a problem. The project is referring to the bus route of my city, however when doing the code and playing to the screen, even though it has BINDING it does not even go to the screen, thus leav...
asked by 03.10.2018 / 04:39
1
answer

Upper Bar Adjust Burger Menu

I made an app with a Login screen to a MainView which is a MasterDetail and a Detail. It is working properly but the upper screen is bigger than normal, according to image; How do I set it to be the correct size? HomeHereistheXAMLcodeforMai...
asked by 07.11.2017 / 01:45
1
answer

Doubt about which Inheritance to use in the Entity Framework

I just had the opportunity to use EF basically 1x. So, I have a lot of doubts, even though I'm consulting quite a bit with google. I have a client application that will pick up various Facebook data from the logged in user ... Playing in Json...
asked by 08.11.2017 / 01:11
1
answer

Enable navigationbar or create a panel on top of tabpage xamarin.form

I have this page (TabbedPage) that creates two tabs: <?xml version="1.0" encoding="utf-8" ?> <TabbedPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmln...
asked by 07.02.2018 / 20:08
1
answer

Title in MasterDetail - Xamarin Forms

I need to have the title "Main Screen" in a MasterDetail that I have, is it possible? <?xml version="1.0" encoding="utf-8" ?> <MasterDetailPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.micros...
asked by 27.04.2018 / 14:48