I have an Angular 9 + Ionic 5 application, deployed as PWA, Android and IOS apps. We use google's universal, cross-platform URL to launch Google Maps, as descri
In Android 9 & 10 I face issued in install app programmatically in Android Studio using filepath apk file. Below show what I tried.. Intent intent = new I
I am trying to receive more than one data from the RFID tag (EPC, USER and TID), but from the "intent" I receive empty data. When i use: "com.symbol.datawedge.d
I am trying to receive more than one data from the RFID tag (EPC, USER and TID), but from the "intent" I receive empty data. When i use: "com.symbol.datawedge.d
I'm trying to create an Intent Chooser for editing a "Profile Picture", with the following options: 1. Camera 2. Gallery 3. Delete Image Based on the permissio
How can I make a share button in compose, which will share a download link, I tried this but the result was different that I expected. Here is the code. Button
Looking at intent.resolveActivity != null but launching the intent throws an ActivityNotFound exception I wrote opening a browser or an application with Deep li
My app can be opened with deep link. When clicking a link in an email from the Outlook Android app, my app is opened. But, the Intent doesn't contain any catego
I have 2 Activities, I want to pass an arraylist of an Object and show it on a ListView Activity A: btnGuardar.setOnClickListener{ i
I want to share text in my CardView using share Intent using kotlin but there is a problem with last line in the code in kotlin the code val shareIntent = I
i have demo application with image view and in this image view i need to set image from which selected from whats app Chat, Currently i was getting Path of sele
I am trying to set the background color with intentPutExtra but it doesn't seem to change, this is my intent from the MainActivity: @Override publ
Am not able to share PDF using intent only in android 12 but its working fine below version. Am downloading file and taking file Uri from download folder. Downl
in my React-Native opened project, I want to receive the data (extra text) sent by another local service app named "scanservice" on its intent output (broadcast
How do I pass ArrayList of JSONObjects from RecyclerView's viewholder to another activity through intents?
I did @Override public void onClick(View v) { switch (v.getId()){ //если выбрали
I'm trying to send an e-mail from my Android App. With the click on a button, gmail should open and show a new email with my previously defined recipient, subje
show PDF file inside the android app from the server URL without give permission to download that file. how it can do in the android app. I have tried using web
minSdkVersion 18 targetSdkVersion 27 Using below code, I can able to open the Google Settings page. private static final String GOOGLE_SETTINGS_COMPO
In my app, I need to start the built-in camera application using the action INTENT_ACTION_STILL_IMAGE_CAMERA. The reason of this action is that in this case, I