/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

android-developers.googleblog.com
| | adityarohilla.com
3.7 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.0 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.
| | wiresareobsolete.com
4.0 parsecs away

Travel
| | Note: ConstraintLayout and the layout editor tools are currently in preview. The information in this post is based on the code and behavior of constraint-layout:1.0.0-alpha4. These behaviors may change as the tools approach final release. Google I/O 2016 came with an announcement of new tools and libraries designed to improve the layout experience building Android applications. Android Studio has been equipped with a constraint-based visual layout editor, coupled with the new ConstraintLayout container to interpret those constraints at runtime.
| | adityarohilla.com
15.8 parsecs away

Travel
| Hey people! In this tutorial, we'll develop a basic Audio capturing android application. This tutorial is the second part of the series in which we develop basic Android applications. You can find the previous article on Screen mirroring here: Screen mirroring android app Let's start developing our recorder app. The most common way to do...