Quick translation of websites, and switching between translated and original source easy with a button click. This is actually faster than trying to use google translate on the net, and many websites with apps don't even have google translate features in their app. The app uses jsoup4 for webscraping html tags with text to be translated The app uses google translate through Google API, and thus an API key is needed The website is viewed through WebView class that is readily available to be imported in Android studio for Java.
Polish Wiki translation (example 1)
Example of translating a polish wikipedia site to english. Clicking Switch button changes the screen from one to the other.
↔
Link to project on Github