Android Studio Tutorial - 55 - Bound Service Using Messenger

Android Studio Tutorial - 55 - Bound Service Using Messenger

PRABEESH R K

9 лет назад

11,988 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@TicoTicoOx
@TicoTicoOx - 18.06.2015 19:50

thanks !

Ответить
@kusumaajie2170
@kusumaajie2170 - 07.11.2015 09:07

this is only one course in the dark in the world

Ответить
@karanjatav8437
@karanjatav8437 - 28.02.2016 08:47

source code?

Ответить
@frarug7910
@frarug7910 - 12.12.2016 13:09

I noticed that this app crash when I rotate the smartphone with this exception:
"java.lang.RuntimeException: Unable to stop activity{......MainActivity}: java.lang.IllegalArgumentException: Service not registered..." does anyone know what to do?

Ответить
@ajanasathian8192
@ajanasathian8192 - 04.07.2017 16:53

I am confused with the final else block in the sayHello function. How it is going to execute if we click the sayhello or say hello again first( without clicking the bind service button)? Any kind of help is really appreciated.

Ответить
@sagark1556
@sagark1556 - 08.10.2017 23:40

Sir, your tutorial helped me lot...Thank you so much.

Ответить
@krutoyinfo
@krutoyinfo - 19.01.2018 18:30

Why don't just call public method of service returned by IBinder?

Ответить
@juliemoore728
@juliemoore728 - 06.04.2018 10:19

Thank you, kind sir! Your tutorials are very helpful!!!

Ответить
@manijuy7314
@manijuy7314 - 13.02.2019 14:35

I'm developing a simple SMS app where we click on button and the messages sent on those phone numbers which are store in DB. My problem is when I send messages to 10 contacts it store in my inbox as single contact like 123456789, 123456789, 123456789 but I want when I send messages to 10 contacts it stores in my inbox like group where all contacts show in group. Can u please tell me hoe to do it ?

Ответить
@manivelan2800
@manivelan2800 - 18.07.2019 15:29

Thank You sir, it is very helpful.

Ответить
@arpandutta3106
@arpandutta3106 - 22.07.2021 09:32

but this is from same application. thus we are able to see the toast on the app. it didn't send any data back to the activity. just created a toast on the server application.

If there were to be two apps, then the server app would have shown the toast. the reciver app sends a message thats fine. but nothing is returned back.

Ответить