Skip to main content

Posts

Showing posts with the label Android Studio

AR Core - With New Updates - Google I/O 2018 Second Day Updates

Three months ago, Google launched ARCore, Google’s platform for building augmented reality (AR) experiences. ARCore supports following platform. Android - Java Unity Unreal iOS Your browser does not support the video tag. There are already hundreds of apps on the Google Play Store that are built on ARCore and help you see the world in a whole new way. Some of them are, Human Anatomy Atlas 2018: Complete 3D Human Body Magicplan Jenga AR Yesterday in Google I/O (9th May 2018) the team ARCore introduced many new features in their SDK to build more stunning AR apps. And the announcements are, 1) AR all around you: ARCore now features Vertical Plane Detection which means you can place AR objects on more surfaces, like textured walls. This opens up new experiences like viewing artwork above your mantlepiece before buying it. And thanks to a capability called Augmented Images, you’ll be able to bring images to life just by pointing your phone at them—l...

Get Started With Kotlin - Part 1

Kotlin is now an official language on Android. And its fully supported in Android Studio 3.0 and higher. Now it's easy to create new projects with Kotlin files, add Kotlin files to your existing project, and also you can convert Java language code to Kotlin. Now lets see the Advantages of Kotlin.     1. Concise - Drastically reduce the amount of boilerplate code     2. Safe - Avoid entire classes of errors such as null pointer exceptions     3. Interoperable - Leverage existing libraries for the JVM, Android, and the browser     4. Tool-Friendly - Choose any Java IDE or build from the command line To be continued... 

Setting Up Android Studio

If you are completely a beginner for Android Application Development and want to set up a development environment in your system go ahead and follow below instructions. Download JAVA Download and install latest Java JDK from this  link Download Android Studio Make sure your system meet the minimum requirements to install Android Studio Minimum Requirement for Windows is:  64 bit distribution OS with Minimum 4GB RAM (But I am strongly recommend 8GB) and 250 GB free space in Hard disk.  If your system meet the minimum requirements go ahead and download and install the latest version of  Android Studio Note:  Android studio is quite larger file and it takes more than few minutes to download and install depending upon your internet speed and System.