Skip to main content

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.

native
1 vote
1 answer
20 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
-2 votes
0 answers
39 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
29 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
23 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
22 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
25 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
63 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
14 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
0 votes
0 answers
53 views

In-App update error ERROR_APP_NOT_OWNED even my versionCode and versionName is lower from current app from playstrore

I've published an app in playstore, and then i want to make in upp update/version check for current app version and updated version from playstore like this AppUpdateManager appUpdateManager = ...
Rijal Khalik's user avatar
0 votes
0 answers
28 views

Adding a Flutter plugin dependency with native iOS SDK to both targets app and keyboard extension

I am building a Flutter plugin [MyPlugin] which depends on proprietary native SDKs (one for iOS one for Android). I then need to add this plugin as a dependency to a Flutter app I am also developing [...
Enea Ceolini's user avatar
-1 votes
0 answers
43 views

Which version of nodejs's NODE_MODULE_VERSION=123

I need to call a .node file, but this file requires a specific version of nodejs. i can't find this distro. Any help would be appreciated. This library needs to satisfy NODE_MODULE_VERSION = 123. That ...
rApeNB's user avatar
  • 1
0 votes
2 answers
37 views

Issue with React Native AsyncStorage and updating state with new data

I'm facing an issue with managing data retrieval from AsyncStorage in my React Native application. I'm using AsyncStorage to store orders, and I want to dynamically update my component whatever a new ...
Daniel's user avatar
  • 11
-2 votes
0 answers
26 views

Finding so many gradle issues while establishing two way interaction between native android and flutter home widget

While building home screen widget from flutter to android native, I am experiencing multiple gradle issues and merger manifest errors with respect to the packages which is involved in flutter. ...
Surya V's user avatar
0 votes
0 answers
8 views

Android PdfRenderer from RAM data in insolatedProcess service

I'm trying to run the PdfRenderer in a Service with isoletedProcess=true. The problem is with ParcelFileDescriptor. I have tried: to create a tmp file File.createTmpFile (No access to file system) to ...
Vasile Lixcode's user avatar

15 30 50 per page
1
2 3 4 5
319