Skip to content

Instantly share code, notes, and snippets.

@Matsushige
Matsushige / SendService.java
Created November 6, 2012 07:47
データ送信スレッド
public class SendDataService extends IntentService {
HttpURLConnection httpConnect = null;
public static String readData = "";
public static String serial = "";
public static String type = "";
public static String id = "";
public
public SendDataService() {
super("sendDataService");