Hello Jetpack Compose | Composable Preview : Jetpack Compose - 4

Поділитися
Вставка
  • Опубліковано 11 гру 2024

КОМЕНТАРІ • 5

  • @Sureshp1229
    @Sureshp1229 Рік тому

    Nice👏

  • @harshitsharma3226
    @harshitsharma3226 11 місяців тому

    Why we are using function names like this DefaultPreview instead of following camelcase format as we usually do for function naming ? Any specify reasons?

  • @personalexperiences8665
    @personalexperiences8665 Рік тому

    Sir, Can you explain what actually annotation "Composable" means as I Saw when you go in Text.kt file where function "Text" is also annotated with Composable

    • @Codetutor-DemystifyCoding
      @Codetutor-DemystifyCoding  Рік тому

      It's a annotation that you use to make a function Composable. Jeptpack compose framework needs to know which function is Composable function to that it can render it as per the framework. The thing that differentiates a normal function from Composable function is the annotation Composable. Hope this helps.

    • @personalexperiences8665
      @personalexperiences8665 Рік тому

      thanks you sir @@Codetutor-DemystifyCoding 🙂