Hi!
I have a problem with a view.
I have a receiver which launch a view and a service. The service works correctly. When the service is executed, it launches a notification bar icon to launch the same view too.
The problem is, when I launch the program in traditionally way (this is throught the applications menu, the view works fine, but when I launch the app with the notification icon, the layout is frozen.
I've tried to put other view between the main view and the receiver and the middle-view launches my main view, but it didn't work.
My main view has a TextEdit which refresh depens the internet connection. It is done with AsyncTask.
Also it has a event associated with a textEdit which when you touch 10 times on it, the activity change (and the view too). None of them works, and the layout seems frozen.
Can anyone helps me?
The tablets I've tried it are:
Generic tablet 10.1" with Android 4.0.4
Samsung GT 10.1" (I don't remember the android version)
Samsung Galaxy Note with Android 4.4.2
Generic Tablet 10.1" with Jelly Bean.
Thanks a lot!
I have a problem with a view.
I have a receiver which launch a view and a service. The service works correctly. When the service is executed, it launches a notification bar icon to launch the same view too.
The problem is, when I launch the program in traditionally way (this is throught the applications menu, the view works fine, but when I launch the app with the notification icon, the layout is frozen.
I've tried to put other view between the main view and the receiver and the middle-view launches my main view, but it didn't work.
My main view has a TextEdit which refresh depens the internet connection. It is done with AsyncTask.
Also it has a event associated with a textEdit which when you touch 10 times on it, the activity change (and the view too). None of them works, and the layout seems frozen.
Can anyone helps me?
The tablets I've tried it are:
Generic tablet 10.1" with Android 4.0.4
Samsung GT 10.1" (I don't remember the android version)
Samsung Galaxy Note with Android 4.4.2
Generic Tablet 10.1" with Jelly Bean.
Thanks a lot!