It is based on a ESP8266, and a homepage/PHP MySQL.
Now I want to add a phone/Tablet to the solution and this is where I need some guidance.
Basicalli I need only to make a small and simple app. But finding the right starting point is a bit challenging. All the solutions that I have found so far seems to fit my needs bad.
Eclipse
Just installing it on my computer took me 2 days last summer. And the emulator does not run on my 8 core Xeon. (I got help from a highly skilled Java guy, and even he was frustrated. For my simple project, it is simply to big and complicated package.
App Inventor
I’m not following this path. Have still not seen anything that really works coming from this path. It seems to be way to limited.
Android Studio
Seems to be almost like Eclipse. Or am I wrong. By the look of what I have seen on YouTube it is almost as overcomplicated as Eclipse. But Im willing to give it a second try.
Any suggestions?
My requiremnts
A two form(Screen) app.
Form 2 that holds a handful buttons and text fields. The button generates a text string that is send to my ESP8266 as a http request. And can read http strings send back.
Form 2 is a setup page where the user can setup prefs and these prefs are loaded upon start of the app.
If Visual Basic was availible for android I could make the hole thing in about an hour or maby 2. So It is a bit frustrating to have to start ell ower with a new IDE, Language and setup.