Android Splash Screen 화면 구현 SplashActivy 만들기 import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.os.Bundle; import android.os.Handler; public class SplashActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_splash); Handler hd = new Handle..
onDraw onDraw package com.induk; import android.content.Context; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.view.View; public class MyView extends View { public MyView(Context context) { super(context); setBackgroundColor(Color.BLUE); } @Override protected void onDraw(Canvas canvas) { Paint paint = new Paint(); paint.setColor(Colo..
Android 버튼의 Event 처리 버튼 만들기 버튼을 하나 만들어줍니다. 이벤트 처리 코드 생성 안드로이드 스튜디오에서 간편하게 이벤트 처리 코드를 생성 시켜줌 Toast Toast를 이용한 간단한 메시지 출력 코드 package com.indul; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.Toast; public class MainActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.on..
- Total
- Today
- Yesterday
- github
- 웹뷰
- Alamofire
- autolayout
- Java
- 문자열
- SwiftLint
- ios
- remote config
- 라이트모드
- LazyHStack
- SwiftUI
- Realtime Database
- gcd
- subscript
- UIScrollView
- UIButton
- Apple
- NavigationLink
- Android
- string
- RxSwift
- Firebase
- 다크모드
- dictionary
- Swift
- UITabBarController
- Observable
- WebView
- swipe
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 |