Android Open Source - IMFApp Ribbit Application






From Project

Back to project page IMFApp.

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 IMFApp 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.teamtreehouse.ribbit;
//from   ww  w.j a v a 2s  .  c om
import android.app.Application;

import com.parse.Parse;

public class RibbitApplication extends Application {
  
  @Override
  public void onCreate() {
    super.onCreate();
    Parse.initialize(this, "d8UhQPsSH93Zt7MhoQU8JQ0Q2T7A5m8xfBLaHpQa", "qz2oXx3AWVLf6MdUAhtbTpW5DXsDHbIPepcUctAJ");
  }
}




Java Source Code List

com.teamtreehouse.ribbit.EditFriendsActivity.java
com.teamtreehouse.ribbit.FriendsFragment.java
com.teamtreehouse.ribbit.InboxFragment.java
com.teamtreehouse.ribbit.LoginActivity.java
com.teamtreehouse.ribbit.MainActivity.java
com.teamtreehouse.ribbit.ParseConstants.java
com.teamtreehouse.ribbit.RibbitApplication.java
com.teamtreehouse.ribbit.SectionsPagerAdapter.java
com.teamtreehouse.ribbit.SignUpActivity.java