앱프로그래밍/android
fragment app 예제
메렁키키
2016. 3. 3. 15:57
android studio full src
Toast.makeText(this,"xml연결 서버접속실패:",Toast.LENGTH_SHORT).show();
StrictMode.ThreadPolicy policy = new StrictMode.ThreadPolicy.Builder().permitAll().build();
StrictMode.setThreadPolicy(policy);