Questions tagged as 'intentservice'

2
answers

Launch Window from the Android background

I am trying to launch a window when an action is executed on my app. The problem of this scheme can sometimes be executed in the background, which is why sometimes I will have to launch it without an activity: I am running this fragment: pu...
asked by 16.02.2017 / 15:38
0
answers

Retrieve status when calling the new Intent

I am developing an app to play music in which I have included a notification with the playback controls which allows you to continue listening to the music even if you close the application. The notification allows you to return to the app by cl...
asked by 05.11.2018 / 18:06
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

Parental control on Android

My project is a parental control that filters explicit content (pornography) and implementation of secure search in search engines. I already have the methods for such actions but I have found that at the time of navigation in any mobile browser...
asked by 26.03.2018 / 16:09
0
answers

Android app signed ANR when disconnecting from BlueTooth

I am developing an application that is giving me problems with Android 6.0 , when I compile the application directly from Android Studio via USB cable it works perfectly, but if that same code I sign it to upload it to the play store, that apk...
asked by 21.02.2017 / 19:52
0
answers

Android: Difference between handleActionRun and onHandleIntent (IntentService)

What is the difference between these 2 methods. I've created a Intent Service and I'm not sure where I should perform the actions. Could someone explain to me in a simple way these two methods?     
asked by 13.01.2017 / 14:22