InfoQ Homepage Android Content on InfoQ
-
Google Brings Machine Learning to Firebase with ML Kit
Google recently introduced ML Kit, a machine-learning module fully integrated in its Firebase mobile development platform and available for both iOS and Android. With this new Firebase module, Google simplifies the creation of machine-learning powered applications on mobile phones and solves some of the challenges of implementing computationally intense features on mobile devices.
-
Android Jetpack Brings WorkManager, Navigation and More
Android Jetpack brings new components, tools and architectural guidance to develop Android apps. The new components are WorkManager, Navigation, Paging, Slices and Android KTX.
-
ARCore 1.2 Lets Users Share AR Worlds
At its recent I/O 2018 conference, Google announced version 1.2 of its augmented reality framework, ARCore, which brings collaborative AR experiences through Cloud Anchors, vertical plane detection, and SceneForms, which makes it possible to create 3D apps without using OpenGL.
-
Android Studio 3.2 Canary Brings Better Traces Support, Lint Checking, and More
Google has released Android Studio 3.2 Canary in the Canary and Dev channels. This version comes with improvements on core Android Studio IDE, as well new Android Profiler, Android Jetpack, Import/Export CPU traces, record CPU activity during startup, Lint checking and more.
-
Google Overhauls the Android Support Library into AndroidX
The new Android extension library (AndroidX) is a replacement for the seven-year old Support library, aiming to streamline things and provide a solid foundation for the further evolution of the library.
-
Oracle Seeks $8.8 Billion in Damages from Google after Appeal
Oracle says Google’s use of Java APIs was not fair. Google says it was. The court battle between the two tech giants started back in 2010, and after ongoing trials and appeals, the U.S. Court of Appeals reached a decision -- Google’s use of Java in Android wasn’t fair use. Google could owe Oracle billions. The battle is not over though; it may reach the Supreme Court.
-
An Early Look at Zircon, Google Fuchsia New Microkernel
Google has published the official book about Fuchsia, its new operating systems aimed at IoT and mobile devices. Fuchsia will be based on a new microkernel called Zircon.
-
Android Studio Switched to New D8 Compiler
Recently released Android Studio 3.1 switched to a new DEX compiler which promises to provide better and faster compilation, writes Google software engineer Jeffrey van Gogh.
-
Android Studio 3.1 Aims to Improve App Development Productivity
The latest release of Android Studio, version 3.1, focuses on improving app development productivity and includes a new C++ performance profiler, command line support for Kotlin Lint checks, SQL code completion and improved refactoring, and more.
-
Android P DP1: WiFi-RTT, Display Cutout Support, Multiple Cameras, Animated GIFs, NNAPI 1.1
Google has made available the first Android P Developer Preview (DP1). Notable new features include: WiFi-RTT, cutout, multiple cameras, animated GIFs, NNAPI 1.1, and more performance for Kotlin code.
-
Google’s Cross-Platform Mobile UI Framework Flutter Now in Beta
Flutter, now in beta, is Google attempt to create a framework for cross-platform interfaces for both iOS and Android apps that behave and feel like native, although not standard, UIs.
-
Google ARCore Hits 1.0, Runs on More Devices
Following its preview announcement, Google is now releasing ARCore 1.0, which greatly extends the set of supported devices.
-
Avalonia Beta 1 Brings Many Improvements over WPF
Avalonia describes itself as a “cross platform .NET UI framework inspired by WPF, with XAML, data binding, lookless controls and much more." Having just reached its first public beta, it is already showing some interesting improvements over the venerable WPF version of XAML.
-
Dart 2 Revamped for Mobile Development
The latest version of Google’s Dart programming language, sporting a strengthened type system, cleaned-up syntax, and an improved toolchain, is being touted by Google as the way to go for Mobile and Web app development, enabling a 2–3x productivity increase.
-
Meltdown and Spectre: What They Are and How to Deal with Them
This article discusses the latest CPU vulnerabilities – Meltdown and Spectre – and the current solutions to fix them.