且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

实施解析推送通知

更新时间:2023-02-26 21:09:38

这并不难:


  1. 下载SDK解析

  2. 解压它

  3. 挂断解析 - *罐子和螺栓-机器人 - *。jar放到在Eclipse项目

  4. 添加code的所有neccesary线如描述快速入门指南。显然,你需要添加一些进口:

  1. Download Parse SDK
  2. Unzip it
  3. Drop Parse-*.jar and bolts-android-*.jar into libs in your Eclipse project
  4. Add all the neccesary lines of code as described in Quick Start Guide. Obviously you'll need to add some imports:

进口com.parse.Parse;
进口com.parse.ParseInstallation;

import com.parse.Parse; import com.parse.ParseInstallation;

嗯,我认为这是它 - 让我知道它是否适合你。

Hmmm, I think that was it - let me know if it works for you!