목록2024/10/03 (3)
투케이2K
[설 명]프로그램 : Android / Java설 명 : C_GraphQL_Client_Module : GraphQL 통신 수행 클라이언트 유틸 파일 [소스 코드] package com.example.javaproject.C_Module;import android.content.Context;import com.example.javaproject.C_ErrorCheck;import com.example.javaproject.C_Util;import com.example.javaproject.S_FileManager;import com.example.javaproject.S_FinalData;import com.example.javaproject.S_Log;import org.json.JSONObjec..
[설 명]프로그램 : Android / Java설 명 : C_SmartConfig_Module : 스마트 콘피그 통신 수행 유틸 파일 [소스 코드] package com.example.javaproject.C_Module;import android.content.Context;import android.os.Build;import android.os.Handler;import android.os.Looper;import com.espressif.iot.esptouch.EsptouchTask;import com.espressif.iot.esptouch.IEsptouchListener;import com.espressif.iot.esptouch.IEsptouchResult;import com.exampl..
[설 명]프로그램 : Android / Java설 명 : C_WebSocket_Okhttp_Client_Module : OKHttp 사용해 WebSocket 웹소켓 통신 클라이언트 [소스 코드] package com.example.javaproject.C_Module;import android.content.Context;import androidx.annotation.NonNull;import androidx.annotation.Nullable;import com.example.javaproject.C_StateCheck;import com.example.javaproject.C_Util;import com.example.javaproject.S_FileManager;import com.exampl..