Questions tagged as 'android-intent'

1
answer

Report Crash android.os.FileUriExposedException on Android N

With the update of the google play console I get the error reports. Apparently only affects the version of Android 7 (Android N) java.lang.RuntimeException: at android.app.ActivityThread.deliverResults(ActivityThread.java:4525) at andr...
asked by 19.05.2017 / 19:54
1
answer

How to pass a Listobject by Intent to another Activity?

Good morning, I have an application that I am developing in which I am trying to pass the adapter from RecyclerView by means of Intent to another Activity I do not know what I am doing wrong, annex code, before hand I apprec...
asked by 09.05.2017 / 18:25
1
answer

How to use the Intent class to show the user's apps

I want my app to show the user's applications in ListView . I have tried to investigate and the mention of this class came to me in English the problem is that it did not work out how to use it for that purpose. Intent mainIntent =...
asked by 21.10.2016 / 00:30
2
answers

Intent android error

I have a query I am creating a intent to send in email with a pdf attached but when the gmail is launched, everything is set correctly except the destination email field. My code is the following for Intent : String...
asked by 30.06.2018 / 00:21
2
answers

Specify Minetype in Intent for geojson type in Android

I have an app that generates a track in geojson format and I would like to give the possibility to share the file using intent in Android, but in minetype specific application/json but of course that makes any app that can r...
asked by 09.11.2017 / 13:43
2
answers

Share object of a class Parcelable between Activities on Android

Some practical example of how it would be to share a class by implementing Parcelable to share an object between Activities? The class I have already defined public class Interstitial extends Banner implements Parcelable { ... The...
asked by 14.12.2016 / 19:38
1
answer

Problem when including an animation of a logo in android studio

It turns out that I am developing an app that has a Splash Screen first, to which I wanted to make the logo move from below to the center of the activity, but when debugging the application on my phone the animation is not appreciated, I have us...
asked by 18.09.2016 / 07:20
3
answers

How to activate the BroadcastReceiver after rebooting?

I explain my problem, I have created an application that has to send a notification every day at a specific time. For this I have developed the following code: Intent intent = new Intent(this, Alertas.class); PendingIntent pIntent = PendingIn...
asked by 19.05.2016 / 17:14
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
1
answer

VideoView Play several videos

Hello friends, I have a small problem that I do not know how to perform, well I'm trying to play some videos in mp4 which I need when I start the first one and I'll start a second video I really do not know how to do it. public class Videos ex...
asked by 02.11.2016 / 16:39