Best of Mobile Development โ€” April 2024

  1. 1
    Article
    Avatar of daily_updatesdaily.dev Changelogยท2y

    Introducing the new daily.dev mobile app!

    The daily.dev mobile app has been updated with a sleeker interface, improved feed organization, streamlined navigation, and optimized mobile features. Android users can download the app from Google Play, while iOS, iPadOS, and MacOS users can download and install the Progressive Web App (PWA) from the provided guide.

  2. 2
    Article
    Avatar of dailydevworlddaily.dev Worldยท2y

    ๐ŸŽ Celebrating our mobile launch with a Giveaway!

    Celebrate the mobile app launch with a giveaway and a chance to win a custom phone case featuring your personal DevCard

  3. 3
    Article
    Avatar of freecodecampfreeCodeCampยท2y

    Flutter Tutorial โ€“ How to Develop an App with Flutter From Scratch

    Learn how to develop a Flutter app from scratch, including installation, coding UI elements, testing, and app publication.

  4. 4
    Article
    Avatar of watercoolerWatercoolerยท2y

    It works on my device ๐Ÿคง๐Ÿ˜ค

    The post includes an image expressing frustration with the statement 'It works on my device'.

  5. 5
    Article
    Avatar of codewithandreaCode with Andreaยท2y

    Flutter Tip: Use Composition Aggressively

    Using composition aggressively in Flutter can lead to the creation of small, reusable widgets that are easier to reason about.

  6. 6
    Article
    Avatar of asayerasayerยท2y

    XML vs. Jetpack Compose: A Comparison

    This post compares XML and Jetpack Compose, two user interface development tools for Android mobile apps. It discusses their syntax, language, code structure, reactivity, learning curve, customization, adoption, community, integration, and use cases.

  7. 7
    Article
    Avatar of codewithandreaCode with Andreaยท2y

    Flutter Pagination with Riverpod: The Ultimate Guide

    Learn how to implement pagination with Flutter using Riverpod. Pagination allows for efficient data fetching and improves user experience by loading data in chunks. Riverpod provides a flexible solution for pagination needs in Flutter apps.

  8. 8
    Article
    Avatar of medium_jsMediumยท2y

    I built the same app with Flutter, React Native, and Ionic

    The author compares Flutter, React Native, and Ionic in building a cross-platform mobile app. They discuss the code style and language differences between the frameworks and the considerations for choosing a framework.

  9. 9
    Article
    Avatar of collectionsCollectionsยท2y

    Building Cross-Platform Applications with Flutter: A Guide

    Learn how to build cross-platform applications with Flutter, including the difference between adaptive and responsive applications. Compare Flutter to React Native to determine the right choice for your project.