/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

www.thepolyglotdeveloper.com
| | blog.blundellapps.co.uk
2.5 parsecs away

Travel
| | This blog is going to show you how to write your first Android Things application. We'll discuss the hardware details you need to know to get started and then dive into the code of the android app. Prerequisite, I assume you have a Raspberry Pi (or other AndroidThings compatible board) and you have flashed it
| | blog.iamsuleiman.com
1.5 parsecs away

Travel
| | With Android Nougat 7.1, Google released a new feature called App Shortcuts. In this post, learn about its design guidelines and how to implement them.
| | developerlife.com
2.2 parsecs away

Travel
| | This tutorial will show you how to create a sub-Activity from a calling-Activity, and process the results produced by the sub-Activity, if you want to do so. Also, the various ways of launching a sub-Activity are covered, along with the Android Activity history stack. A subclass of Activity is also provided that makes it trivial to launch sub-Activities and respond to results from them.
| | nguyenhuythanh.com
27.1 parsecs away

Travel
| I named this post "Good" Practices, not "Best", since I believe that there is hardly a silver bullet that can be used to solve everything, technology oriented or not. The practices are good since they fit my case, and I hope that it would give you (or my future self) some useful insights. Monorepo Development Style Normally, we are used to Angular CLI's new command: ng new The style is normal for a "multi-repo" development style, where we split our projects into multiple repositories (Git repository to be precise).