Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [native]

An application designed to run in the computer environment (machine language and OS) being referenced. The term is used to contrast a native application with an interpreted one such as a Java application that is not native to a single platform.

-13 votes
0 answers
65 views

EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ff8ed191184, pid=51412, tid=0x0000000000009a34 [closed]

I am writing protection for the maincraft cheat in the form of a native and when I added lazy importer I started having such errors # A fatal error has been detected by the Java Runtime Environment: # ...
Максим Шуриков's user avatar
0 votes
0 answers
35 views

Accessing native DLL during runtime at specific location in Jar

I'm working on a Java project using nar-maven-plugin to build a native library in another module, and then I'm using maven to copy that NAR file over to the module I'd like to use it in via JNA. I've ...
Ben's user avatar
  • 1
0 votes
0 answers
18 views

Android Native Bridging in React Native using TextView to display Html

I have tried using a few libraries that can take html text and render the html like inside of WebView libraries but I have been trying something different. I'm trying Android Native Bridging so that I ...
redoc01's user avatar
  • 2,207
0 votes
0 answers
42 views

Java native method implementation problem [duplicate]

Following is the Java code: // Java Program to Illustrate Native Keyword // Inside DLL named: NameOfDLLFile // Main class // NativeDemo // Java Program to Illustrate Native Keyword class ...
political science's user avatar
0 votes
0 answers
9 views

Expo Native View - How to add children and set api key

I have created a native view with an Expo module. I want this view to take related native views as children instead of props. The documentation only provides examples with props. How can I achieve ...
Yasin Beyazlı's user avatar
-1 votes
0 answers
64 views

is there any native library available to get the cpu% of all the running process on windows system? [closed]

is there a native C/C++ library for retrieving CPU usage % for particular process and process names on Windows? I am looking for a native C/C++ library that can be used on a Windows server to retrieve ...
Arun's user avatar
  • 7
1 vote
1 answer
22 views

Why is Textview height larger than the text height in Android?

I'm trying to place an element under the Textview but there is too much space between them because the Textview has too much padding and this padding can't be disabled. I even tested it with just one ...
ronenfe's user avatar
  • 2,338
-3 votes
0 answers
50 views

React Native expo android bundling failed [closed]

the error in the terminal Column A Column B Cell 1 Cell 2 Cell 3 Cell 4 While testing my expo app on my android device, it displays this error message on my android screen. In my terminal at the ...
Ali Imbrano's user avatar
0 votes
0 answers
10 views

How to register a JCA Provider to Spring Boot Native Image?

I need to register an additional JCA Provider (iaik.security.provider.IAIK) in my Spring Boot application. The provider works fine in the JVM. Buty, when I build a native image and run it I get the ...
Michael Wirth's user avatar
0 votes
0 answers
30 views

How to Hide My App Content While My App Is In Background

I am Developing One App With Java And I Want To Hide My App Content While My App Is In Background. Suppose If User Has Pressed Home Or Recent App Button Then My App Content Should Hide OR Blur OR I ...
Milan R Dhameliya's user avatar
0 votes
1 answer
25 views

Continuous Data Fetch

I’m working on food delivery app, as a personal project to learn React Native I’ve build the client-side app that fetches the menu from a db and inserts the order into the db.. Now I want to create ...
Daniel's user avatar
  • 11
0 votes
0 answers
25 views

API call in localhost angular micro frontend

I have angular micro-frontend setup locally. I need to make an API call. I have tried setting up both proxy.conf.js and proxy.conf.json but the proxy seems to be getting bypassed. I cannot use ng ...
Onalenna Junior Makhura's user avatar
0 votes
0 answers
30 views

How to build an APEX

I want to eventually create some native libraries and applications. Right now I just want to try and create an APEX module with just a configuratin file or data file in it and see how it shows up on ...
chriskot's user avatar
0 votes
0 answers
70 views

My React Native app doesn't shown on my phsical android device

I started to learn some react native to build android app 2 days ago, and everything worked well until yesterday night, I had the close VSCode and then i wanted to make some change on my app UI, when ...
Furkan Güler's user avatar
0 votes
0 answers
15 views

Exception log print from liblog(Android/Native)

When I print logs in a so library file integrated into Android Native, I see in logcat that part of my log is not output and is replaced by log output from liblog, why is this, is it because I print ...
李跃禄's user avatar

15 30 50 per page
1
2 3 4 5
319