Questions tagged as 'intent'

1
answer

Use past values from one Activity to another

Well, I'm having trouble with a certain thing. I have created a list where it shows the names of contacts, but these contacts have more attributes, such as date and number. I made another screen for when the person clicks on the list, go on that...
asked by 07.07.2016 / 20:42
1
answer

Pass the id of an enterprise from activity to another and use it in a connection with database

I am passing an id of a user through an intent and I intend to use this id in the second activity. I think it's okay to take a look at the code: I have to pass this activity to another id of the user: ltsunidades = (ListView) findViewById(R...
asked by 07.04.2016 / 13:14
1
answer

Android - how to carry information from imageView from one class to another?

Hello, I need to transport the contents of an ImageView from one class to another, I tried Intent, but I could not get it. I have a Drawable that was edited in ImageView from the first class and I want to move this already edited content to anot...
asked by 10.12.2015 / 18:05
2
answers

Android getIntent error

Hello, I have an application that I need to send data from a Activity to another Activity . I tested it in several ways however all failed, but in another project a code worked normally, but in my current one it did not. Can it b...
asked by 05.03.2015 / 14:01
0
answers

Reading file shared by other applications on Android

I would like to know how to read files that came through an intent from other applications such as WhatsApp for example My application is Training ProFitness, it is already enabled to receive files of type json and pft, which pft will...
asked by 24.07.2018 / 16:22
0
answers

Open link that would open in the direct browser in my app

I would like something similar to what Instagram / Facebook do, sort of when clicking a link opens an intent asking which browser the person to use. Ex: The person clicks on the link: facebook.com/mypage there will appear the option to open with...
asked by 11.04.2018 / 02:17
1
answer

open external link webview

I have a webview app that is made 100% of the webview, however I want to open some links outside the app, for example, the links that start with intent, in case I want to put a button on the website that opens an app, but ta trying open within t...
asked by 08.11.2017 / 12:08
1
answer

Open the MEGA app when a site link is clicked on the webview

I'm developing an app for my site and I want it when a certain user clicks on the download link, which in this case is in the mega, open the mega app automatically, just like it is done in chrome browsers and all others. Remember that it has to...
asked by 10.02.2016 / 01:03
1
answer

Problem with values of an ArrayList passed by Intent

I'm having trouble retrieving all values of selected items from a list that are passed by Intent, because the result shows the last product in the list. I've tried everything, but I do not understand why this is occurring. I made minor cha...
asked by 23.02.2015 / 20:30
2
answers

How to explicitly and implicitly call an Activity on Android?

I would like to know how and when to explicitly and implicitly call an Activity? If I want to call an Activity, an internal screen of my app and do a standard processing, such as calling the camera or gps function, which context should I use,...
asked by 19.05.2016 / 16:19