0

Can I create UI or Android app using python ?

Can I create UI or Android app using python ? I wanted to make an android app with AI integrated in it using APIs, so I guess Python is best for this ?

18th May 2024, 7:30 AM
Yash Thale
Yash Thale - avatar
2 odpowiedzi
+ 3
Hi Yash, If you're using APIs, OpenAI's for example, then it's not essential for you to use Python - with this being said, C# MAUI is probably a good place to start with an Android app. https://dotnet.microsoft.com/en-us/apps/mobile If you're set on using Python, in theory you could use BeeWare as follows. https://beeware.org/ https://www.youtube.com/watch?v=xezYYBL7nk0&ab_channel=PyConAU
18th May 2024, 10:42 AM
Kai Harrison