Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
Advice
0 votes
1 replies
35 views

I am researching how deep linking works across different Android browsers. I noticed that using the intent:// syntax allows one browser to launch another or trigger specific app actions. For example: ...
Cyb3rCr0wCC's user avatar
-3 votes
0 answers
64 views

I am writing a simple pressure sensing android app that uses android 13+. The app senses pressure, and keeps track of it in a text file. Not able to understand if it uses Java awt to manage its ...
Sid's user avatar
  • 111
0 votes
1 answer
100 views

How to set image from download directory automatically? I know image name and location, but I don't know what the URI should be. Something like: getImageUri(String imageName){ Uri uri = Uri.parse(&...
g9378's user avatar
  • 17
-1 votes
0 answers
68 views

I am building a React Native app (Expo) and my app crashes on Android with the following error: java.lang.String cannot be cast to java.lang.Boolean The error appears on the main screen (HomeScreen) ...
Nelle Breugelmans's user avatar
0 votes
0 answers
131 views

Suggested Answer: Headline: Use getModuleApplicationInfo() instead of getModuleContext() in API 101 In libxposed API 101, the method getModuleContext() is indeed deprecated or removed from the base ...
Anton Tsekhmistrov's user avatar
Best practices
0 votes
2 replies
76 views

I need some good advice please. I have a scrollview with a TableLayout. The table consists of 5 columns so every TableRow consists of 5 Textviews. It's working very well, but I would like to add more ...
Tomas F.'s user avatar
  • 308
1 vote
0 answers
53 views

I have an Android app and need to run termux commands from it and get results. I have this code in <package>/Utils/TermuxUtils.java package com.example.myapplication3.Utils; import android.app....
titovtima's user avatar
  • 113
0 votes
0 answers
75 views

Here is my dilemma, I need to query ALL 4 nodes in Firebase Realtime DB in an Android Java app (I have this working fine in iOS): PlayerInGroup Users PlayerPicks Teams I start by getting the ...
Learn2Code's user avatar
  • 2,320
0 votes
0 answers
125 views

Problem Description I am experiencing a native crash (SIGSEGV) on an Android device (Qualcomm Adreno GPU) when rendering stickers using OpenGL ES 3.0. The crash occurs inside the Adreno driver (...
李嘉伦's user avatar
0 votes
1 answer
96 views

It's for a school project. No matter how much i've tried changing the value or the command it just loads the map and move only a little bit (not even zooming) it's suppoesd to be a running app that ...
Noam_B92's user avatar
0 votes
1 answer
94 views

Helo, I have a Horizontal Aadapter for a ViewPager: public class HorizontalAdapter extends FragmentStateAdapter { ... } Inside the HorizontalAdapter I have creating 3 VerticalContainerFragments, ...
ubik41's user avatar
  • 34
Tooling
0 votes
1 replies
87 views

I'm building a Flutter app for the Newland N950 POS device that needs to print receipts using the device's built-in thermal printer. Since Newland doesn't publicly distribute their SDK, I extracted ...
Chinbat Battumur's user avatar
-1 votes
0 answers
106 views

I want to use a part of my Java project as a module for Android app. My settings.gradle include: rootProject.name = "APref" include ':AndroidPref' include ':JPref' project(':JPref')....
Alex B.'s user avatar
  • 19
0 votes
0 answers
100 views

Quick context: The onPermissionRequest callback used for the Cordova Android WebView has some issues, which was already reported here. However, while that issue is not fixed, I'm trying to build a ...
Float07's user avatar
  • 368
1 vote
0 answers
102 views

I'm having trouble building Android Flutter apps behind my organisation's proxy server on Windows. Flutter installed correctly and flutter doctor reports no issues. I've got my http_ and https_proxy ...
Dan Price's user avatar

15 30 50 per page
1
2 3 4 5
18735