Questions tagged as 'cross-platform'

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
2
answers

Send sms from a mobile device via HTML5 / javascript

I am creating a mobile WEB application that will be downloaded in one of the store's, with an integrated mini WEB server that works on any operating system (iOS, android, windows8, etc). In order for the application to be as independent as po...
asked by 09.04.2014 / 19:28
2
answers

How to create a multi-platform application?

Let's go there and create a legal application, a Console Application system written in Visual Basic .NET in the .NET Framework, then you want to port this application to other platforms , but without creating a dependency on each platform, yo...
asked by 13.05.2016 / 22:35
2
answers
2
answers

Xamarin Error - aapt.exe / resources

I installed VisualStudio 2015 Community, with Xamarin, up to its beauty. But I have problems, not only I, I saw in several places, that a lot of people are with the same errors. Unfortunately I could not find the solution yet, I hope someone...
asked by 26.04.2016 / 13:10
2
answers

How 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 I have however read in different places that $(dirname "$0") is not supported by Mac OS X systems and BSD-based...
asked by 01.08.2016 / 17:51
1
answer

Xamarin - SQLite Join

I'm creating an app on xamarin, which generates a sales order, and stores it on my phone. I'm using SQLite to store the data, but I'm having trouble joining between my Order Items table and the Products table. I have both models below: [...
asked by 16.06.2016 / 16:34
2
answers

How does C # run on other platforms?

As a complement to this question , run C # in a where the .NET Framework is native, it is standard to run the application executable. As far as I know, C # depends on the .NET Framework to be compiled and run , and thus have all code functio...
asked by 17.07.2018 / 19:36
2
answers

How to open the MainPage.axml from a Xamarin Project in Designer mode?

So recently I downloaded Visual Studio 2017 and came across the Multiplatform Application (Xamarim.Forms or Native), when I create it it is generated 4 projects. The App1; App1.Droid; App1.IOS; App1.UWP (Universal Windows Plataform) . I...
asked by 23.05.2017 / 05:39
3
answers

Is it possible to develop mobile cross-platform using Java?

I'm migrating the development of my Java applications to build native apps for Android. I would like to expand my applications to other platforms, such as iOS and Windows Phone. Is it possible to do this with Java ?     
asked by 13.01.2016 / 18:07