jetpack

AppWizard
March 30, 2026
Google has introduced early beta features for Android aimed at enhancing task-centric capabilities through an "agent-first" operating system. The key component is AppFunctions, a Jetpack API that allows developers to expose self-describing capabilities within their applications for seamless interaction with AI agents while prioritizing user privacy and performance by executing tasks on-device. AppFunctions operates similarly to backend capabilities declared via MCP cloud servers but runs locally on the device. Additionally, a UI automation platform has been introduced to assist users in performing complex tasks without requiring developer input. This platform allows users to complete tasks like placing pizza orders or coordinating rideshares through the Gemini Assistant. Privacy and user control are emphasized, with all interactions designed for on-device execution and mandatory confirmations for sensitive tasks. Currently, these features are in early beta and available exclusively on the Galaxy S26 series, with plans for broader deployment in Android 17.
AppWizard
March 23, 2026
Crimson Desert is a game that occupies a 6-7/10 rating range, offering a fantasy-infused sandbox environment. Current reviews have not met player expectations, with scores falling short of the anticipated 8-9 range. Players assume the role of Kliff, a member of the Greymanes, tasked with rebuilding after an attack by the Black Bears. The gameplay features dragon riding, jetpack flights, and combat against various enemies, with a straightforward revenge narrative driving the combat system. The Fanatical Mystery Star Bundle offers inexpensive Steam keys, priced at £1 each, which may include Crimson Desert or other titles like Resident Evil Requiem. Purchasing multiple stars reduces the cost per star, making it possible to acquire Crimson Desert at a low price.
AppWizard
March 17, 2026
Google has announced that connected display support for Android has reached general availability with the release of Android 16 QPR3. This feature allows compatible Android phones and foldable devices to initiate a new desktop session on an external display while maintaining the phone's independent state. Supported devices include the Pixel 8, 9, and 10 series, as well as various Samsung devices like the Galaxy S26, Fold7, Flip7, and Tab S11. The collaboration between Google and Samsung has been crucial in developing this feature. The Android 16 QPR3 release has refined windowing behaviors, taskbar interactions, and input compatibility for mouse and keyboard usage. It introduced two new width window size classes: Large (1200dp to 1600dp) and Extra-large (1600dp and above) to assist developers in creating adaptive layouts. Navigation 3 has also been released, providing a system for managing UI flow based on Scenes. Design principles for desktop contexts have been updated, emphasizing the importance of multitasking, efficient use of screen space, and accommodating various input types. The Android Design Gallery has been launched to showcase design examples across different categories and input types. The announcement has implications for mobile advertising and app measurement, as the distinction between mobile and desktop ad inventory becomes more complex. Developers are advised to ensure their apps can adapt to changes in display configurations to maintain ad performance and measurement accuracy. Key dates include the announcement of connected display general availability on March 3, 2026, and the launch of the Android Design Gallery on March 16, 2026.
AppWizard
March 6, 2026
Google is testing various AI models for Android app development through a new platform called “Android Bench,” which evaluates the performance of leading AI language models (LLMs) against benchmarks specific to Android development. The benchmarks assess capabilities in areas such as Jetpack Compose, asynchronous programming, data persistence, dependency injection, navigation migrations, Gradle/build configurations, and interaction with Android components. Google has identified Gemini 3.1 Pro Preview as the top-performing model with a score of 72.4%, followed by Claude Opus 4.6 at 66.6% and OpenAI’s GPT 5.2 Codex at 62.5%. Gemini 2.5 Flash scored the lowest at 16.1%.
AppWizard
March 4, 2026
Google has released Android Studio Panda 2, featuring an AI agent that generates applications and an AI-enhanced version upgrade assistant. This version is based on JetBrains IntelliJ IDEA's community edition. The AI capabilities are powered by Gemini, Google's large language models, with a free tier offering a lightweight version of Gemini 2.5 Pro. Developers can create prototypes with a single prompt, and the AI agent automates project planning, code generation, error analysis, and self-correction. Users must sign into Gemini and enable AI integration, with data collection practices in place. A demonstration showed the AI generating a bridge deal analyzer, which functioned but had inaccuracies in the generated code. Android Studio also experienced performance issues and deprecated certain features, including the Custom View preview and 3D mode in the layout inspector.
AppWizard
February 26, 2026
Google is enhancing Android apps to align with user expectations for artificial intelligence, similar to advancements in Windows 11. Developers received a preview of this initiative, which includes a new feature called AppFunctions. This feature allows Android apps to expose public interfaces for specific functionalities, enabling seamless interaction with AI agents and system-level services. AppFunctions are analogous to the Model Context Protocol (MCP) for cloud-based AI interconnectivity and will be accessible through Google's Jetpack library and platform APIs, ensuring local interactions on devices. AppFunctions are currently in early development, with initial examples implemented in the upcoming Gemini version for the Samsung Galaxy S26 series and other Samsung devices running OneUI 8.5 and higher. Users will interact with Calendar, Notes, and Tasks using AppFunctions to streamline activities. Google is launching an early preview of AppFunctions through a beta feature in the Gemini app, available on the Galaxy S26 series and select Pixel 10 devices, allowing users to delegate tasks to AI agents by double-pressing the power button. The initial rollout will focus on apps in food delivery, grocery, and rideshare sectors in the US and Korea. AppFunctions are expected to be integrated into Android 17, with a stable release anticipated around mid-year.
AppWizard
February 26, 2026
Google has introduced early-stage developer capabilities for Android aimed at connecting applications with intelligent agents and personalized assistants, specifically Google Gemini, while prioritizing privacy and security. A key feature of this initiative is AppFunctions, introduced with Android 16, which allows applications to expose specific capabilities for access by agent apps, enabling seamless task execution on devices. Developers can define app functionalities for AI assistants, facilitating various use cases such as task management, media creation, cross-app workflows, and calendar scheduling. A practical example includes the Samsung Gallery app, where users can request specific photos through Gemini, which triggers the appropriate function to retrieve them. Additionally, Google is advancing a UI automation framework for AI agents, allowing for the execution of generic tasks across applications with minimal coding. Future expansions of these capabilities are planned for Android 17, with ongoing collaboration with select app developers to enhance user experiences.
AppWizard
February 16, 2026
The latest update in Overwatch's Reign of Talon chapter has introduced five new heroes, the most significant addition since the game's launch. The current tier list categorizes 50 characters by role, with Domina being notably powerful, and Sigma remaining a top choice in competitive play. Other dominant tank characters include D.Va, Zarya, and Ramattra, while Winston is favored against unprepared teams. New heroes Anran and Emre are well-balanced, but established characters like Sojourn, Ashe, Cassidy, and Bastion continue to perform strongly. Vendetta has the highest win rate at approximately 55%. In the support category, Jetpack Cat is highlighted for her mobility and healing, while Mizuki is more situational. The top heroes by win rate are Vendetta (55.6%), Domina (54.4%), Mizuki (54.2%), Zenyatta (53.1%), and Doomfist (52.9%). Lower pick rate heroes often have higher win rates, emphasizing the need for mastery over popular choices.
AppWizard
January 28, 2026
Smartphone users expect immediate feedback and seamless experiences from applications, which requires a holistic approach to mobile development that integrates user interface design with robust server-side capabilities. Challenges in app architecture and backend integration can hinder performance, particularly for high-level applications. Developers often focus on frontend aspects, neglecting the importance of backend processes, which can lead to issues such as inefficient API payloads and data fetching latency. Architectural bottlenecks, like excessive data retrieval, can waste bandwidth and battery life. A well-structured Android architecture can separate UI from data management complexities, aiding scalability. Modern tools like Jetpack Compose enhance UI development but can introduce performance issues if backend state delivery is inconsistent. Collaborating with specialized nearshore mobile app development teams can help US-based companies address these challenges effectively, benefiting from time zone alignment and cost-effective solutions while maintaining engineering expertise.
AppWizard
December 30, 2025
Elon Musk's xAI is hiring Android engineers in London, New York, Palo Alto, and San Francisco to enhance mobile experiences for its Grok AI chatbot and the X platform. Candidates should have expertise in Kotlin, Jetpack Compose, and reactive programming. Applications can be submitted by messaging Attila on X or visiting xAI's jobs portal, with a focus on practical experience. The hiring process includes a 15-minute phone interview, two technical rounds involving live coding and hands-on exercises, and a final meeting with the xAI team. The positions offer competitive salaries, equity compensation, and a comprehensive benefits package. Musk aims for xAI to achieve artificial general intelligence (AGI) within two years, with Grok 5 expected in early 2026 having a 10 percent chance of reaching AGI. The roles aim to integrate AI capabilities into mobile devices for widespread use.
Search