I can't figure it out how to bind to a service from a fragment.
Can anyone give me an idea about how to do it?
Did you try getActivity().bindService(intentToBindToService)?