JetPack-Navigation-Component
Android Navigation Component
Safe-Args
Android Navigation Component
Jetpack의 Navigation 기능제공으로 안드로이드에서도 XCode처럼 화면간 이동관계를 그래프형식으로 보면서 작성할수 있게 되었다.
Safe-Args
화면(Activity 또는 Fragment)사이에 데이터를 전달하기 위해서는 Bundle에 담아서 하곤했는데, Safe-Args를 이용하면 데이터를 전달할때 서로다른 타입으로 처리하려고 하는에러를 미리 방지할수 있고 좀더 간단하게 처리할수 있도록 도와준다.
build.gradle(Project:...
-
This is Slide 1 Title
This is slide 1 description. Go to Edit HTML and replace these sentences with your own words. This is a Blogger template by Lasantha - PremiumBloggerTemplates.com...
-
This is Slide 2 Title
This is slide 2 description. Go to Edit HTML and replace these sentences with your own words. This is a Blogger template by Lasantha - PremiumBloggerTemplates.com...
-
This is Slide 3 Title
This is slide 3 description. Go to Edit HTML and replace these sentences with your own words. This is a Blogger template by Lasantha - PremiumBloggerTemplates.com...
2021년 4월 26일 월요일
2021년 4월 20일 화요일
Kotlin_designpattern_ebook_kth
By schoolhompy at 4월 20, 2021
No comments
Kotlin_designpattern_ebook_kth
Kotlin 디자인 패턴
생성자 패턴 ( Creational Patterns )
Singleton
Factory
Abstract Factory
Builder
구조체 패턴 ( Structural Patterns )
Decorator pattern
Adapter Pattern
Bridge Pattern
Composite Pattern
Flyweight Pattern
Facade Pattern
Proxy Pattern
행동 패턴 ( Behavior Patterns )
Strategy pattern
Iterator pattern
State pattern
Command pattern
Chain of...