puncsky / DrunkAudible

An Android/iOS application for listening audio books, talk shows, and TV programs.
0 stars 0 forks source link

Android: PlayerPresenterFragement should not triger timer to update if not playing #45

Open puncsky opened 10 years ago

puncsky commented 10 years ago

learn from the avTouch sample. https://github.com/xamarin/monotouch-samples/blob/master/AVTouchSample/avTouchViewController.cs#L83

puncsky commented 10 years ago

The answer seems to be NO, for it is only a presenter and the real player is the PlayerService.