Sat.Mar 12, 2016 - Fri.Mar 18, 2016

article thumbnail

Monetize With Google Admob In A NativeScript Mobile App

The Polyglot Developer

So you just made a fancy new NativeScript Android and iOS application and you’re looking to earn a little cash. There are many solutions out there, for example you could include InAppBilling or list your application as a paid application. You can also include advertisements in your application using various ad networks such as Google Admob. We’re going to take a look at how to include Google Admob in a NativeScript iOS and Android mobile application with the intent of earning a little extra mone

Google 59
article thumbnail

Implement A Barcode Scanner Using Telerik NativeScript

The Polyglot Developer

So you’re getting some fancy new features into your NativeScript Android and iOS application. A feature I always find to be useful is having a barcode scanner within my app. Barcodes are a convenient way to pass around information without having to type it in. With NativeScript we can easily add scanning features to our application. We’re going to see how to create a NativeScript Android and iOS application that can scan different types of barcodes.

article thumbnail

Access The Native Device Clipboard In Telerik NativeScript

The Polyglot Developer

Have you ever wanted to copy something from your application to the native device clipboard? Maybe you want to copy contact information from a list of elements so you can paste it elsewhere. I recently wrote a post regarding social media sharing with Telerik NativeScript that will let you share to the clipboard, but that is a little overkill. Specially because there are actual clipboard APIs that don’t rely on social media sharing.