Android Question Wrapper for push notification library

Mousa Najafi

Member
Licensed User
Longtime User
we developed a push notification webservice based on gcm. On android side there is a library that should be imported to eclipse or android studio(library file is attached) as you see library has a jar and res folder
etc. also google play services should be imported to project and manifest file should be changed.
After importing library in main activity, just it should be initialized in onStart by
Pushe.initialize(this,true);
please tell me the steps required to make a wrapper for this library ?
 

Attachments

  • pushe-0.8.1.zip
    433 KB · Views: 115
Top