novoda / android-demos

Examples of Android applications

Home Page:www.novoda.com/blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simperAudioStreamer

sandip7032 opened this issue · comments

what is "mSrvBinding" in
simperAudioStreamer -> AudioStreamService.java

Please Specify

It is the API for how you communicate to the service, what more do you need to know?

When you bind to the service you can get an instance of this class and therefore use it to perform actions in this service.

http://developer.android.com/guide/components/bound-services.html you cast the IBinder to this type

but the "Stub" is undefined in my code

On Fri, Oct 30, 2015 at 11:23 PM, Paul Blundell notifications@github.com
wrote:

It is the API for how you communicate to the service, what more do you
need to know?

When you bind to the service you can get an instance of this class and
therefore use it to perform actions in this service.

http://developer.android.com/guide/components/bound-services.html you
cast the IBinder to this type


Reply to this email directly or view it on GitHub
#21 (comment)
.

Sandip Dodiya
(+91) 9824811100
Support Engineer *
*Saurashtra Computech Limited

23/2 Galaxy Comm. Centre
Jawahar Road
Rajkot
sandip7032@gmail.com sandip7032@gmail.com
sandip7032@hotmail.com sandip7032@hotmail.com

Can you explain more please? Maybe add some links to the code you're talking about

no reply in 6 months, closing