안드로이드예제7 안드로이드 Thread & Handler http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="horizontal" tools:context=".MainActivity"> ---------------------------------------------------------------------------------------------------------------- package com.example.threadexam; import androidx.annotation... 2022. 1. 31. 안드로이드 Log 출력 및 주석다는 법 package com.example.debugexample; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; public class MainActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); String son = "손드로이드"; Log.e("MainActivity : ",son);/*앱을 실행했을때 손드로이드 라는 .. 2022. 1. 31. 안드로이드 Navigation Menu 커스텀 [activity_main.xml] http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/apk/res-auto" android:id="@+id/drawer_layout" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".MainActivity"> /*activity_drawer을 activity_main.xm에 포함시킨다*/ ---------------------------------------------------------------------------------------------------.. 2022. 1. 20. 안드로이드 WebView 2022. 1. 18. 이전 1 2 다음