Questions tagged as 'cross-platform'

1
answer

How to compile C / C ++ for Linux / Mac OS on a Windows?

The title says it all. I have code that can be compiled on the two (three?) Platforms and I wish to do it straight from Windows just using GCC (MinGW, in that case). Is this possible in relation to cross-compiling ? How would you do it in my ca...
asked by 01.02.2015 / 18:53
1
answer

What are the differences of ".NET"?

I took a look at this response , but did not answer my question. As far as I know, there is the .NET Framework, .NET Core, ASP.NET, .NET Standart, and Mono but I do not know the difference between them and I do not know which one to use for p...
asked by 10.02.2018 / 02:20
1
answer

Is it possible to make commercial applications with the Visual C ++ Cross Platform?

Visual Studio 2015 brought with it the Visual C ++ Cross Platform, which by what seems to me works in a similar way to Xamarin. Is it possible to make commercial applications with the Visual C ++ Cross Platform?     
asked by 09.10.2015 / 03:56
2
answers

Auto Refresh in Xamarin.forms application from time to time

I'm developing an application that on the main screen will have a few buttons, and these buttons access a URL sending commands on and off all through HttpClient and persisting all this information. I have the following scenario: I have 3...
asked by 29.03.2017 / 22:55
2
answers

Navigation with Xamarin Forms default MVVM

I recently started studying Xamarin Forms. I have a question that can be clarified here: how to navigate between pages using MVVM? Should your navigation be on vm or view ? Example <?xml version="1.0" encoding="utf-8" ?> <Cont...
asked by 21.02.2017 / 10:17
1
answer

Xamarin - DependencyService NULL

Dear, good morning! I started to see a tutorial to develop a simple app in Xamarin with SQLite, but I'm having a problem with an object that calls DependencyService, it is always null, and I can not find the solution. The following is the...
asked by 02.05.2016 / 16:44
1
answer

Event Checked for button on Cross Platform Xamarin [closed]

Is it possible to create a button with the event Checked in Xamarin ? If so, how?     
asked by 19.10.2016 / 17:29
2
answers

How to create a login screen using Xamarin?

What is the best way to create a login screen using Xamarin Studio ? I would like to do a Cross-Platform project, but I wanted to see some examples of Login with c# and preferably using Xamarin .     
asked by 01.06.2015 / 15:16
1
answer

What is and what is the service fabric

From my point of view, Microsoft has done a great job of running several platforms lately. It all started when they released the .Net platform code. It seems like once again they are investing in various platforms, this time in the cloud! The...
asked by 22.10.2016 / 10:49
1
answer

App does not go through login

I'm trying to validate login , but it's passing right by and entering home , I do not know what might be happening: import { Component } from '@angular/core'; import {LoginPage} from '../login/login'; import { NavController } from 'ionic-angu...
asked by 24.03.2017 / 03:47