/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

juffalow.com
| | jakewharton.github.io
1.7 parsecs away

Travel
| | Field and method binding for Android views.
| | blog.blundellapps.co.uk
2.2 parsecs away

Travel
| | Someone requested this so here goes: If you want to send someone to a website when they press a button in your activity: MainActivity class: And your XML layout: Main.xml As always, enjoy!
| | wittchen.io
1.9 parsecs away

Travel
| | When we work with Activities in Android, defining different layouts for different screen orientations is easy. The only thing we need to do, is to create two *.xml files with the same name for layouts in two separate directories (res/layout/ and res/layout-land/). In Fragments its not that easy. In such case, we need to perform additional operations in order to achieve our goal. Fragment in Android is not re-inflated on configuration change, but we can recreate layout and repopulate view manually.
| | adityarohilla.com
13.6 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...