Questions tagged as 'cross-platform'

1
answer

Navigation between Pages

I am making a sales order app with Xamarin , but I have a problem, call a search page, and return the selected value to the page I was on. I'll explain better below. Screen 1: Order registration screen, in this screen, the operator enter...
asked by 15.06.2016 / 13:35
1
answer

How to use RadioButtons on Xamarin Cross Platform?

I am a beginner in the universe Xamarin . How to insert RadioButton to "Male" and "Female" in Cross Platform in xaml?     
asked by 17.10.2016 / 19:57
0
answers

What's the difference between Phonegap and Ionic?

I was reviewing some cross-platform frameworks and discovered Ionic, which uses Html, Javascript and CSS for hybrid application development. So what's the difference between Ionic and Phonegap? Why use one and not the other? Which project is...
asked by 16.05.2018 / 02:38
0
answers

Is there any cross-platform way to use keyboard arrows in c ++?

On windows you have the conio.h library. if I am not mistaken it is possible to use the keyboard arrows on Linux using ncurses.h, but I wanted a more multiplatform solution where the same code would be compiled on several different operating sys...
asked by 03.05.2018 / 20:19
2
answers

Is there a way to create cross platform programs in C ++?

I'm programming C and I'm learning Java now, but I really enjoyed learning C ++ and I wanted to know if it's possible to create cross platform programs, that is, to run on any OS without having to compile the code in each OS.     
asked by 08.06.2016 / 21:39
0
answers

Angular and server

I must have done something wrong, because it gave the error again. I created this class: package br.com.netsoft.configuracao.auth; import java.io.IOException; import javax.servlet.FilterChain; import javax.servlet.ServletException; import...
asked by 02.04.2018 / 15:53
1
answer

Javascript JSON.parse (jsonEmText) works on Linux but not on Windows. How to solve?

Hello everyone. I have an HTML page that uses AngularJS to display a JSON that is passed using encodeURI() . On Linux I can pass this JSON with no problems, but when the same page function is done in Windows, it gives format...
asked by 06.10.2016 / 15:51
0
answers

Cross-Platform Visual Studio 2012 C # | Android

Is there any solution outside Xamarin to develop in C # Android applications? Accessing features like GPS can we trust and develop commercial applications?     
asked by 27.05.2015 / 14:39
1
answer

Xamarin Forms - GPS route trace

Expensive, good night! Does anyone have an example of how to use GPS on Xamarin? I'm developing a project (PCL), which would trace the route between two points, but I'm still having some doubts. Can I trace the route with just the address?...
asked by 14.06.2016 / 03:15
1
answer

Where can I use GUI with .NET Core?

I've seen some questions about GUI like one in C and the like, and I was curious about the use of a GUI with .NET Core on various platforms. I know it accepts UWP in Windows but not WPF or Windows Forms. And on the other desktop and mobile pla...
asked by 04.08.2017 / 15:06