|
You are here |
codetraveler.io | ||
| | | | |
www.thepolyglotdeveloper.com
|
|
| | | | | Learn how to request Android permissions at runtime in a NativeScript with Angular mobile application. This accommodates all versions of the Android OS. | |
| | | | |
adityarohilla.com
|
|
| | | | | 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... | |
| | | | |
ryanharter.com
|
|
| | | | | One of my favorite new devices from Google is the Chromecast. I have 3 throughout my house, and one for travel. It's great to have a cheap device that anyone can stream to. I've also had the pleasure of integrating Google Cast support on several apps in my freelancing business. These are usually pretty cut and dry, but I recently had a client who needed a custom Google Cast action item which was one of many colors, depending on where you are in the app. | |
| | | | |
wittchen.io
|
|
| | | 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. | ||