Best of AndroidSeptember 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    Can you fix 2,500 TypeScript errors?

    Inkdrop mobile v5.1.0 beta is available on the beta version on TestFlight and Google Play Store. The app used to freeze for a few seconds when changing device orientations on tablets. I realized that this was caused by a massive amount of UI rerendering due to the window dimension change event.

  2. 2
    Article
    Avatar of builderiobuilder.io·3y

    Building Adaptive User Interfaces in React Native

    React Native provides components and APIs to adapt to changes in device sizes and orientations. The Dimensions API in React Native allows you to obtain the device's width and height. You can use these values to adapt styles based on the device size. For more complex platform-specific scenarios, you can split your code into separate files.

  3. 3
    Article
    Avatar of reactnativeexampleReact Native Example·3y

    Food Recipe App using React Native Reanimated 3.0 and TailwindCSS

    Food Recipe App uses React Native Reanimated 3.0 and Tailwind CSS Food-Recipe-App-React-Native Watch Tutorial on YouTube. Open it in the Expo app on your phone to view it. It will reload if you save edits to your files, and you will see build errors and logs in the terminal.

  4. 4
    Article
    Avatar of communityCommunity Picks·3y

    A Comparison of Popular Flutter App Architectures

    A Comparison of Popular Flutter App Architectures starting new projects is fun. The Riverpod architecture is based on the Riverpod package, based on four main layers. These are popular app architectures that were introduced long ago to solve similar problems to the ones we face today with Flutter.

  5. 5
    Article
    Avatar of phProduct Hunt·3y

    SCode Studio - On the go Compiler/IDE - Programming on mobile App/ Mobile coding IDE and platform

    Most-loved launches by the community Newsletter The best of Product Hunt, every day Popular products in... AI No Code Social Media E-Commerce Analytics. Ask questions, find support and connect Stories Tech news, interviews and tips from Makers Changelog Release notes from the Product Hunt team Office hours.

  6. 6
    Article
    Avatar of reactnativeexampleReact Native Example·3y

    An open-source app for iOS/Android, made for film enthusiasts

    Widescreen is an open-source app for iOS/Android, made for film enthusiasts! Guess and rate the daily film, read nuanced reviews, discuss film with the community, chat privately with friends, and more. Use the React Native Expo environment set on your device.

  7. 7
    Article
    Avatar of flutterFlutter·3y

    Developing Flutter apps for Large screens

    Developing Flutter apps for large screens, we share what you should consider as you develop your app to meet Android’s large screen guidelines. In January 2023, we updated the Wonderous app to adapt to different device formats. We share the details where Wonderous didn’t address large-screen requirements.