Best of AndroidDecember 2022

  1. 1
    Article
    Avatar of pointerPointer·3y

    google/comprehensive-rust: This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust to everyone.

    The course is built using mdBook and its Svgbob plugin. Run $mdbook serve to start a web server with the course. You can use to create a static version of the course in the directory. For questions or comments, please contact Martin Geisler or start a discussion on GitHub.

  2. 2
    Article
    Avatar of hnHacker News·3y

    Welcome to Comprehensive Rust 🦀

    The course covers the full spectrum of Rust, from basic syntax to advanced topics like generics and error handling. It also includes Android-specific content on the last day. The goal of the course is to teach you Rust. We assume you don't know anything about Rust and hope to: - Give you a comprehensive understanding of the Rust syntax and language.

  3. 3
    Article
    Avatar of dzDZone·3y

    Flutter vs React Native vs Xamarin

    Most smartphone users use three different mobile platforms - iOS, Android, and Windows. Flutter is an open-source, cross-platform mobile app development framework created and maintained by Google in 2017. As per the report, smartphone users across the globe will rise to 3.8 billion by 2021.

  4. 4
    Article
    Avatar of shopifyShopify Engineering·3y

    Migrating our Largest Mobile App to React Native

    Shopify's Largest Mobile App to React Native is the future of mobile at Shopify. In 2020, Shopify will migrate all its native mobile apps to ReactNative. Shopify Mobile, our flagship mobile app, on the other hand is quite stable and meets our merchants’ needs.

  5. 5
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    What is Programming? A Handbook for Beginners

    A Handbook for Beginners. Welcome to the amazing world of programming. This is one of the most useful and powerful skills that you can learn and use to make your visions come true. We will dive into why programming is important, its applications, its basic concepts, and the skills you need to become a successful programmer.

  6. 6
    Article
    Avatar of logrocketLogRocket·3y

    How to render HTML to React Native

    The React Native library is an open source component with over three thousand GitHub stars and 46 contributors. It takes your HTML and renders 100% native views in your iOS or Android apps. In this tutorial, we will use the react-native-render-html package to render HTML into our React Native application.

  7. 7
    Article
    Avatar of uberUber Engineering·3y

    Devpod: Improving Developer Productivity at Uber with Remote Development

    Uber's codebase in 2017 was fragmented and distributed across thousands of repositories with 10+ programming languages, 4000+ services, 500+ Web Apps, 9+ build tools and 6+ configuration tools. This fragmentation resulted in a number of developer pain points including dependency management issues, library version fragmentation in production, build tool fragmentation, and friction in code sharing.