Create a Simple Paint Application in Android using Kotlin | GeeksforGeeks

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

КОМЕНТАРІ • 47

  • @KJ7JHN
    @KJ7JHN Рік тому +1

    this is a really good tutorial! Thanks for posting it.

  • @Аркадий-в2я
    @Аркадий-в2я 22 дні тому

    I finished! thank you!

  • @bablsoftware
    @bablsoftware Рік тому +1

    excellent and interesting tutorial

  • @abhisheksinghrajputog
    @abhisheksinghrajputog 2 роки тому +1

    good work keep going

  • @muskansanghai5685
    @muskansanghai5685 2 роки тому +1

    Can we optimize the code? As the imagebuttons have the same structure but just different colours, So was it necessary to create 4 different drawables for that?

  • @satyajitmishra2684
    @satyajitmishra2684 2 роки тому +2

    Instead of lines, how can I draw rectangles or circles?

  • @nisharani2427
    @nisharani2427 2 роки тому

    Very Nice tutorial keep it up sir👍🏻

  • @bikeshkumar949
    @bikeshkumar949 3 роки тому +3

    Please make a video on How to create a screen recorder app and how to open front camera by default (kotlin) . There is no helping material on this topic, it ia a humble request.

  • @_MAlazz
    @_MAlazz 3 роки тому

    Thank you! this helped me in my project.

  • @kaushikkaransingh3240
    @kaushikkaransingh3240 3 роки тому

    Awesome tutorial ❤,,,,Plzz make more projects in kotlin language ✨

  • @konikajaglan7196
    @konikajaglan7196 3 роки тому

    Awesome & thanku 🙏🏻

  • @bikeshkumar949
    @bikeshkumar949 3 роки тому +2

    Very very thanks, how can erase by moving eraser on drawing instead of whole at once.

    • @_eazyalgo
      @_eazyalgo 3 роки тому +2

      you can make a paint brush with white color (matching the color of background) and use it as eraser.

  • @bikeshkumar949
    @bikeshkumar949 3 роки тому +1

    Hello sir , Canvas is not working smoothly, such as I want to draw circle but it looks like hexagon or else. Please check it.

  • @aoshiwo
    @aoshiwo 3 роки тому

    Excelent tutorial!!.... we could add a button to save the final draw?... or to show in another Layout??... thanks!!

  • @ikkkkxx9761
    @ikkkkxx9761 3 роки тому

    Why I can't add my own colors to it when I assigned the color in main activity it is showing default colors not which I created in color. Xml file.. How can i use that colors

  • @anshumanpanigrahi7817
    @anshumanpanigrahi7817 3 роки тому

    Thanks for getting in kotlin language.

  • @dislikeamvs
    @dislikeamvs 2 роки тому +1

    keep growing gfg

  • @idenbenjamin612
    @idenbenjamin612 2 роки тому

    thank you so much

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

    Hello! I would like to ask how to do it smartly so that you don't draw on the buttons. Thanks

  • @a6071-b3y
    @a6071-b3y Рік тому

    class KotlinView : View {
    constructor(context: Context) : this(context, null)
    constructor(context: Context, attrs: AttributeSet?) : this(context, attrs, 0)
    constructor(context: Context, attrs: AttributeSet?, defStyleAttr: Int) : super(context, attrs, defStyleAttr) {
    ...
    }
    }

  • @YusufKozan-g2k
    @YusufKozan-g2k Рік тому

    Type mismatch: inferred type is Int but Color was expected.24.32

  • @Yash-fh7gm
    @Yash-fh7gm 2 роки тому

    if you facing this erro "Dependency 'androidx.emoji2:emoji2:1.2.0' requires 'compileSdkVersion' to be set to 32 or higher.
    Compilation target for module ':app' is 'android-31'"
    go to gradel file set sdk versions to 32 and add this dependency-> implement 'androidx.emoji2:emoji2:1.2.0' sync and run

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

    How I can convert my draw in bitmap ?

  • @alisaquibraza6870
    @alisaquibraza6870 2 роки тому

    17:42 where can i learn this

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

    LayoutParams is not working in my code.... Help me

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

      Red line of error is shown in LayoutParams

  • @Sushan497
    @Sushan497 2 роки тому

    19:06

  • @reddan6961
    @reddan6961 3 роки тому

    Can I somehow get the drawn image and turn it into a Bitmap?

  • @mounikamanchala2005
    @mounikamanchala2005 3 роки тому

    Thank u so much sir

  • @Gadonekoko
    @Gadonekoko 3 роки тому

    Thx so much

  • @rushgod891
    @rushgod891 2 роки тому

    Thanks bro

  • @gerardomedellin4355
    @gerardomedellin4355 3 роки тому

    Hello, I tried this code and it is not working for me. I receive no errors from compilation or runtime, but when I run the app everything starts perfectly fine, the button toasts work as expected, but when I touch the screen and drag my finger, nothing happens (no lines in the screen). Can you help me know why this is happening?

  • @karaer4961
    @karaer4961 3 роки тому

    How can i bold ?

  • @dvs0783
    @dvs0783 7 місяців тому

    Got error

  • @michelvilleneuve
    @michelvilleneuve 5 місяців тому

    android on a Mac? WTF

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

    Please can you going slower ? You are going to quick... thanks you :)

  • @ShivaPrasad-hm5lk
    @ShivaPrasad-hm5lk Рік тому

    This guy teaches in tutedude

  • @dihan_abid
    @dihan_abid 3 роки тому +3

    We need project with Java. Not kotlin..please make project using Java

    • @abhaychandra5249
      @abhaychandra5249 3 роки тому +1

      Go on tool button in android studio then on kotlin then then kotlin bytecode then decompile and u will get code ni java

    • @dihan_abid
      @dihan_abid 3 роки тому +1

      @@abhaychandra5249 ohh thanks bro

    • @tardisim
      @tardisim 2 роки тому +1

      java is dying. we need kotlin man

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

    cannot access androidx.lifecycle.lifecycleowner kotlin