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
+13.7k Chrome : ERR_INSECURE_RESPONSE and allow Chrome browser to load insecure content
+21.2k Golang : Print out struct values in string format
+11.7k Golang : Google Drive API upload and rename example
+7.2k Golang : Extract or copy items from map based on value
+10.3k Golang : Skip blank/empty lines in CSV file and trim whitespaces example
+10.6k Golang : Covert map/slice/array to JSON or XML format
+4.6k Android Studio : Hello World example
+4.9k Unix/Linux : How to fix CentOS yum duplicate glibc or device-mapper-libs dependency error?
+4.2k Unix/Linux : How to test user agents blocked successfully ?
+7.5k Golang : Format strings to SEO friendly URL example
+5.8k Golang : Check to see if *File is a file or directory
+19k Golang : Sort and reverse sort a slice of strings