Category "android"

How to bypass SSL pinning of Android Apps?

I want to bypass the SSL pinning of Android apps. I was able to Bypass SSL pinning using an app "NetCapture" but now I want to do it in Python or any other way

is it possible to send an action request to a mobile phone?

So I have an AWS EC2 instance. When ROUTE_1 receives a request from a mobile phone, I want the RESPONSE to the mobile phone to achieve three things in sequence.

ip neigh/arp command does not work after upgrading targetSDK to 30

Reading the ARP table and accessing the MAC address of devices on network is working just fine. But when I upgrade the targetSDK to 30, suddenly the "ip neigh"

Error in usage of firebase in my react native expo project

Hey this is Shubham and i am 12 years old and i am an ardent learner of mobile app development with the cross platform language react native and i want to learn

Failed to add navigation dependency

I am trying to Add Navigation in my project but its showing failed to add Navigation dependency, when i click on 'ok' in the window to add these now , its showi

How to Display a Pop-up Notification during an Incoming Call on Android

I want to show the name of a caller during an incoming call. For this, I'm creating a notification. The notification is delivered in the notifications with the

How to connect external camera in flutter by Iowebsocketchannel ? Iowebsocketchannel isn't responding in the android emulator

I am new into flutter. Please help me find out why the android emulator isn't responding? I want to make an external camera (esp32-cam)as a client with a local

AAPT: Error: Resource attr/(various) not found

Having all kinds of problems tonight. Downloaded updated Android Studio and Gradle and coded a little and then started getting these errors. Have tried uninstal

Cannot resolve method 'plant(timber.log.Timber.DebugTree)'

What is wrong with my configuration or code ? I have this error highlighted Cannot resolve method 'plant(timber.log.Timber.DebugTree)' for the code import timbe

Cannot resolve method 'plant(timber.log.Timber.DebugTree)'

What is wrong with my configuration or code ? I have this error highlighted Cannot resolve method 'plant(timber.log.Timber.DebugTree)' for the code import timbe

android navigation component: Show view above current showing fragment when app come from background

I working on android app with navigation component, I want to show a pass-code view when app return from background, I don't know the best way to achieve that,

Flutter: Google sign-in method, unable to open the select email account after clicking sign in with google

I am trying to create a button to sign in using a google account in Flutter. I am using the google sign-in package for authenticating through Firebase. I have c

Unable to load class AndroidComponentsExtension after upgrading the Android Gradle Plugin 7.1

I recently downloaded Android Studio Bumblebee and it helpfully asked whether I wanted to upgrade to Android Gradle Plugin 7.1.0, the version that shipped along

WifiWizard 2 ERROR_ADDING_NETWORK

I need some help. I try to develop an app which is setting up the wifi connection on an android device. I try to use WifiWizard2 with this.wifiWizard2.connect(s

Game works fine in editor, not in build

I am working on a game and i have a script to save the stats for characters. The same script is used for hero and for the enemies. There are actually 2 scripts

OnKeyEvent without focus in Jetpack Compose

I am creating an app that makes use of a physical button on the device. This button will have a different functionality depending on the screen that is active.

How to use OpenGL to draw a text over a Android MediaPlayer?

I have a cpp code implementing a media player behavior on Android. I'm using the media player for playing a mp4 file however, I need to draw text above this. Fo

How request permissions with Jetpack Compose?

How should be implemented requesting permission from Jetpack Compose View? I'm trying implement application accessing Camera with Jetpack Compose. I tried examp

Execution failed for task ':app:processDebugMainManifest'. in ReactNative CLI

I try to build a ReactNative app using ReactNative CLI following the steps in their documentation: Link for the documentation After downloading the initializing

Schedule periodic local notification based on specific dates

I want to make a periodic worker to schedule notifications based on the total number of customer collection dates. I already did apart, but I'm facing a problem