/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

inthecheesefactory.com
| | zserge.com
2.4 parsecs away

Travel
| | Android history: from no architecture to MVP to MVVM to Redux
| | adityarohilla.com
2.0 parsecs away

Travel
| | Have you ever tried screen mirroring (or casting) your phone on a Smart Tv? You must have. There are tons of available applications for this task. If you haven't heard of Screen mirroring, let me explain: Screen mirroring (sometimes calledscreen casting) allows you to mirror your mobile device's content to your TV screen. It can...
| | blog.iamsuleiman.com
2.3 parsecs away

Travel
| | Snackbar is a part of Material Design, available via Android Design Support Library. Let's look into implementing, styling and more in this tutorial.
| | wittchen.io
17.5 parsecs away

Travel
| Introduction I really like Gradle build system for JVM apps. It has flexibility like Ant and great dependency management capabilities like Maven. It addition, it doesnt use XML notation, but Groovy programming language, so builds configurations are simple, concise, easier to read and easier to create. In my opinion, Gradle is truly modern build system for JVM apps. Nevertheless, there are projects, which are pretty old and use older systems like Ant.