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 Google Play

Google Play SDKs

Make more informed SDK choicesGet information about widely used commercial SDKs on Google Play, and see whether they’re registered in Google Play SDK Console Find out more: https://play.google.com/sdks

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 […]

Categories
Android

LightCompressor – Video Compressing Library for Android

A powerful and easy-to-use video compression library for android uses MediaCodec API. This library generates a compressed MP4 video with a modified width, height, and bitrate (the number of bits per seconds that determines the video and audio files’ size and quality). It is based on Telegram for Android project. The general idea of how the library […]