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

All Questions

Tagged with
-1 votes
0 answers
10 views

Trouble streaming non-local Google Photos video without downloading

I'm making an app where the user can select a video from the gallery and launch it later using their default viewer. My initial attempt looked like this Intent intent = new Intent(); intent.setType(&...
vincatzero's user avatar
0 votes
0 answers
11 views

Android - BillingLogger: Skipped logging since initialization failed

Testing out in app purchases with the following: purchasesUpdatedListener = new PurchasesUpdatedListener() { @Override public void onPurchasesUpdated(BillingResult billingResult, List<...
Carlos Cmd's user avatar
-1 votes
0 answers
14 views

How to display image from USB camera on old android?

Short question: I'm making an app for android 4.2.2, to display image from USB camera on tablet. The picture is not displayed. Can you please explain why? Thanks! (below is a link to the source code) ...
ghtx280's user avatar
  • 49
-3 votes
0 answers
19 views

* What went wrong: Value 'C:Program FilesJavajdk-17.0.12' given for org.gradle.java.home Gradle property is invalid (Java home supplied is invalid) [closed]

What platform(s) does this occur on? Android Where did you reproduce the issue? in a development build Summary I'm facing an issue creating an Android development build using EXPO. After updating ...
Lima's user avatar
  • 1
0 votes
0 answers
13 views

Android, Java + Goople Map: Straight routes useless. Is it possible to eliminate them?

Video of problem Straight routes useless. Is it possible to eliminate them? there are straight lines that i wouldn't want. Input from rest_api it's a simple json in this link: https://drive.google.com/...
user26528377's user avatar
0 votes
0 answers
7 views

Question: How to Create a Custom WireGuard Client App Using Java in Android Studio?

I am trying to create a custom WireGuard client app using Java in Android Studio. I'm using the com.wireguard.android:tunnel library available on Maven Central. Here are the steps I've followed so far:...
Light Tech's user avatar
0 votes
0 answers
10 views

I have implemented the code to raise local reminder notification everyday at specific time. On Android 14 phone not able to receive this notification

Below is my code snippet. AlarmManager alarmManager = (AlarmManager) context.getSystemService(Context.ALARM_SERVICE); android.icu.util.Calendar calendar = android.icu.util.Calendar.getInstance(...
Aniket's user avatar
  • 1
0 votes
0 answers
34 views

Unable to Connect to Azure SQL Server Database Using JDBC Driver in Android App

I'm developing an Android app and trying to connect to an Azure SQL Server database using the JDBC driver. I'm encountering a java.lang.AssertionError related to SSL/TLS communication. Below is the ...
SiikWoon's user avatar
0 votes
0 answers
5 views

Send APDU command over USB Android Java

I am trying to build plugin for react native that allows me to read data from driver card data, but non stop I am receiving error from data reading. Here is a code package com.plainreactnativeapp; ...
Mateusz Cieslinski's user avatar
-2 votes
0 answers
18 views

Could not find gradle-8.3.1.jar (com.android.tools.build:gradle:8.3.1)

I want to create a new project I got this error: A problem occurred configuring root project 'My Application'. Could not resolve all files for configuration ':classpath'. Could not find gradle-8.3.1....
S.M_Emamian's user avatar
  • 17.3k
0 votes
1 answer
13 views

Detecting field access in Android applications using Java and Xposed Framework

I'm trying to detect when a specific field in an Android application is accessed or modified. I'm using Java and the Xposed Framework. Specifically, I want to log when this field is read or written ...
Duong Duc Nguyen's user avatar
-2 votes
0 answers
25 views

Linking of multiple apps [closed]

If we create an flutter application (Android + iOS) using visual studio code "we have 3 applications named A, B & C. A is the main app and the other two apps (B & C) are separate apps. i ...
DDeveloperDeep's user avatar
0 votes
1 answer
16 views

Changing what the enter button does while stopping it from doing it's automatic action

When I press the enter button with focus on an EditText on my Android app, it switches the focus to the next EditText. I added functionality to the enter button in the java class, but cant find out ...
SimpleProgrammer's user avatar
0 votes
0 answers
21 views

Priority Mode in Android with java

I've been researching how the Game Booster in Samsung devices feature in Android achieves its priority mode, but so far, I only found information about the Do Not Disturb mode, which is not what I'm ...
Raphael Moral Piazera's user avatar
0 votes
0 answers
5 views

Different navigation drawer depending on role

I have been trying to have two different navigations depending on role. I'm not sure I'm using the right names and words, so, here's an image example of what I mean: (Sorry the image is huge, I'm a ...
August's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
18813