I am newbie to android.
I want to initialize certain parameters like api key and device token (as are in iOS).
Device token which is unique id of iphone,which is used to send notification to that device.
Api key is unique key which identifies our application.(Every third party has its own API key like Facebook,Twitter,Google Plus,etc.)
AND
methods like didRegisterForRemoteNotification and didReceiveRemoteNotification (as are in iOS) in android.
So i want to know alternative for this in android.
In iOS,We store deviceToken to send notification ,But in android what we store to send notification ?