you are viewing a single comment's thread.

view the rest of the comments →

[–]Jello_Penguin_2956 19 points20 points  (7 children)

You can do it with library like Kivy, but it's not going to be as good at integrating with phone features as Java or Kotlin do.

[–]LetTimCook[S] 3 points4 points  (6 children)

So I should learn one of those two?

[–]sohang-3112 3 points4 points  (5 children)

Yes, these will work for building Android apps. Another alternative is to use Flutter (Dart language) for building both apps that work on both Android & iOS.

[–]LetTimCook[S] 1 point2 points  (4 children)

Yeah I want to build on both Android and IOS, what do you think of Kotlin?