ARCore : Augmented Reality SDK for Android
After Apple announcement of ARKit for iOS developers, Google recently released the ARCore SDK for Android developers. As the name suggested, ARCore is targetted at Android developers, allowing Android developers to easily integrated augmented reality into their Android devices.
At the moment, Google's ARCore SDK supports smartphones such as Google Pixel, Samsung's Galaxy S8 and S8+ with Android 7.0 Nougat as the minimum requirement. According to reports, Google is also working with different smartphone manufacturers like Huawei, LG and ASUS to make the ARCore available with better performance and quality to more devices.
By making augmented reality capabilities available to Android developers, soon we will get to see more AR apps hitting the Play store. Apart from gaming apps, education apps will be the next biggest application of augmented reality and maybe some customized apps by hardware manufacturer on guiding the end users on how to repair or setup their products.
Who knows, maybe some start-ups will spring up with innovative ideas such as allowing their app users to paint AR graffiti or leave behind AR messages for friends/enemies.
Learn more about Google's ARCore SDK at https://developers.google.com/ar/
See also : Faster A.I with Microsoft's Brainwave
By Adam Ng
IF you gain some knowledge or the information here solved your programming problem. Please consider donating to the less fortunate or some charities that you like. Apart from donation, planting trees, volunteering or reducing your carbon footprint will be great too.
Advertisement
Something interesting
Advertisement
Tutorials
+9.8k Golang : Sort and reverse sort a slice of integers
+23.3k Golang : Read a file into an array or slice example
+5.6k Golang : ROT32768 (rotate by 0x80) UTF-8 strings example
+4.3k Golang : Valued expressions and functions example
+12.4k Golang : Arithmetic operation with numerical slices or arrays example
+17.5k Golang : Upload/Receive file progress indicator
+20k Golang : Reset or rewind io.Reader or io.Writer
+12.5k Android Studio : Highlight ImageButton when pressed on example
+21k Golang : How to force compile or remove object files first before rebuild?
+20.9k Golang : For loop continue,break and range
+21.7k Golang : How to reverse slice or array elements order
+7.3k Android Studio : How to detect camera, activate and capture example