Back to project page Andriod-PC-GPSApplication.
The source code is released under:
MIT License
If you think the Android project Andriod-PC-GPSApplication listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
/** * // ww w. ja v a 2 s . c om */ package com.example.appxgpsmodule; import java.io.PrintWriter; import java.util.Scanner; /** * @author NThusitha * */ public class Globals { public static Scanner socketIn = null; public static PrintWriter socketOut = null; }