Receive sensor data from esp8266 and show on my app

Hello,
I want to make an app which can show multiple sensor data received from ESP8266, I don't want to use Google Firebase. Can someone please help me out and guide me on how to make such an app ?

Thank You.

Do you want to use network or Bluetooth?

1 Like

Network....

As you have mentioned network, i would suggest you to use MQTT protocol. There is mqtt extension for mit app inventor which is very easy to use and this resources( how to make mit app inventor android app for ESP8266 data using mqtt) can help you build your application from scratch.