We have implemented a chat application both in iOS and Android which is 1:1 chat, and the structure is also well designed. Recently we figured out a bug which s
I want to build an android app based on Spleeter. But I am not sure which tool to use to bridge the way between Java and Python on Android or whether it is poss
How do I configure proguard/R8 to keep all the fields and methods of a class if the class contains an annotated field? I have a class public class MyDocument {
i want to add sentry 5.6.0 to my android project but always give error on gradle build buildscript { repositories { mavenCentral() } } plugins
I got an error "Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8" I change it in IDE settings and JAVA_HOME environment variabl
Here is My Code import 'package:flutter/material.dart'; import 'package:screenshot/screenshot.dart'; import 'package:sweld/globals.dart'; import 'package:geoloc
I'm following the tutorial below but getting issues using the JAR file in nativescript. https://nativescript.org/blog/plugins-and-jars/ I was able to generate a
Currently testing Android Auto, where we are now testing on a physical device (in a car). So far I have managed to get add working Android Auto support to an ap
public class ReplyActivity extends AppCompatActivity { String uid,question,key,privacy; FirebaseFirestore db = FirebaseFirestore.getInstance(); DocumentReferenc
I just got an error at runtime. I understand the problem, but I could not fix it. This is my first time working with Volley and a MySQL database. I want to save
When I use Material3 NavigationBar in Jetpack Compose I get wrong rectangular ripple effect like this: Material3 library version: 1.0.0-alpha06 Code: Navigatio
I have a method in adapter using recyclerview I basically display some elements of cardViews. How to trigger method on other element where usually I use cardVie
I have implemented In App Update in my app, its working fine in on both apk and bundle in Internal Testing but its not working when I Upload the production bund
I have an embedded Linux system that uses the USB Gadget framework to appear as an Ethernet class device (ACM Ethernet, using the g_ether kernel driver.) All i
This app instantiates a WebView on app launch without adding it to the UI tree. This is done for preloading purposes. When finally adding the WebView to the UI
I am developing an app that locks the screen for some time, just like parental control apps do when the screen time runs out. However, I do not really know how
I'm using BottomNavigationView in a fragment and want to show different fragments on tap of each option og that. I'm able to see BottomNavigationView but I'm un
An error occurred after I downloaded version 6.8 and the latest version of Gradle. A problem occurred evaluating project ':launcher'. < Failed to apply plug
I am trying to input an image in a regular button, however it does not show up. My code looks like this <Button android:text="@string/buttonexit"
I have integrated AdMob into my android app and I am using test id to show ads. but whenever I run the app it always goes to onAdFailedToLoad method and I am ge