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
+12.5k Golang : Drop cookie to visitor's browser and http.SetCookie() example
+19.2k Golang : Fix cannot download, $GOPATH not set error
+25.6k Golang : missing Mercurial command
+30.7k Golang : Interpolating or substituting variables in string examples
+34.9k Golang : Upload and download file to/from AWS S3
+7.4k Golang : How to handle file size larger than available memory panic issue
+7.2k Golang : Example of custom handler for Gorilla's Path usage.
+11.2k Use systeminfo to find out installed Windows Hotfix(s) or updates
+22k Golang : Securing password with salt
+20k Golang : How to get struct tag and use field name to retrieve data?
+6.4k Golang : Calculate diameter, circumference, area, sphere surface and volume
+6.4k Golang : Convert an executable file into []byte example