Best of Mobile DevelopmentMarch 2023

  1. 1
    Article
    Avatar of thevergeThe Verge·3y

    You can now try Microsoft Loop, a Notion competitor with futuristic Office documents

    Microsoft is now letting anyone preview Microsoft Loop, a collaborative hub offering a new way of working across Office apps and managing tasks and projects. The main interface looks a lot like Notion, a workspace app that is used by Adobe, Figma, Amazon, and many other businesses. Loop pages are like blank canvases where people can share and collaborate.

  2. 2
    Article
    Avatar of 80lv80 LEVEL·3y

    Godot 4.0 Released

    Godot 4.0 is the new major version of the open-source game engine. The new version includes a new rendering backend, real-time global illumination solutions, a volumetric fog system and custom sky shaders. The engine now has a new animation library system that allows for easier reuse of animations between projects.

  3. 3
    Article
    Avatar of keycdnkeycdn·3y

    Web Development Trends

    Smart developers are always looking ahead for ways to adapt to the ever-changing world of web development. Progressive web apps (PWA) are web applications that look and feel like native mobile apps but can be accessed through a web browser. Chatbots and virtual assistants are becoming more common on websites and web applications.

  4. 4
    Article
    Avatar of logrocketLogRocket·3y

    Migrating a TypeScript app from Node.js to Bun

    Migrating a TypeScript app from Node.js to Bun is not a particularly good name but I’m not going to change it now. I want to be able to run my code in a runtime that isn’t node.js and still use npm packages.

  5. 5
    Article
    Avatar of thevergeThe Verge·3y

    Arc’s mobile browser is here — and it’s not really a web browser at all

    Arc’s mobile browser is available today on iOS, though you’ll need an existing Arc membership to use it, which is still only available by invitation. The app is very much just your sidebar on your phone. The first version of Arc's mobile app didn’t even have a web view.

  6. 6
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Build a Simple Login App with Flutter

    Learn how to build a simple login app using Flutter. The article covers prerequisites, project creation, running the app, removing comments, changing the app name, building the app, and navigating on login. Additional features that can be added to the login app are suggested.