Web Development on android!

Hey there, I'm Eagle. A passionate developer based in India, working ambitiously to accomplish and create great things. I'm currently exploring frontend developement.
I'm a self taught frontend dev, being quite a bit experienced in web development. I have solid understanding of JavaScript and looking forward to learn and be perfect in other technologies.
What is web development?
Web development is the work involved in developing a website for the Internet.
Is it possible on android?
The answer is yes! Web development is possible in android. Here on android there are many IDE and coding apps to do that!
Which is best App for web dev?
Here are list of top 3 apps I personally use for web development!
How can we get inspect element on android?
The answer is simple! There is an awesome open source console developed for android named Eruda
How to use Eruda in any browser?
- Create a new bookmark.
- Set any name
- Set URL to
javascript:(function () { var script = document.createElement('script');script.src="//cdn.jsdelivr.net/npm/eruda"; document.body.appendChild(script); script.onload = function () { eruda.init() } })();
Screenshot:

How to use inspect element?
To start console (inspect element) on any webpage just visit that webpage then search name of your saved bookmark and click to load it.
Screenshot 1:

Screenshot 2:

Click that setting icon to open your inspect element!

