반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- gcd
- UIButton
- remote config
- NavigationLink
- 라이트모드
- LazyHStack
- swipe
- ios
- string
- Alamofire
- Firebase
- autolayout
- 다크모드
- subscript
- Observable
- github
- Android
- SwiftUI
- RxSwift
- 문자열
- 웹뷰
- SwiftLint
- UITabBarController
- Realtime Database
- WebView
- Apple
- dictionary
- Swift
- UIScrollView
- Java
Archives
- Today
- Total
목록Splash (1)
점진적 과부하 개발 블로그

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..
Android/Java
2022. 6. 5. 23:29