Android Open Source - android-mydropboxelibrary Dropbox A P I Keys






From Project

Back to project page android-mydropboxelibrary.

License

The source code is released under:

GNU General Public License

If you think the Android project android-mydropboxelibrary 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.sch.mydropboxelibrary;
//w  w w  . ja  v a 2s.c  om
/**
 * Keys associated with the Dropbox API for the developer
 * These keys must be secret. If you won't to share the App with
 * other (e.g: github), add this file to the .gitignore file (if you are using
 * Git)
 */
public final class DropboxAPIKeys {
  public static final String APP_KEY="FILL_IT_WITH_YOUR_DROPBOX_APP_KEY";
  public static final String APP_SECRET="FILL_IT_WITH_YOUR_DROPBOX_APP_SECRET";
}




Java Source Code List

com.sch.mydropboxelibrary.DropboxAPIKeys.java
com.sch.mydropboxelibrary.HomeActivity.java
com.sch.mydropboxelibrary.adapters.EbookArrayAdapter.java
com.sch.mydropboxelibrary.adapters.FolderArrayAdapter.java
com.sch.mydropboxelibrary.model.EBook.java
com.sch.mydropboxelibrary.model.comparators.EBookDateComparator.java
com.sch.mydropboxelibrary.model.comparators.EBookTitleComparator.java