Skip to main content

Questions tagged [native]

1 vote
1 answer
159 views

Going native is extremely good for front end development. Whether its using android vs ionics, c++ vs dotnet/java, the benefits to GUI are significant. I was wondering if the same had significant ...
user1034912's user avatar
0 votes
1 answer
45 views

Goal: Have a common and same menu content link (for instance Home, about, consumer product, support) when you are using Angular, NativeScript and Android. Background: The menu contain seven different ...
HelloWorld1's user avatar
-2 votes
2 answers
760 views

Is it, at least theoretically, possible to convert a Java application into native code that can be run by something else written in Java? One example of this could be a Minecraft Spigot server. You ...
User's user avatar
  • 3
5 votes
4 answers
3k views

I have designed what I think is a useful, reusable functionality that I'd like to: Implement in C/C++ as an open source library; and then Write different "native binding libraries" for it in various ...
smeeb's user avatar
  • 4,970
1 vote
1 answer
275 views

Please note: Although this question mentions Java and even a specific Java library, it really has nothing to do with Java and is really more about serial communication and device drivers. As such, I ...
smeeb's user avatar
  • 4,970
0 votes
1 answer
166 views

I'm building a native app which currently has zero backend infrastructure. With services like Firebase's Authentication, database and notifications means that all interactions are handled client-side ...
MNelmes's user avatar
  • 31
0 votes
2 answers
836 views

Background: I am new to the JNI world, and not an experienced C programmer. I want to write an JNI for connecting a Java toolkit and a library in C (not just for speed, but for good functionality as ...
CloudyTrees's user avatar
6 votes
4 answers
8k views

Background We have a piece of programmable hardware here at work that we integrate into almost all of our systems. This piece of hardware came with a native Windows DLL (for which we do not have the ...
Snoop's user avatar
  • 2,758