Categories
Android

Android Studio New Logo

The new Android Studio logo is a pretty big revamp compared to the older one. The old design had a drawing compass in front of a blueprint with the Android logo poking its head over top, while the new version ditches the blueprint and has the compass look more like an “A.” It’s a simpler, […]

Categories
Android

Manage External Storage Permission in Android 11+

Android 11 (API level 30) further enhances the platform, giving better protection to app and user data on external storage. This release introduces several enhancements, such as raw file path access, batch edit operations for media, and an updated UI for the Storage Access Framework. The release also offers improvements to scoped storage, which makes it easier for […]

Categories
Android

TikTok optimizes their UX with Android tools

TikTok wanted a faster startup and a more seamless playback and user experience. To meet these goals, the team used Android development tools – such as Jetpack’s App Startup library and Layout Inspector in Android Studio – to find areas for improvement and refine them. Learn more about how a commitment to App Excellence helped […]

Categories
Android

Android App Protection

An Android library that prevents your app from being pirated / cracked using Google Play Licensing (LVL), APK signature protection and more. This library applies some techniques to help protect your app’s users and attempt to thwart reverse engineers and attackers. BUT, this isn’t guaranteed to stop your app from getting pirated. There is no […]

Categories
Android

BarrierTape (Android Library)

Barrier tape is a great way to get a user’s attention or alert them when a feature of your app is unavailable. This library allows you to create a barrier tape of different colors and shapes. It can be used as a background for any View or as content of ImageView For a better understanding of the library’s […]