Best of Mobile DevelopmentDecember 2023

  1. 1
    Article
    Avatar of shiftmagShiftMag - Insightful Engineering Content·2y

    Why use Flutter in 2024

    Flutter is an open-source framework that offers high-performance app development, rapid iteration with hot reload, and a thriving community. It excels in networking and custom UI applications, IoT projects, and MVP development. Flutter is a good choice for streamlining development and reducing workload, and it has been continuously enhanced with new features and capabilities. However, it still has some limitations compared to well-established web development frameworks.

  2. 2
    Article
    Avatar of communityCommunity Picks·2y

    Scroll Fading 101

    Scroll fading is an animation triggered by scrolling that causes elements or content to fade in or out. It is used to guide users through long pages, optimize data loading, provide timely information, and boost brand credibility. Research findings show that scroll fading can introduce usability obstacles, but following best practices can help avoid them.

  3. 3
    Article
    Avatar of pandProAndroidDev·2y

    Clean Architecture for mobile: To be, or not to be

    The article discusses the use of Clean Architecture in mobile development, exploring its benefits and limitations. It suggests that for smaller and simpler projects, MVP or MVVM may be sufficient, while larger and more complex projects may benefit from Clean Architecture.

  4. 4
    Article
    Avatar of uxplanetUX Planet·2y

    Glaring UX Mistakes on Real Apps — Part 1

    Learn from existing design mistakes to improve your own design journey. This article highlights five common UX mistakes found in real apps and provides tips for avoiding them.

  5. 5
    Article
    Avatar of habrhabr·2y

    The mystery of Telegram

    Telegram is a messaging app that has often been associated with controversial events and has a strong focus on privacy. It offers features that cater to both personal and work needs, positioning itself as a super app. Despite growing into a large company, Telegram retains a startup vibe and maintains a product changelog to communicate with its users. The platform also embraces chatbots and has developed a unique brand identity

  6. 6
    Article
    Avatar of medium_jsMedium·2y

    Firebase Cloud Messaging in React: A Comprehensive Guide

    Learn how to easily add push notifications to a React App using Firebase. This article provides a comprehensive guide on Firebase Cloud Messaging in React, including its benefits, setup instructions, notification permissions, registration token generation, configuring notification listeners, and testing push notifications.

  7. 7
    Article
    Avatar of codewithandreaCode with Andrea·2y

    Flutter Deep Linking: The Ultimate Guide

    This article provides a comprehensive guide to deep linking in Flutter. It explains what deep links are and how they work in the context of mobile apps. The article discusses the different types of deep links and guides readers through the setup process on both Android and iOS. It also covers how to handle deep links in Flutter using the GoRouter package. The article concludes with additional topics and tools related to deep linking in Flutter.