Development

AppWizard
September 21, 2026
In August 2026, Google Play announced new performance requirements for memory management that will be enforced starting February 2027. These requirements include metrics for dynamic memory usage, bitmap memory, and DEX code optimization. Applications that exceed these thresholds may face reduced visibility and publishing capabilities on the platform. Dynamic memory usage is defined as the sum of anonymous RSS and swap, excluding file-backed data. Google is focused on whether applications retain non-visible bitmaps and requires at least 25% coverage in DEX optimization. Memory issues can be difficult to reproduce, and developers are encouraged to use Android Studio’s Memory Profiler to investigate memory growth. A thorough investigation involves monitoring memory changes, taking heap dumps, and understanding reference paths. Bitmap memory should be carefully managed, as the runtime cost of images can exceed their file size. Google will provide real-world memory metrics through the Play Console, and teams are advised to establish memory budgets and perform pre-release checks to identify potential issues before they lead to out-of-memory (OOM) crashes.
AppWizard
September 20, 2026
SEGA has announced the revival of the role-playing game Persona 4, originally released in 2008. The revival will feature enhanced graphics, improved character models and environments, expanded content with additional storylines and characters, and modernized gameplay mechanics. The announcement has generated excitement among fans, who are discussing their favorite aspects of the original game and speculating on new features. SEGA plans to share more details, including gameplay trailers and previews, as the release date approaches.
AppWizard
September 20, 2026
Google has launched the beta program for Android Auto version 17.8, which can be manually installed via an APK installer without joining the beta program. The update focuses on subtle enhancements and is expected to precede a significant overhaul, including new features showcased at the I/O developer conference. Anticipated features include support for widgets that provide essential information without opening separate applications, and the integration of video applications like YouTube, allowing video playback on stationary vehicles. Users will need a Premium subscription for YouTube to access this feature. The stable version of Android Auto 17.8 is expected to be available soon through the Google Play Store, with the complete build identified as Android Auto 17.8.1638 beta.
BetaBeacon
September 19, 2026
Valve has made Lepton, the compatibility layer for running Android games on the Steam Frame, open-source. The project is available on Valve's GitLab repository and aims to assist game developers in bringing their VR Android games to the Steam Frame. Lepton combines Valve's proprietary code with components from Waydroid, Anbox, Halium, and Hybris, as well as portions of the AOSP. Open-source developers may utilize Lepton's code, adapt it for various applications, or fork the project to introduce new features or optimize its functionality.
Winsage
September 19, 2026
New Windows 11 Insider Preview builds have been released for the Beta and Experimental channels. Notable new features include: - A new animation for the Mouse indicator in the Experimental channel, which can be activated through accessibility settings and kept visible until the escape key is pressed. - A new contrast theme toggle in the Magnifier, also in the Experimental channel, designed to reduce screen glare without altering the appearance of images, charts, and videos. - Updates to the Cloud rebuild feature in the Experimental channel, allowing users to restore their Windows 11 PC to a clean state and sanitize device drives during the process. IT administrators can now configure and initiate Cloud rebuild remotely via the Recovery CSP.
Search