Issue
I am new to android programming. I am finishing my first android app that is coded in java and I want to learn kotlin after that.
I am really interested in creating my own view (custom view) to have a better app. I want to know if there is any difference between using jetpack compose and creating custom view...
can jetpack compose be used instead of creating custom views??
Thanks!
Solution
as Tenfour04 said :
Compose is a completely separate view system. It's not officially released yet. This is maybe an awkward time to get into Android development because it's clear Google is going to push Compose very heavily once it is officially released, but since it's not yet, you kind of need to know the original view system right now. I don't know if I'd recommend a beginner to start with Compose yet because you'll be fighting with the early pre-release quirks when you aren't fully familiar with Android yet. – Tenfour04 Feb 1 at 20:13
Answered By - Mahdi nezam parast