Cross-platform Questions
Ad
How portable is this C syntax?
I know gcc and probably clang accept this syntax, but if i'm making games for the common 5 platforms (mac, windows, linux, ios, android(java)) but
Application configuration files
Ok, so i don't want to start a holy-war here, but we're in the process of trying to consolidate the way we handle our application configuration
Making a C#/Winform application cross-platform - should I use AIR, Mono, or something else?
I have an app that i've written in c#/winforms (my little app).
How can I publish an app for both iOS and macOS?
I’m working on an iphone/ipad app exclusively with objective-c files. is there a way to build a mac app without having to duplicate many
How to use expanded in rich text flutter
Hi good evening everyone. i am trying to use expanded in my rich text but unable to achieve. my main problem is that widget get overflow on
xcode stuck while installing version 13.2 on macOS montery 12.1
Downloaded new xcode version 13.2 from appstore, it was getting stuck in installing for more than 16 hours. how can get rid of this, while
How to execute logic in a Kony app depending on whether it runs on iOS, Android or a web browser
I'm creating an omni-channel application using kony and though it's all a
Flutter: Gradle build failed to produce an .apk file. It's likely that this file was generated under *** but the tool couldn't find it
We are building flutter application with some native modules. historically we used flutter as a module for some crossplatform deployments but
android target: android: command failed with exit code enoent Meteor
I have meteor project and i try to start it on my mobile device. it starts successfully if i run project on my windows pc and i'm getting this
How do I make my NW.js application *start* in fullscreen?
I know how to enter fullscreen once it's already loaded in a window. this causes an ugly effect where, when i click its icon, briefly
Ad
Cross compile platforms
I wanted to create sbt cross platforms (hello world app ) including jvm , scala native , android and scalajs , i have succeed in compiling all of
Why is ElevatedButton getting stretched to fit the width of the screen?
This is the full code of the screen's section: listview(children: [ cliprect( child: image.asset( 'images/icon.png',
Best Way to Use Business Logic Across Multiple Platforms (Cloud Functions?)
I am in the process of creating a mobile and web version of an app using reactjs and ios respectively. both of these platforms will pull data down
Is it possible to add the macOS/Windows/Linux Module to an existing flutter application
I want to ask if it is possible to add the macos/windows/linux module to an existing flutter project. i have developed an app where i
Fetch data from Network
I want to fetch data from internet and display in my flutter app and i did that using http and works fine also , but when i exit from debug and
Is it possible to develop on ios, with Windows?
I've already written a pretty good android app in kotlin, and i'd like to rewrite it into a cross-platform look now. but the question arises that
Xamarin.Forms Dependency Service non-static fields/properties
I'm using dependency service to get the platform specific implementation of an interface. let's say i have the following interface:
Open specific app's permission setting flutter?
I wonder how to open permission setting for specific app in flutter? i search on internet but no article show me how to do that, just some
Fail when build flutter apk
I update my flutter sdk, i add androidx, and also apply migrating steps i can run my project without any problem. but when i try to build my
Future<Uint8List> to Base64 or PNG in Flutter
I need to convert a future<uint8list> to base64 or png in flutter, i am using
Ad
Can XCode automatically refresh/renew the invalidated "provisioning profile"?
I am developing an app for both android and ios using flutter. the app is already launched in android and ios platforms, which means available in
I want to send a verification link to users email without using firebase authentication [Flutter]
A website is already made up and i have to make application of that website using flutter but the website is not using firebase authentication and
Can I use single code base for web development and mobile applications?
I am searching for a technology, a framework or a library, etc. that can help me make: website (not web app), android and ios app. (with a single
Post serialised Json body - [VERBOSE-2:ui_dart_state.cc(177)] Unhandled Exception: Error-
I have been stuck for the last 2 days regarding flutter post method with json row body, the code which i have tried is shown here. code
How to Update a flutter app on already published native android using java app in play console
I have published a native app with package name e.g (com.hamzamuazzam.foo) in google playstore and i want to update my app that is now made in
Flutter | Stop music when minimised using audioplayers
In my app, i am playing music (local) in a loop, which plays continuously unless the user stops it. i am using audioplayers package.
QML model-based components have modelData undefined on android
I am trying to deploy my application on android (version 4), but i have problem with delegates in models - referenceerror: modeldata is not
How to display vertical items in the card view in Flutter
I'm trying to display items in the card vertically, but in the card content i'm facing an issue that is, "bottom overflowed by 52
Flutter Align the widget onto the top in ROW
I have an issue in row that one child has many items so it is large and another child has fewer items so its height is small so the less item is
how to format the count if it is too large in value in flutter?
This is my buildcounttext function in flutter, where i am passing label and count as my arguments, i am using this function to show my count of
My timestamps are not enabling, it shows be error
I just want to use timeago package and for that i am trying to enable timestamps by writing this following code, but it shows error(red line
Ad
implementing a vocabulary app for android and pc with a shared database
I am starting to develop a vocabulary app out of necessity without good prior knowledge of the tools that i will have to use. please excuse the
how to display listview inside alert in flutter
I am using rflutter_alert plugin to handle alerts in my app using flutter but i have an issue when i put listview for parameter content other
Platform dependent code (Sys.setlocale) in package vignette in R
In my package vignette, i have plaftform dependant code: x <- c("01jan2020:00:00:00", "15jan2020:00:00:00")
Can Java version 1.8 generate the same SecureRandom Value as Java version 1.6?
I am facing a problem on the system authenticate system. our servers use the version 1.6 while clients use version 1.8, in the process of
Check if object at a path is a file or directory cross platform?
You can use the stat() function to check if an object is a
Problem when socket_setup call fcntl(sock, F_SETFD, FD_CLOEXEC)
I try to make pgbouncer in windows they have usual library (libusual) for work with ip-sokets. when pgbouncer tune
Winforms for Mono on Mac, Linux and PC (Redux)
(i asked this question
Solid Config for webdev in emacs under linux AND windows?
I have a windows laptop (thinkpad) and somewhat recently rediscovered emacs and the benefit that all those wacky shortcuts can be when the arrow
React-Native wrapper class for iOS & android libraries
I am learning rn, and would like to create a consistent interface (a wrapper) for two libraries doing the same thing on different platforms, for
Cross platform App token aquiring for Unity
I'm completely new to the whole facebook login scene. unfortunately the login process seems so complicated considering i simply want to be able to
Ad
Weird pcap header of byte sequence 0a 0d 0d 0a created on Mac?
I have a pcap file that was created on a mac with mergecap that can be parsed on a mac with apple's libpcap but cannot be parsed on a
How do I print my inserted values in my console? (Flutter | sqflite)
I am currently successfully able to insert values into the system, however, i want to be able to display the inserted values in my console. how do
Portably handle exceptional errors in C++
I'm working on porting a visual c++ application to gcc (should build on mingw and linux). the existing code uses __try { ... }
How can I create Debian install packages in Windows for a Visual Studio project?
I'm developing some cross platform software targeting mono under visual studio and would like to be able to build the installers for windows and
Python: What OS am I running on?
What do i need to look at to see whether i'm on windows or unix, etc?
Generate list of all possible permutations of a string
How would i go about generating a list of all possible permutations of a string between x and y characters in length, containing a variable list
What IDE is recommended for React Native?
I'm looking to use react native for app development. since it is free and an open source, cross-platform environment. the question is: what ide
Ad
Blog Categories
Ad