0

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?

Diego Ivan
  • 15
  • 5

1 Answers1

0

Did you try getActivity().bindService(intentToBindToService)?

Bijay Koirala
  • 525
  • 5
  • 9