It’s been nearly two years since ANELAB software has been at work. It has proofed many times that it is a useful software and makes ANE implementations an easy job. An interesting ANELAB user experience is that users have been finding creative ways to use the software. Ways that we didn’t think of, when developing …
More-
ANELAB User Experience
-
Understanding ANE Setup instruction
When Adobe AIR Native Extensions were first introduced, implementing them in AIR apps were easy. because the number of available ANEs were limited and they were doing limited work. Today, it’s very hard to think an AIR app can succeed without using any ANEs! ANE Setup is becoming very confusing. Imagine, the Firebase ANEs. Check …
More -
Send FCM Mobile Notification From My Computer
Dispatching a Mobile Notification Sending a mobile notification is a great way to engage your users with your app. Depending on your app logic, you may need to send these notifications automatically from your server or in some cases you may need to manually send a mobile notification to your users. This can be done …
More -
Create A Simple Augmented Reality Video Player using The Wikitude JavaScript API
So you like to learn how to use the Wikitude JavaScript API? You’re in the right place then! In this tutorial we get you familiar with the Wikitude’s JS API by creating a simple Augmented Reality Video Player. So we assume that you already have implemented the Wikitude’s SDK into your app successfully (the Augmented …
More -
Introduction to Augmented Reality ANE
The AR technology has always been interesting since its early days and have been used in many different fields not just games. It’s super useful in traveling, real estates, magazines businesses and many other samples. As the time passes, more developers are using this technology to develop brilliant applications. Maybe one of the most interesting …
More -
How to efficiently override native methods in AIR Native Extensions
Developing AIR Native Extensions is fun but there are times when things can get too messy (if you’re not familiar how to handle it!) especially when your project requires several ANEs. These ANEs may conflict with each other in obvious or hidden ways. Obvious conflicts are the easy ones, you can just rename your …
More -
The Only Complete and Easy-to-use Firebase ANEs Collection
You’re already familiar with Firebase ANE collection, and may be using them right now inside your AIR apps. In Google words: On July of 2016 which we started the Firebase Adobe AIR Native Extensions Collection project, not so many AIR devs knew about one of the coolest Google’s projects! That’s right, I’m talking about the …
More -
How to get an Adobe AIR unique device id
There are many reasons why you would need to track your application users. But unfortunately there isn’t such an API available in Adobe AIR. In our recent development, we needed to identify our users based on their devices. We were searching for an Adobe AIR Unique Device ID to somehow be able to identify users …
More