0% found this document useful (0 votes)
7 views

Custom Push Stack

The document summarizes an Android summer project that involved working with the Android software stack. It describes key Android concepts like activities, intents, and content providers. It also discusses using Cloud to Device Messaging (C2DM) to enable push notifications from an app server to Android devices. The report concludes by noting the project involved enabling and sending C2DM messages and exploring options to view, block, and customize push notifications.

Uploaded by

Ankit Goyal
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views

Custom Push Stack

The document summarizes an Android summer project that involved working with the Android software stack. It describes key Android concepts like activities, intents, and content providers. It also discusses using Cloud to Device Messaging (C2DM) to enable push notifications from an app server to Android devices. The report concludes by noting the project involved enabling and sending C2DM messages and exploring options to view, block, and customize push notifications.

Uploaded by

Ankit Goyal
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 20

Summer Project Report

Presented by: Ankit goyal A2300910038 M.Tech(CS&E)

Software stack for mobile devices Open-source software platform created by Google It includes an operating system,, a middleware and some applications.

A SDK is available to build, compile, test and debug user applications.

Mobile

Device Application Server

Third-Party C2DM

Servers

Android

SDK Development Kit)

JDK(Java Eclipse SQLite

Database Browser

Activity Intents Broadcast

Receivers

Content

Providers

Services

free light-weight Android framework and a Google-run service that allows our app servers to push notifications to our apps running on our users' devices More efficient, because we piggyback on the existing connection that's already there; Google does all the work Takes care of message queuing and besteffort delivery Just a notification mechanism

Enabling

C2DM a message

Receiving Sending

a message

Working

Block Block View

messages of particular type. particular time period.

the history of maximum 10 days.

Ringer

mode and Ringtones for the push notifications.

Can Help

be used for chat provider

Thank you

You might also like