Hantrinsic Apps

GCM Server Helper 1.0
Hantrinsic
GCM Server Helper is intended to ease theserver-side integration with Google Cloud Messaging (GCM).Prerequisites:- Create a project on you android dev console- Enable the GCM API from the project console- Generate a key for server applicationsInstructions:1. Enter your project number2. Hit the register button3. Send the assigned GCM registration id by email to you server\'sdeveloper workstation4. On the server side, send an HTTP POST message to https://android.googleapis.com/gcm/send withthe following characteristics:http headers: Content-Type: application/json, Authorization:key=XXXXXXhttp body: {"registration_ids":["YYYYYY"],"delay_while_idle":true,"data" :{ "whatever_field_you_want":"whatever_data_you_want"}}where XXXXXX=your_server_api_key andYYYYYY=your_gcm_registration_id5. Your mobile should vibrate and either show you a notification ordisplay the received GCM message in the app if opened.
Instant Buddy Finder 1.0
Hantrinsic
Instant Buddy Finder helps you findbuddieswhen you need them most.Right now the app is open to students from the frenchCite-Ucampus.