EMEduardo Munsteininmunstein.hashnode.dev·Nov 2, 2023 · 3 min readBenefits of Android app modularizationModularization is essential in any professional Android codebase, and there are compelling reasons to implement it, some of which will be discussed in this post. It's important to note that our focus here is on feature-based modularization. While som...00
EMEduardo Munsteininmunstein.hashnode.dev·Oct 11, 2023 · 4 min readTransferring data between Android and Wear OSOne of the best things about Android development is how easy it is to ship apps for different experiences like Android TV, Android Auto and Wear OS(smartwatches). We all know that providing a seamless experience is crucial for retaining our users and...00
EMEduardo Munsteininmunstein.hashnode.dev·Oct 5, 2023 · 2 min readBuilding your first Android widget with GlanceDisclaimer: This post was originally published in 2022 on my previous page that no longer exists. When Google launched Android Snow Cone 12 one of the main focuses of the OS's version was widgets. As Google defines it widgets are "at-a-glance views o...00