Skip to main content

Command Palette

Search for a command to run...

Web Development on android!

Updated
1 min readView as Markdown
Web Development on android!
E

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!

  1. Code editor by rthym software
  2. Acode: premium (recommended)
  3. Acode: free version

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?

  1. Create a new bookmark.
  2. Set any name
  3. 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: Bookmark Preview

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: Searching Bookmark

Screenshot 2: Eruda Console

Click that setting icon to open your inspect element!


Here is a responsive website designed on android:

Eagle - Official Website


More from this blog

Eagle's Blogs

3 posts

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.