Notification in Android -


i trying create android application allows users receive updates particular server/website.

for example, whenever have piece of information want share, update or notice, post on website. whenever, there updates posted me, want phone receive notification , add information app.

just gmail app on android. update when there mail , not have timer check @ every interval.

does know how can go it? new programming, if answers in steps me follow. in advance.

edit:

the android application have login page define type of user. updates , information regarding type of user pushed.

however users of application, may not login google account.

you use c2dm - cloud 2 device messaging. it's relatively new tech though not lot of resources it.

here's tutorial on it: http://www.vogella.de/articles/androidcloudtodevicemessaging/article.html

edit: ps: , it's in beta might work best proof of concept more actual product.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -