Questions tagged as 'android-intent'

0
answers

setResult () and finish () From RecyclerView Adapter

I make a startActivityForResult () from an activity, and I need that from the activity that the user sent to click on one of the cards that I have in a RecyclerView and once clicked it has to return the value to the previous activity, the proble...
asked by 02.10.2018 / 17:41
0
answers

Exchange of information between Activity and Service (vice versa)

I am studying services on android and I have a little problem, I try to see how the exchange of information works both from the activy to the service and vice versa, I have no problems passing data from the activity to the service, but I got thi...
asked by 30.09.2018 / 18:00
1
answer

The intent does not want to work to open another activity

Good afternoon friends I have a problem with the intents I do not know what's wrong I want to open another activity from a class obviously passing the context of the activity from where I want to pass it. public class Informe implements Respon...
asked by 24.09.2018 / 22:36
1
answer

Open application with an intent url

I am trying to open my application from an intent, open it from the app of chorome, with the link with http the application asks me to choose whether to open it from my app or from the browsers that I have installed but with the other opens me p...
asked by 23.08.2018 / 20:02
0
answers

Intent between cardview kotlin

Good morning I have a problem to pass data between my different activities with cardview. My app could be divided as follows: Activity A.1: It consists of an activity with a cardview where I manage a JSON. Activity A.2: It is the ada...
asked by 07.07.2018 / 18:00
0
answers

Can I use the data saved in shared preferences in any class without extra put?

I have that doubt, because I use many fragments in my app and it would be great for me to store some editext in shared preferences and then use them simply by calling this data from any class, without putting extra.     
asked by 15.05.2018 / 12:07
2
answers

Pass data from one query to another activity, listview

I asked a question about how to pass data between activities, and they answered me well, but my problem now is that I do not need to pass a simple string or an integer, I need to pass a query SQLserver, put it in the intent and then pass it to t...
asked by 02.05.2018 / 10:50
0
answers

How to pass the data from my TextViews from one RecyclerView to another activity?

I have an application with a recyclerview made with cardviews, and inside the cardview I have a textview where I store the likes that I give to each pet. The problem is that I can not get the connection between the adapter class and the class in...
asked by 25.04.2018 / 15:03
1
answer

How can I capture text entered in an editText and send it to another activity2 in another editText

I am doing a login and a registration form in case the person does not have an account. I need the person to register and by clicking on the register button the activity is launched with the user data and password that were entered in the reg...
asked by 22.04.2018 / 19:35
0
answers

Change variable from the button of a notification

This is the method that shows the notifications, what I want is that when one of the two notification buttons is changed, one of the global variables of the class in which that method is, that is, the dale to one of its two buttons that an int p...
asked by 16.04.2018 / 14:18