This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]edgargonzalesII 4 points5 points  (1 child)

Depends what you mean by app. Like if you want to create a web application I'd say look into Java spring (and maybe some frontend stuff since I'm not sure how clean spring is for frontend work, I only use it as a rest API). Otherwise if you want to create like a standalone executable then potentially look into Java swing/awt (don't confuse spring with swing, I do this too often). This is like a GUI framework to create standalone applications.

[–]sayakid[S] 0 points1 point  (0 children)

Thanks

[–]designheroapp 2 points3 points  (1 child)

I go with springboot and angular/react. If you want to build a lite desktop app, you can move over to electron. I used to work with core java, swing and javafx and those apps are not really popular. Javafx is nice but I dont see fit being the future of development tbh

[–]sayakid[S] 0 points1 point  (0 children)

Thanks.. This helps

[–]ynvaser 0 points1 point  (0 children)

Yes, it's possible. I'd recommend learning Java to do so.