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
+21.7k Golang : Encrypt and decrypt data with TripleDES
+10.7k Golang : Allow Cross-Origin Resource Sharing request
+19.5k Golang : Fix cannot download, $GOPATH not set error
+6.9k Android Studio : Hello World example
+8.4k Golang : Implementing class(object-oriented programming style)
+24.1k Golang : Find biggest/largest number in array
+7.6k Gogland : Single File versus Go Application Run Configurations
+10.5k Generate Random number with math/rand in Go
+7.1k Web : How to see your website from different countries?
+17.3k Golang : When to use init() function?
+11.6k Get form post value in Go
+16.1k Golang : Read large file with bufio.Scanner cause token too long error