Most voted "cross-platform" questions
Cross-Platform is a term used to designate programs or systems that can be run on more than one platform.
Learn more…44 questions
Sort by count of
-
15
votes2
answers458
viewsIs there a way to create cross Platform programs in C++?
I know how to program in C and I am now learning Java, but I would love to learn C++ and I wanted to know if it is possible to create programs cross Platform, that is, that they run in any OS…
-
12
votes2
answers1272
viewsWhat does it take for a system to support a locale?
I’m developing a system that will require a locale specific for it to work properly. That is, it is not only a matter of user interface, the system as a whole can become unusable if the locale…
-
8
votes2
answers4852
viewsSend sms from a mobile device via HTML5/javascript
I am creating a WEB application for mobile device that will be downloaded in one of the stores, with a mini WEB server integrated and that works on any operating system(iOS, android, Windows8, etc).…
-
8
votes1
answer521
viewsWhat are the differences in ". NET"?
I took a look at this reply, but did not answer my question. As far as I know, there is .NET Framework, . NET Core, ASP.NET, . NET Standart and Mono but I don’t know the difference between them and…
.net terminology .net-core cross-platform portabilityasked 6 years, 9 months ago CypherPotato 9,292 -
7
votes2
answers235
viewsHow to create a cross-platform app?
Come on and create a cool app, a system based on Console Application, written in Visual Basic.NET, in . NET Framework, ai you want port this application to other platforms, but without creating a…
-
7
votes1
answer116
viewsAre the new self-contained . NET executables really native?
In that question here, was discussed about whether there is a need to install . NET 5 (or .NET Core 3) on the machine to run compiled executables, and the answer is: No, the . NET 5 is not…
-
6
votes2
answers1292
viewsXamarin Error - aapt.exe/Resources
I installed Visualstudio 2015 Community, with Xamarin, until then beauty. But I’m in trouble, actually not only myself, I’ve seen in many places, that quite a lot of people are making the same…
-
6
votes2
answers790
viewsLinux-based c++ Qt program to run on Windows
People wanted to know if there is any way and if there is what, to basically create an executable ,of a GUI program made in Qt, for Windows being that I am using Linux.
-
6
votes3
answers519
viewsHow does C# run on other platforms?
As a complement to this question, run C# on a system where . NET Framework is native, it is default to run the application executable. As far as I know, C# depends on the . NET Framework to be…
-
5
votes1
answer363
viewsHow 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 want to do it straight from Windows only using GCC (Mingw in this case). Would that be possible in…
-
5
votes1
answer610
viewsXamarin - Sqlite Join
I’m creating an app on Xamarin, which generates a sales order, and stores on mobile. I’m using Sqlite to store the data, but I’m having trouble making a Join between my Order Items table, and the…
-
5
votes2
answers3166
viewsHow to get the current path of a . sh script?
On Linux-based systems whenever I need to use the following command: #!/bin/bash BASEDIR=$(dirname "$0") echo $BASEDIR But I read in different places that $(dirname "$0") not supported by Mac OS X…
-
4
votes1
answer179
viewsIs it already possible to make commercial applications with Visual C++ Cross Platform?
Visual Studio 2015 brought with it Visual C++ Cross Platform, which I think works similarly to Xamarin. You can now make business apps with Visual C++ Cross Platform?
-
4
votes3
answers1999
viewsIs it possible to develop mobile multiplatform using Java?
I am migrating the development of my applications to Java to build native applications for Android. I’d like to expand my apps to other platforms, like iOS and Windows Phone. You can do this with…
-
4
votes2
answers588
viewsHow to open the Mainpage.axml of a Xamarin Project in Designer mode?
So, I recently downloaded Visual Studio 2017 and came across the Cross-platform Application (Xamarim.Forms or Native), when I create it 4 projects are generated. The App1; App1.Droid; App1.IOS;…
-
4
votes2
answers419
viewsGlobal variables Xamarin
Is it possible for me to create modules to add global variables in Xamarin? how I could create variables that can be accessed from anywhere?
-
3
votes1
answer780
viewsWhere can I use GUI with . NET Core?
I’ve seen some questions about GUI as one in C and others similar, and I was curious about using a GUI with . NET Core on the various platforms. I know you accept UWP on Windows, but not WPF or…
-
3
votes2
answers582
viewsNavigation with Xamarin Forms standard MVVM
I recently started studying Xamarin Forms. I have a question that can be clarified here: how to navigate between pages using MVVM? Navigation should be on vm or in the view? Example <?xml…
-
3
votes2
answers498
viewsAuto Refresh in Xamarin application.
I am developing an application that in the main screen will have some buttons, and these buttons access a URL sending commands on and off all this through Httpclient and persisting all this…
-
2
votes1
answer236
viewsXamarin - Dependencyservice NULL
Dear friends, good morning! I started seeing a tutorial to develop a simple app in Xamarin with Sqlite, but I have a problem, with an object that calls Dependencyservice, they always come null, and…
-
2
votes1
answer88
viewsEvent Checked for Cross Platform Xamarin
You can create a button with the event Checked in Xamarin ? If yes, how to do ?
-
2
votes3
answers141
viewsProgram Interface only once
I would like to program the interface of my software only once and through some tool generate the screens for Android, IOS and Web Browser. Some technology today would allow me? I know that Xamarim,…
-
2
votes1
answer64
viewsWhen can I use . NET Framework 4.x and . NET Core on Windows, Linux and Macos?
Application using NET Framework 4.x can be run on Windows, Linux and macos? And application using . NET Core can run on Windows, Linux and macos?
-
2
votes1
answer339
viewsMy application does not give error, but nothing appears on the screen (Xamarin)
Developing and learning Xamarin. I took an example of Macoratti and decided to implement, because it comes to consumption of REST with Xamarin. I did everything as it is on the author’s site and…
-
1
votes0
answers35
viewsCross-Platform Visual Studio 2012 C# | Android
Is there any solution outside Xamarin to develop in C# Android applications? Accessing features like GPS that we can trust and develop business applications?
-
1
votes2
answers4443
viewsHow to create a login screen using Xamarin?
What is the best way to create a login screen using Xamarin Studio? I’d like to do a project Cross-Platform, but wanted to see some examples of Login with c# and preferably using the Xamarin.…
-
1
votes1
answer779
viewsXamarin Forms - Plot GPS route
Good evening! Does anyone have an example of how to use GPS in Xamarin? I’m developing a project (PCL), which would plot the route between two points, but I’m still having some doubts. I can trace…
-
1
votes1
answer283
viewsHow to use Radiobuttons in Xamarin Cross Platform?
I’m a beginner in the universe Xamarin. How to insert RadioButton for "Male" and "Female" in Cross Platform in the shampoo?
-
1
votes1
answer1476
viewsWhat is and what the Fabric service is for
In my view Microsoft has done an excellent job to support several platforms lately. It all started when they released the platform code. Net. It seems that once again they are investing in various…
-
1
votes1
answer960
viewsBrowsing between Pages
I’m making a sales order app with Xamarin, but I am with a problem, in flame ruma page search, and return the selected value to the page I was. I will explain further below. Screen 1: Order…
-
1
votes0
answers32
viewsIs there any (viable) way to develop Windows software on Linux? Any application for this?
I’m trying to create a cross-Plataform application (for academic reasons), which at least works on Windows and Linux. For development I can only use standard libraries of c/c++ and the native API of…
-
1
votes0
answers36
viewsIs there any cross-platform way to use keyboard arrows in c++?
In windows has the library conio.h. if I am not mistaken it is possible to use the arrow keys on the keyboard on Linux using ncurses. h, but I wanted a more cross-platform solution where the same…
-
1
votes1
answer147
viewsJavascript JSON.parse(jsonEmText) works on Linux but not on Windows. How to resolve?
Hello, everyone. I have an HTML page that uses Angularjs to display a JSON that is passed by using the encodeURI(). On Linux I can pass this JSON without problems, but when the same page function is…
-
1
votes0
answers50
viewsWhat’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…
-
1
votes1
answer25
viewsApp does not go through login
I’m trying to validate the login, but is passing straight through and entering the home, I don’t know what could be going on: import { Component } from '@angular/core'; import {LoginPage} from…
-
1
votes0
answers61
viewsAngular and server
I must have done something wrong. I created this class: package br.com.netsoft.configuracao.auth; import java.io.IOException; import javax.servlet.FilterChain; import javax.servlet.ServletException;…
-
1
votes3
answers47
viewssame origin policy how to circumvent
I own a site on a certain domain and within that site an Iframe with different port domain and host, but within this Iframe I want to realize a…
-
0
votes1
answer119
viewsTranslation of the word Portable referring to a programming language
In Computing, in English, the adjective is used portable to qualify a programming language that can be easily used on different platforms, allowing the same program to run on these platforms without…
-
0
votes2
answers1230
viewsBack button on Xamarin Cross Platform
How to make a function for when to click "Back" on Android in Xamarin, the app goes back to the previous screen ?
-
0
votes1
answer35
viewsXamarin cross Platform project starts with errors
Cross Platform project in Visual Studio already opens with 31 errors, maybe it’s just IDE settings. If anyone has ever encountered this problem, follow an example of the errors that arise.…
-
0
votes0
answers31
viewsJava virtual machine error in Xamarin project
I have an Android project that runs normally. However I created a Cross Platform and is giving this error: Error Could not create the Java Virtual Machine. Authorizer.Android C: Mobile Authorizer…
-
0
votes0
answers115
viewsProblems with layout in previous versions of android Xamarin Cross Platform
I am compiling the application in the marshmallow version 6.0 and open everything right. But, when compiling in some previous versions (for example in version 5.0.2 Lollipop and 4.4.2 Kitkat), the…
-
0
votes1
answer73
viewsSee External Restapi in Xamarinforms
I am having difficulty to perform a query in an external Tinyerp Restapi to consult and include requests via an app created in my company, some difficulty is to use json because I am new to xamrin…
-
0
votes1
answer43
viewsWhy does Navbar persist even after the page change?
I made a Flutter screen using Cupertino, which by clicking on the "drive" field would open a "Drive" screen to choose the drive, but the Navigationbar that was used on one screen is being passed to…