Android Tutorial - PREFERENCES - 2020 - P1: Build Settings with Preferences Basics (Kotlin) - German

Опубликовано: 08 Июнь 2020
на канале: CodingWithChris
1,597
26

Hey Leute, in diesem Video zeige ich euch, wie ihr ganz einfach und schnell eure Einstellungen programmieren könnt. Ich greife dabei auf sogenannte Android Preferences zurück. Dabei erstellt ihr euch einen PreferenceScreen, welche dann über eine PreferenceFragmentCompat aufgerufen wird. Ihr habt dort die Möglichkeiten verschiedene Preferences, wie den EditTextPreference, die MultSelectionListPreferences, die SwitchPreference, die CheckBoxPreference und den SingleListPreference
einzubauen. Darüber hinaus lernt ihr, wie ihr PreferenceGroups erstellen könnt.
Ich wünsche euch wie immer viel Spaß mit diesem
Video und freue mich auf eure Reaktionen.


Folgende Dependencies bitte in build.gradle einfügen:
// Navigation Components
def nav_version = "2.2.2"
implementation "androidx.navigation:navigation-fragment-ktx:$nav_version"
implementation "androidx.navigation:navigation-ui-ktx:$nav_version"

// Preferences
def preference_version = "1.1.1"
implementation "androidx.preference:preference-ktx:$preference_version"


Hier findest du noch weitere tolle Videos von mir:
Schau einfach mal rein :)


Android Navigation Components - Getting Started (Part1) in Kotlin - German/Deutsch
   • Android Tutorial - NAVIGATION COMPONE...  

Android Navigation Components - Nested Graphs & Global Actions (Part2) in Kotlin - German/Deutsch
   • Android Tutorial - NAVIGATION COMPONE...  

Android Navigation Components - Bottom Navigation Bar (Part3) in Kotlin - German/Deutsch
   • Android Tutorial - NAVIGATION COMPONE...  

Android Navigation Components - Navigation Drawer (Part4) in Kotlin - German/Deutsch
   • Android Tutorial - NAVIGATION COMPONE...  

Android ViewPager2 Example with TabLayout & Single View in Kotlin - Part 1 (German/Deutsch)
   • Android Tutorial - VIEWPAGER2 - 2020 ...  

Android ViewPager2 Example with Tablayout & Fragments (Kotlin) - Part2 (German/Deutsch)
   • Android Tutorial - VIEWPAGER2 - 2020 ...  





Hey guys, in this video I show you how you can easily and quickly program your settings. I use the so-called Android Preferences. You create a PreferenceScreen, which then is called via a PreferenceFragmentCompat. There you have the possibility to use different preferences, like the EditTextPreference, the MultSelectionListPreferences, the SwitchPreference, the CheckBoxPreference and the SingleListPreference to be installed. You will also learn how to create PreferenceGroups.
As always, I wish you a lot of fun with this Video and look forward to your reactions.

You want to watch more videos of me? In the following you will find the most popular videos.
Just have a look :)

Please add the following dependencies to build this example on your own:
// Navigation Components
def nav_version = "2.2.2"
implementation "androidx.navigation:navigation-fragment-ktx:$nav_version"
implementation "androidx.navigation:navigation-ui-ktx:$nav_version"

// Preferences
def preference_version = "1.1.1"
implementation "androidx.preference:preference-ktx:$preference_version"



Android Navigation Components - Getting Started (Part1) in Kotlin - German/Deutsch
   • Android Tutorial - NAVIGATION COMPONE...  

Android Navigation Components - Nested Graphs & Global Actions (Part2) in Kotlin - German/Deutsch
   • Android Tutorial - NAVIGATION COMPONE...  

Android Navigation Components - Bottom Navigation Bar (Part3) in Kotlin - German/Deutsch
   • Android Tutorial - NAVIGATION COMPONE...  

Android Navigation Components - Navigation Drawer (Part4) in Kotlin - German/Deutsch
   • Android Tutorial - NAVIGATION COMPONE...  

Android ViewPager2 Example with TabLayout & Single View in Kotlin - Part 1 (German/Deutsch)
   • Android Tutorial - VIEWPAGER2 - 2020 ...  

Android ViewPager2 Example with Tablayout & Fragments (Kotlin) - Part2 (German/Deutsch)
   • Android Tutorial - VIEWPAGER2 - 2020 ...  


Смотрите видео Android Tutorial - PREFERENCES - 2020 - P1: Build Settings with Preferences Basics (Kotlin) - German онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь CodingWithChris 08 Июнь 2020, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 1,597 раз и оно понравилось 26 людям.