반응형
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
- Apple
- UIScrollView
- 다크모드
- github
- Android
- 웹뷰
- Alamofire
- autolayout
- remote config
- Observable
- RxSwift
- UIButton
- subscript
- 라이트모드
- LazyHStack
- UITabBarController
- WebView
- gcd
- ios
- swipe
- 문자열
- dictionary
- string
- Firebase
- NavigationLink
- Realtime Database
- Swift
- SwiftLint
- SwiftUI
- 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