Announcements https://theinshotproapk.com/category/app/announcements/ Download InShot Pro APK for Android, iOS, and PC Thu, 21 Aug 2025 21:30:00 +0000 en-US hourly 1 https://theinshotproapk.com/wp-content/uploads/2021/07/cropped-Inshot-Pro-APK-Logo-1-32x32.png Announcements https://theinshotproapk.com/category/app/announcements/ 32 32 64-bit app compatibility for Google TV and Android TV https://theinshotproapk.com/64-bit-app-compatibility-for-google-tv-and-android-tv/ Thu, 21 Aug 2025 21:30:00 +0000 https://theinshotproapk.com/64-bit-app-compatibility-for-google-tv-and-android-tv/ Posted by Fahad Durrani Product Management, Google TV Google TV and Android TV will require 64-bit app compatibility to support ...

Read more

The post 64-bit app compatibility for Google TV and Android TV appeared first on InShot Pro.

]]>

Posted by Fahad Durrani Product Management, Google TV

Google TV and Android TV will require 64-bit app compatibility to support upcoming 64-bit TV devices starting August 2026.

Following other Android form factors, Google TV and Android TV devices will soon support 64-bit app compatibility. 64-bit apps will offer improved performance, shorter start times, and new viewing experiences on upcoming 64-bit Google TV and Android TV devices.

Starting August 1st, 2026:

We’re not making any changes to 32-bit support, and Google Play will continue to deliver apps to 32-bit devices. The 64-bit requirement means that apps with 32-bit native code will need a 64-bit version as well. You should continue to provide 32-bit binaries alongside 64-bit binaries by using ABI splits in App Bundles.

How to transition

This requirement only impacts apps that utilize native code. You can check if your app has native code (.so files) with the APK Analyzer. For ARM devices, you can find native libraries in lib/armeabi-v7a (32-bit) or lib/arm64-v8a (64-bit).

For detailed guidance on transitioning to 64-bit, see Support 64-bit architectures.

How to test

    • The Google TV emulator image for macOS devices with Apple Silicon is configured for a 64-bit userspace and may be used for app testing and verification.
    • The Nvidia Shield (models P2571, P2897 and P2897) have both 32-bit and 64-bit userspace compatibility and may be used for testing on physical hardware. If your app contains 64-bit libraries, they will be used automatically.
    • 64-bit TV apps may be sideloaded to Pixel (7 or newer) phones after constraining the view window to TV resolution and DPI:
        • adb shell wm size 1080×1920
          adb shell wm density 231 #tvdpi
          adb install <package.apk>

Next steps

Prepare your TV apps to comply with 64-bit requirements by August 1st, 2026:

  1. Use the APK Analyzer to check if your app has native code.
  2. Update your native code to support 64-bit and 16 KB memory page size.
  3. Test and verify that your changes work as intended.
  4. Submit your app update to Google Play.

The post 64-bit app compatibility for Google TV and Android TV appeared first on InShot Pro.

]]>
Start building for the next generation of Samsung Galaxy devices https://theinshotproapk.com/start-building-for-the-next-generation-of-samsung-galaxy-devices/ Sat, 12 Jul 2025 12:05:20 +0000 https://theinshotproapk.com/start-building-for-the-next-generation-of-samsung-galaxy-devices/ Posted by J. Eason – Director, Product Management The next generation of foldable and wearable devices from Samsung has arrived. ...

Read more

The post Start building for the next generation of Samsung Galaxy devices appeared first on InShot Pro.

]]>

Posted by J. Eason – Director, Product Management

The next generation of foldable and wearable devices from Samsung has arrived. Yesterday at Galaxy Unpacked, Samsung introduced the new Galaxy Z Fold7, Galaxy Z Flip7, and Galaxy Watch8 series. For Android developers, these devices represent an exciting new opportunity to create engaging and adaptive experiences that reach even more users on their favorite screens.

With new advancements in adaptive development and the launch of Wear OS 6, it has never been a better time to build for the expanding Android device ecosystem. Learn more about what these new devices mean for you and how you can get started.

side by side images of Samsung's Galaxy Z Flip7 on the left and Galaxy Z Fold7 on the right

Unfold your app’s adaptive potential on Samsung’s newest Galaxy devices

The launch of the Galaxy Z Fold7 and Z Flip7 on Android 16 means users are about to experience your app in more dynamic and versatile ways than before. This creates an opportunity to captivate them with experiences that adaptively respond to every fold and flip. And preparing your app for these features is easier than you think. Building adaptive apps isn’t just about rewriting your code, but about making strategic enhancements that ensure a seamless experience across screens.

Google and Samsung have collaborated to bring a more seamless and powerful desktop windowing experience to large screen devices and phones with connected displays in Android 16 across the Android ecosystem. These advancements will enhance Samsung DeX, starting with the new Galaxy Z Fold7 and Z Flip7, and also extend to the wider Android ecosystem.

To help you meet this moment, we’ve built a foundation of development tools to simplify creating compelling adaptive experiences. Create adaptive layouts that reflow automatically with the Compose Adaptive Layouts library and guide users seamlessly across panes with Jetpack Navigation 3. Make smarter top-level layout decisions using the newly expanded Window Size Classes. Then, iterate and validate your design in Android Studio, from visualizing your UI with Compose Previews to generating robust tests with natural language using Journeys with Gemini.

side by side images of Samsung's Watch8 Classic LTE 44mm in Silver on the left and Watch8 Classic LTE 46mm in Black on the right

Build for a more personal and expressive era with Wear OS 6

The next chapter for wearables begins with the new Samsung Galaxy Watch8 series becoming the first device to feature Wear OS 6, the most power-efficient version of our wearable platform yet. This update is focused on giving you the tools to create more personal experiences without compromising on battery life. With version 4 of the Watch Face Format, you can unlock new creative possibilities like letting users customize their watch faces by selecting their own photos or adding fluid transitions to the display. And, to give you more flexibility in distribution, the Watch Face Push API allows you to create and manage your own watch face marketplace.

Beyond the watch face, you can provide a streamlined experience to users by embracing an improved always-on display and adding passkey support to your app with the Credential Manager API, which is now available on Wear OS.

Check out the latest changes to get started and test your app for compatibility using the Wear OS 6 emulator.

Get started building across screens, from foldables to wearables

With these new devices from Samsung, there are more reasons than ever to build experiences that excite users on their favorite Android screens. From building fully adaptive apps for foldables to creating more personal experiences on Wear OS, the tools are in your hands to create for the future of Android.

Explore all the resources you’ll need to build adaptive experiences at developer.android.com/adaptive-apps. And, start building for Wear OS today by checking out developer.android.com/wear and visiting the Wear OS gallery for inspiration.

The post Start building for the next generation of Samsung Galaxy devices appeared first on InShot Pro.

]]>