Best of Mobile DevelopmentNovember 2023

  1. 1
    Article
    Avatar of naderNader's Thoughts·2y

    Introducing React Native AI

    React Native AI is a full stack framework for building cross-platform mobile AI apps. It provides pre-built components and features for streaming/real-time responses, LLM normalization, OpenAI Assistants, image processing, chat UI, and theming/styling.

  2. 2
    Article
    Avatar of supabaseSupabase·3y

    Getting started with React Native authentication

    Learn about React Native authentication, including native mobile specific login mechanisms like 'Sign in with Apple' and 'Google One Tap sign-in', as well as SMS & WhatsApp based authentication.

  3. 3
    Article
    Avatar of itnextITNEXT·3y

    Flutter: State Management with pure MVVM

    This article discusses the implementation of state management in Flutter using the pure MVVM design pattern without the need for any 3rd party libraries. It explains the importance of state management in mobile applications and provides an overview of MVVM. The article also provides a step-by-step guide on implementing MVVM in Flutter and demonstrates it with a simple To-Do app example.

  4. 4
    Article
    Avatar of uxplanetUX Planet·3y

    Uplevel your filter menu

    Learn about strategies for rendering filterable lists, optimizing filter menus for scroll and mobile, and updating filter options as the user interacts.