Android Open Source - OOB-Sample-App Magic Parameters






From Project

Back to project page OOB-Sample-App.

License

The source code is released under:

GNU General Public License

If you think the Android project OOB-Sample-App 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.example.oobexampleapp;
//from  w  w w .ja v  a2s.  com
import java.io.IOException;
import java.nio.charset.Charset;
import java.util.List;

/**
 * Created by User on 7/10/2014.
 */
public class MagicParameters {
    public static String version = "0.0.4";
    public static String userkey = // insert user key here
    public static String username = // insert app_id here
    public static String hostname = // insert host server here
    public static boolean debug = false;
}




Java Source Code List

com.example.oobexampleapp.DoRequest.java
com.example.oobexampleapp.MagicParameters.java
com.example.oobexampleapp.MainActivity.java
com.example.oobexampleapp.OOBProcessor.java
com.example.oobexampleapp.PandorabotsAPI.java