android - Is there a way to trigger an event through a listener from a parse push notification instead of showing a notification to the user -


i wondering if can use parse notification service backend instead of notifying user. wondering if sending push notification can start background activity run code in background. possible or should try different service. if so, recommend other services and/or solutions problem. of other services seem same , other solution can think of scanning server every little while in background. afraid use battery life.

sure, can combination of push notifications , proper handlers.

  1. send push silent push. noted in post, silent push reception default- have add code interact user.
  2. when receive it, process appropriately run background code instead of interacting user. can read more how receive , process push in parse.com push guide android.

Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -