Android Open Source - PlayTogether Parse Constants






From Project

Back to project page PlayTogether.

License

The source code is released under:

This is free and unencumbered software released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a co...

If you think the Android project PlayTogether listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Java Source Code

package com.rockylearnstodevelop.playtogether;
//ww w .  j a va2  s.  c om
public final class ParseConstants {
  //Class name
  public static final String CLASS_USER = "User";
  public static final String CLASS_SPORTACTIVITY = "SportActivity";
  public static final String CLASS_USERINFO = "UserInfo";
  public static final String CLASS_ACTIVITYREQUEST = "ActivityRequest";
  //field names
  public static final String KEY_USERNAME = "username";
  public static final String KEY_PASSWORD = "password";
  public static final String KEY_LEVEL = "level";
  public static final String KEY_SPORT = "sport";
  public static final String KEY_TIME = "time";
  public static final String KEY_ALONE = "alone";
  public static final String KEY_USERID = "userId";
  public static final String KEY_BIRTHDAY = "birthday";
  public static final String KEY_FILE = "file";
  public static final String KEY_GENDER = "gender";
  public static final String KEY_WECHATID = "weChatID";
  public static final String KEY_CREATEDAT = "createdAt";
  public static final String KEY_REQUESTRELATION = "requestRelation";
  public static final String KEY_SENDERID = "senderID";
  public static final String KEY_RECIPIENTID = "recipientid";
  public static final String KEY_SENDERNAME = "sendername";
  public static final String KEY_RECIPIENTNAME = "recipientname";
  public static final String KEY_BADMINTON = "Badminton";
  public static final String KEY_RUNNING = "Running";
  public static final String KEY_TENNIS = "Tennis";
  public static final String KEY_PINGPONG = "Ping Pong";
  public static final String KEY_OBJECTID = "objectId";
  public static final String KEY_ACTIVITYID = "activityId";
}




Java Source Code List

com.rockylearnstodevelop.playtogether.ActivitiesFragment.java
com.rockylearnstodevelop.playtogether.ActivityAdapter.java
com.rockylearnstodevelop.playtogether.FileHelper.java
com.rockylearnstodevelop.playtogether.ImageResizer.java
com.rockylearnstodevelop.playtogether.LoginActivity.java
com.rockylearnstodevelop.playtogether.MainActivity.java
com.rockylearnstodevelop.playtogether.MatchActivity.java
com.rockylearnstodevelop.playtogether.NoMatchActivity.java
com.rockylearnstodevelop.playtogether.ParseConstants.java
com.rockylearnstodevelop.playtogether.PlayWithMe2Application.java
com.rockylearnstodevelop.playtogether.RequestAdapter.java
com.rockylearnstodevelop.playtogether.RequestFragment.java
com.rockylearnstodevelop.playtogether.SectionsPagerAdapter.java
com.rockylearnstodevelop.playtogether.SignupActivity.java
com.rockylearnstodevelop.playtogether.UserInfoActivity.java
com.rockylearnstodevelop.playtogether.WannaPlayFragment.java