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.
Read MoreSo 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 money. Now this is going to use vanilla NativeScript. If you’re looking for instructions on how to do this with Angular, check out the guide I wrote here.
Read MoreHave 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.
We’re going to see how to use the native device clipboard features in NativeScript to copy text to the clipboard and later obtain it.
Read MoreEvery app lately has some social media aspect to it. Most commonly, apps will allow you to share some kind of data, whether it be an image or text, to social media networks such as Facebook or Twitter. Sharing via email or SMS message still is classified as social sharing. When building NativeScript Android and iOS applications, sharing data isn’t complicated.
We’re going to see how to share image data and text data on social media networks via a Telerik NativeScript Android and iOS mobile application.
Read MoreBeing able to authenticate within a mobile application using your fingerprint offers a certain convenience that is of huge benefit in modern applications. Using the iOS touch id, doors can be opened in the land of application security and since Telerik NativeScript can interface with native APIs and features, touch id becomes available for use within our JavaScript based application.
We’re going to see how to show secure content within our application, only accessible after successfully authenticating using a fingerprint and the iOS touch id features.
Read MoreCreating your own in-app icons can be a real pain. Having to worry about all the different Android and iOS icon sizes is not a pleasant task, specially when web developers have it easy with icon packs like Font Awesome. Lucky for us, Ionic is a mobile web application, so we can enjoy the same benefits that web developers have.
Previously, I demonstrated how to include Font Awesome into an Ionic Framework 1 application, but that version of the framework is becoming old news because Ionic 2 is stealing the spotlight.
This time around we’re going to see how to use the 400+ icon fonts that Font Awesome offers in our Ionic 2 Android and iOS application.
Read MoreA few days ago I announced via my email newsletter that my blog, Nic Raboy’s Code Blog, found at blog.nraboy.com was going to be rebranded to The Polyglot Developer, found at www.thepolyglotdeveloper.com.
I am pleased to announce that this transition has already taken place and this blog is now known as The Polyglot Developer. If you typically land on my blog via a Google Search result, don’t worry as I have appropriate redirects in place to ensure you end up where you need to be.
So why did I decide to make this transition?
Read More