Category "android"

how to fix Zip Path Traversal Vulnerability In Android

I have an app that has startapp(0.5.1) ads, but after reviewing, I got the following error: Your app has an unsafe decompression pattern that could lead to a "s

How to detect when back button pressed in fragment android?

I have project with navigation drawer with fragment, with 5 menu, the problem is when i go to menu 4 and the i press the back button the app closed, but i need

Uploading Android App Bundle to Google Play Console - key signing error

I'm trying to upload a brand new .aab file to the Google Play Console, but keep getting this error: Upload failed You uploaded an APK or Android App Bundl

Android SDK not found for react-native

There are multiple similar questions everywhere across the internet and so far no provided solutions work. I use Android Studio 4.0.0, and maybe this is the pro

Unable to build android project due to problem with ninja

i have an android project with maply dependency and it was working fine but i dont know what happened it just wont build. here is the error when i try to build

Waiting for Target Device to Come Online

I recently updated to Android Studio 2.3, and now when I try to run the application, the emulator does not come online. It times out after 300 seconds. Additio

Flutter: pub get failed (66)

When i try to implement scoped model, i get this error message: [flutter_course] flutter packages get Running "flutter packages get" in flutter_course... Crea

Android Studio 2.3 error: "Gradle sync failed: Cause: services.gradle.org"

After I open a new project in Android Studio 2.3, I receive an error such as: Gradle sync failed: Cause: services.gradle.org Googling just gave me a log f

Display badge on top of bottom navigation bar's icon

I have implemented the bottom navigation view in my app and I have looked every where to display badges on top of the icons like this I was wondering whether th

Difference between signature versions - V1 (Jar Signature) and V2 (Full APK Signature) while generating a signed APK in Android Studio?

Please select at least one of the signature versions to use in Android Studio 2.3 Now while generating a signed APK in Android Studio, it's showing two options

Thumbnail of Blogger Post URL using Blogger API

I have an app that uses Blogger API to show the posts of a blog in a listview. Is there a way in which I can extract the thumbnail of the corresponding post URL

Android - Indoor Pathfinding suggestions

I'm working currently on a indoor pathfinding project. You can imagine it like this: enter image description here In my application i have two searchviews for

React Native Execution optimizations have been disabled for tasks sudden error

So i was creating a react-native app and started working on it and everything is fine but suddenly these errors appeared from no where when i reloaded my app ,

what to do if android studio showing Could not determine the dependencies of task ':app:processDebugResources'

FAILURE: Build failed with an exception. What went wrong: Could not determine the dependencies of task ':app:processDebugResources'. Could not resolve all task

"cannot list resources" error from WooCommerce REST API

I am very new to WordPres` and using the WooCommerce plugin for the first time and want to use the WooCommerce REST API in my Android app. I have enabled the

service.acknowledge is undefined using Digital Goods API with Google Play in TWA

I have an web app in development to which I am trying to add Google Play Billing on Android and Chrome OS. My implementation is basically the same as in Google

How to inflate custom layout in Material tooltip of a Material slider in Android?

I was trying to achieve something similar to the below image by manipulating the Material tooltip inside the Material slider. I was able to achieve something s

rxjava3 - setImage using databinding

I still don't understand why the successful Retrofit call does not display the image you want to download. Can any of you spot it? Could be dependencies: im

How to run Android Apps in a computer browser like PWA App?

I would like to compare native with cross-platform technology. I am writing Kotlin Android Native application and is it possible to easily open it in browser li

Single or multiple DAO and Repository in Android Room database project?

I have a Room database project which has a DAO and a Repository (mediator between different data sources) for each table in the database. It is a lot files and