Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Recommendation for language/library for overlaying images.

shapp

New Coder
Hi Everyone,

I am an experienced PC programmer but who has never programmed for mobile phones.
I now wanted to write an app and was wondering if anybody could recommend a programming language and library that you know can be used to overlay images and text on top of each other?
I was thinking about using Flutter. Does it have this feature?
I could not find an answer while searching so far.

Thank you!
 
I think Android Studio and using View class can do this.
You may use Kotlin or Java and you may need XML for a layout of how to display this on a screen.
There is Kotlin Multiplatform too that is like that I think.
Android Studio is for Android but if you are looking for Apple or both Apple and Android, unsure, X E.
 

Buy us a coffee!

Buy me a coffee.
Back
Top Bottom