Posts by João Pedro Souza • 13 points
3 posts
-
0
votes1
answer16
viewsA: stopService() works on only one device
I was able to solve the problem by adding a System.out.println('Stop Service') in the method OnDestroy() service. I found it very strange that it solved the problem, but at least it solved.…
-
0
votes1
answer16
viewsQ: stopService() works on only one device
I am developing a streaming application and whenever a new song is chosen the application for the service that is playing the current song and then starts it again with the new song chosen by the…
-
0
votes1
answer861
viewsQ: APK continuously crashes
My APK opens correctly when the code is this: package com.example.wheresmybusdriver; import android.content.Intent; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import…