# Web Development on android!

# 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](https://play.google.com/store/apps/details?id=com.rhmsoft.code)
2. [Acode: premium (recommended)](https://play.google.com/store/apps/details?id=com.foxdebug.acode)
3. [Acode: free version](https://play.google.com/store/apps/details?id=com.foxdebug.acodefree)

# How can we get inspect element on android?
The answer is simple! There is an awesome open source console developed for android named [Eruda](https://github.com/liriliri/eruda)

## How to use Eruda in any browser?
1. Create a new bookmark.
2. Set any name
3. Set URL to

```javascript
javascript:(function () { var script = document.createElement('script');script.src="//cdn.jsdelivr.net/npm/eruda"; document.body.appendChild(script); script.onload = function () { eruda.init() } })();
```

<u>Screenshot:</u>
![Bookmark Preview](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/jxz80jtdoyoh7kjic013.jpg)

## 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.

<u>Screenshot 1:</u>
![Searching Bookmark](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/msryjz2dhpmekipvy2aw.jpg)

<u>Screenshot 2:</u>
![Eruda Console](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/sg3hhe0nvrgr1m4zf291.jpg)

> Click that setting icon to open your inspect element!

---

# Here is a responsive website designed on android:
[Eagle - Official Website](https://www.eaglenetwork.tk)

---



