Top "Platform" questions

The platform tag is to be used for hardware or software related issues relating to a platform

How good is FreeBSD as a development platform?

I know that lots of web hosting providers are offering FreeBSD, but how good is FreeBSD as a development platform? …

java operating-system freebsd platform
Detect underlying platform/flavour in Cmake

Does anybody know any cmake variable or hook or something which can give me underlying platform name/flavour name on …

linux cmake platform
Detect EOL type using PHP

Reference: This is a self-answered question. It was meant to share the knowledge, Q&A style. How do I …

php newline platform
What is the difference between a platform and a framework?

There are a couple of topics on Stack Overflow and posts on the web addressing this question: what is the …

frameworks platform
Can I use Java for building cross-platform mobile apps?

I have read an article about Xamarin was buying RoboVM and enables developers to write mobile apps in Java for …

java mobile platform
Building Visual Studio project with different platforms via MSBuild

I have 3 projects with configuration: Project A: Debug|AnyCPU, Release|AnyCPU Project B: Debug|AnyCPU, Release|AnyCPU Project C: Debug|…

visual-studio msbuild platform
Why is Java platform independent in theory and platform dependent in practice?

I know that one of the big things about Java is that it is platform independent in the sense that …

java platform
How devices in device tree and platform drivers were connected

I read some articles about this topic. but none of them describes the details. What I know is: declare "compatible" …

linux driver platform device-tree
How to call methods in Dart portion of the app, from the native platform using MethodChannel?

I am writing a native plugin that, in some cases, has to call functions in the Flutter portion of the …

native flutter platform
"Source Not Found", Debugging Android Application in Eclipse

When I am trying to look at platform JAR or when I am debugging my android application in Eclipse, the …

android debugging jar android-source platform