Skip to content

Instantly share code, notes, and snippets.

View manuel14's full-sized avatar

Manuel Matías Zubieta manuel14

  • cordoba, argentina
View GitHub Profile
//esto es en android en la welcomeActivity
String userId = currentUser.getObjectId();
final HashMap<String, Object> params = new HashMap<>();
params.put("id", userId);
ParseCloud.callFunctionInBackground("getTeam", params, new FunctionCallback<ParseObject>() {
public void done(ParseObject o, ParseException e) {
if (e == null) {
Toast.makeText(getApplicationContext(),