Back to project page Android-PiTrainer.
The source code is released under:
MIT License
If you think the Android project Android-PiTrainer listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package captainhampton.pi.trainer; //from w w w . j av a2s .c om import com.facebook.android.AsyncFacebookRunner; import com.facebook.android.Facebook; public class Utility { public static Facebook fb; public static AsyncFacebookRunner asyncRunner; }