Android – Newbie Gotchas
So I was doing this tutorial to make a simple music player in Android, and came across lots of problems, cause they are using SDK version M3, while I’m using SDK version 1.1. Lots have been changed since then….
1. Signature for Notification has been changed. It used to be:
Notification(Context, int, CharSequence, long, CharSequence, CharSequence, Intent, [...]





