thoom Posted November 12, 2016 Share Posted November 12, 2016 I'm looking for a GUI development tool with the following requirements:- Possibility to easily develop and modify a GUI with radio buttons, switches, text inputs etc., different GUI pages, menues etc.- Possibility to take over the GUI into an Android or iOS app.- There is no need for graphic effects, just text and controls.I didn't decide which IDE to take for the APP development. It will be quite a simple app, with these special features: Accessing a Bluetooth-LE device and saving a log file.Which GUI tool would you recommend and which (cross-development) IDE would you recommend for that?Thanks in advance! Link to comment https://www.insanelymac.com/forum/topic/317906-gui-development-tool/ Share on other sites More sharing options...
davidm71 Posted November 12, 2016 Share Posted November 12, 2016 I'm looking for a GUI development tool with the following requirements: - Possibility to easily develop and modify a GUI with radio buttons, switches, text inputs etc., different GUI pages, menues etc. - Possibility to take over the GUI into an Android or iOS app. - There is no need for graphic effects, just text and controls. I didn't decide which IDE to take for the APP development. It will be quite a simple app, with these special features: Accessing a Bluetooth-LE device and saving a log file. Which GUI tool would you recommend and which (cross-development) IDE would you recommend for that? Thanks in advance! It's called Xcode Sent from my iPhone using Tapatalk Link to comment https://www.insanelymac.com/forum/topic/317906-gui-development-tool/#findComment-2317821 Share on other sites More sharing options...
thoom Posted November 12, 2016 Author Share Posted November 12, 2016 Thank you. I know, this forum is about Apple products, but I also want to develop an Android app and therefore, I would like to use a GUI development tool whose output can be used for both worlds, if there is such a tool. Isn't it possible to develop a GUI which can be imported in different IDEs for iOS and Android or is there an IDE which can be used to develop code for both OS? Link to comment https://www.insanelymac.com/forum/topic/317906-gui-development-tool/#findComment-2317989 Share on other sites More sharing options...
Foxic Posted May 18, 2017 Share Posted May 18, 2017 Thank you. I know, this forum is about Apple products, but I also want to develop an Android app and therefore, I would like to use a GUI development tool whose output can be used for both worlds, if there is such a tool. Isn't it possible to develop a GUI which can be imported in different IDEs for iOS and Android or is there an IDE which can be used to develop code for both OS?Easy. Make an app iOS/android based around a database and in a standardised fashion, then make a seperate application OS X/Linux/windows that populates the database. You can then export an apk or an Xcode proj and then compile the Xcode proj on a mac (if the rest of it isn't being done in a mac) Link to comment https://www.insanelymac.com/forum/topic/317906-gui-development-tool/#findComment-2426772 Share on other sites More sharing options...
Recommended Posts