publishing

Tech Optimizer
September 23, 2026
A new tool named BigDiskBuster has been released on GitHub, which disrupts Microsoft Defender Antivirus by preventing it from installing updates. It does this by consuming available disk space during the update process, causing Defender to remain on its current version and unable to receive new platform or signature updates. BigDiskBuster operates as a local denial-of-service technique and requires prior access to the target machine to execute. The tool was created by researcher Abdelhamid Naceri, known as Nightmare Eclipse, who has previously worked on similar projects. As of now, there is no CVE identifier, patch, or advisory from Microsoft regarding this issue.
AppWizard
September 23, 2026
The Android development community has historically addressed memory optimization reactively, but new performance requirements from Google Play, effective February 2027, emphasize proactive memory management. These requirements include metrics for dynamic memory usage, bitmap memory, and DEX code optimization, with apps needing at least 25% optimization coverage. Memory usage can now hinder releases even without local crash replication, necessitating its integration into the pre-production process alongside other performance metrics. Dynamic memory usage is defined as anonymous RSS plus swap, excluding file-backed data. Google Play will evaluate this across different application states and device performance categories. Bitmap memory is scrutinized for the retention of invisible bitmaps, and DEX optimization aims to reduce memory footprint and improve performance. Investigating memory growth involves using Android Studio’s Memory Profiler to monitor memory changes during specific user flows and conducting heap dumps to identify retained objects. Issues often arise from retained state, where components hold onto callbacks that reference image data, necessitating a focus on lifecycle management rather than merely cache size. Bitmap memory should be carefully managed, as the decoded size can significantly exceed the compressed file size. Downsampling images to match UI dimensions is crucial. Memory checks should occur before production, with a focus on establishing a memory budget based on actual measurements and defining representative memory scenarios for testing. A pre-release memory checklist includes running user flows repeatedly, testing on various devices, inspecting heap dumps, examining image configurations, and reviewing optimization metrics. Monitoring Android vitals and Play Console warnings is essential to detect potential issues before they lead to user-reported crashes.
AppWizard
September 22, 2026
Google is developing AI Studio, which allows users to create applications using vibe coding, making app development more accessible to novice developers. The company is integrating this with its Gemini platform to simplify the coding process for Android users. A new section in the Play Store, tentatively called “Your creations,” is being explored for AI Studio creations, likely located within the “Manage apps & device” screen. Currently, publishing apps from AI Studio requires formal registration and testing. The “Your creations” interface may provide a way to manage personal projects while balancing ease of sideloading. Although there are hints of a connection between AI Studio and the Play Store, details about registration and testing processes remain unclear. The language suggests that applications could be shared with a broader audience, differing from traditional publication methods. An APK teardown indicates potential future features, but not all may be released publicly.
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 14, 2026
Native App AI simplifies the process of converting websites or AI-generated web apps into Android applications ready for the Play Store without needing to rebuild from scratch. It allows users to input a website URL, customize the app's features, and generate APK and AAB files for testing and publishing. The platform supports various features such as push notifications, AdMob monetization, deep linking, and custom branding. It also assists in preparing necessary information for Google Play, ensuring compliance with policies and technical requirements. This service is beneficial for SaaS companies, startups, e-commerce ventures, and creators who have existing web products.
AppWizard
September 12, 2026
Saber Interactive has shifted its focus from North America for game development to primarily publishing activities in the region, with game creation now centered in a network of global subsidiaries. Chief Creative Officer Tim Willits expressed a willingness to explore diverse markets and local talent, stating, “We are not afraid of any territories.” He noted that some publishers hesitate to work in unfamiliar territories, but Saber aims to find and support talented individuals globally. Willits also identified overspecialization among developers as a challenge in the gaming sector but suggested that the industry's situation may not be as severe as reported, highlighting the potential for innovation through global collaborations.
AppWizard
September 11, 2026
Valheim's inventory system has only eight hotbar slots and 24 inventory slots, which can be limiting for players. With the release of Valheim 1.0, players can now purchase two inventory upgrades from Haldor, the NPC merchant in the Black Forest, each adding an additional row to the inventory for a total of 16 extra slots. Players can find coins in chests, dungeons, and by defeating monsters, and can sell items like rubies and silver necklaces to Haldor for coins. A white bag icon on the minimap indicates Haldor's location, and third-party tools like the Valheim World Generator can help locate his camp.
AppWizard
September 8, 2026
Snail, Inc. has launched a new science-fiction survival sandbox game called Honeycomb: The World Beyond, developed by Frozen Way Studio. The game is available on Steam, the Epic Games Store, PlayStation 5, and Xbox Series X|S. Key features include exploration of diverse alien biomes, a bioengineering system for creating new life forms, base building, laboratory research, resource discovery, and survival gameplay. The game incorporates advanced technologies from NVIDIA, such as RTXDI and DLSS 4.5, to enhance visual quality and performance. Frozen Way Games, based in Cracow, Poland, consists of over 80 team members dedicated to game development. Players can access the game through its official website and various social media platforms.
Search