RGB wifi controller

Hi

I want to make a RGB led lighting theme with the color adjustable with 3 sliders in a GUI. When i move each slider the led color must change in realtime (eg no additional click or tap needed).

Something like this:

Now the interface im unsure of what to use, i have Arduino Mega with Ethernet Shield. As far as i know HTML wont be possible, ideally i would like an app on my android but i have no idea how to even start with a android app. any help appreciated!

ideally i would like an app on my android but i have no idea how to even start with a android app.

Maybe you should ask at the Chevy dealer. We work on Fords here.

The Chevy dealer is at Android Mobile App Developer Tools – Android Developers

Now the interface im unsure of what to use, i have Arduino Mega with Ethernet Shield. As far as i know HTML wont be possible, ideally i would like an app on my android but i have no idea how to even start with a android app. any help appreciated!

I suggest you send the commands to Arduino via Bluetooth. It is much cheaper (<$10 for the bluetooth module for Arduino, compared to $>30 for the ethernet shield) and much easier to program (basically serial interface, no need for HTML).

Following. Any suggestion?