DEV Community

Discussion on: How to make software?? - The Right Tool

Collapse
 
ahmad_shokry profile image
Ahmad Shokry

I use golang fyne to build my desktop/mobile apps.
As a DevOps Engineer, I found it the fastest tool to output an APK.
I use it to make tiny mobile apps that are used by all stakholders within the project for tiny operations like ( Auto deploy tested build )

Collapse
 
kartik_patel profile image
Kartik Patel

I’ve heard a lot about Fyne. Before going with Wails, I actually tried setting it up, but the setup was rough and I rage-quit 😅. I also didn’t know it supported APK exports back then.

Recently, I was looking for an easier way to do APK development and started considering React Native. But after you mentioned this, I think I’ll give Fyne another shot and try setting it up properly this time.

Collapse
 
ahmad_shokry profile image
Ahmad Shokry

Glad I could help, The fyne CEO has a nice tutorial for it on udemy.