Best of Android2022

  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 pointerPointer·3y

    mikeroyal/Self-Hosting-Guide: Self-Hosting Guide. Learn all about locally hosting(on premises & private web servers) and managing software applications by yourself or your organization.

    Most self-hosted software can be installed using Docker, a packaging system which allows software to bundle their configuration and dependencies. Shipwright is a WebUI to generate templates for Yacht, Portainer, Docker-Compose, and Unraid. Dozzle is a small lightweight application with a web based interface to monitor Docker logs. Diun is a tool that receive notifications when a Docker image is updated.

  3. 3
    Article
    Avatar of pointerPointer·3y

    binwiederhier/ntfy: Send push notifications to your phone or desktop using PUT/POST

    PUT/POST ntfy (pronounce: notify) is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer, entirely without signup or cost.

  4. 4
    Article
    Avatar of communityCommunity Picks·3y

    Flutter vs Native Comparison

    Flutter’s cross-platform framework has been on the rise in many industries, including retail, fintech, and e-commerce. Flutter allows to unify business logic and UI and use a single code base for two platforms. Kotlin is a popular, object-oriented language, and a lot of developers use it. The language is similar to Java.

  5. 5
    Article
    Avatar of faunFaun·3y

    Apps Which Are Just Cool To Have on Your Phone & Your Life…

    Textra is arguably the best and most stable texting app for Android. It comes with a variety of themes, most of which are editable by you. Unfold Unfold is a clean and easy to use creative tool that focuses on creating slick and polished Instagram Stories-ready presentations.

  6. 6
    Article
    Avatar of communityCommunity Picks·3y

    Bridge pattern in TypeScript

    Bridge pattern is a structural design pattern that allows you to separate a big class or set of related classes into two different domains: abstraction (also called interface) and implementation. The abstraction layer is the one that the client will use to interact with our application. This layer is not going to contain the business logic of our application.

  7. 7
    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.

  8. 8
    Article
    Avatar of systemweaknessSystem Weakness·3y

    Simple way of hacking Android phone using AndroRAT.

    AndroRAT is a client/server application developed in Java Android for the client side and the Server is in Python. It is designed to give control of the Android system remotely and retrieve information from it.

  9. 9
    Article
    Avatar of reactnativeexampleReact Native Example·3y

    A beautiful wallet app made using React Native CLI Typescript

    A beautiful wallet app made using React Native CLI Typescript App Showcase Acknowledgements. Styled Components - React Native Reanimated and React Native BottomSheet Run Locally Clone the project. Go to the project directory.

  10. 10
    Article
    Avatar of react_nativeReact Native·4y

    Announcing React Native 0.70 · React Native

    Announcing React Native 0.70.0.70 is the first version with Hermes, our in-house JS engine, enabled by default. New unified configuration for Codegen - Android Auto-linking for New Architecture libraries - Full CMake support for Android builds.

  11. 11
    Article
    Avatar of ossOpen Source Way·3y

    A PWA is the web browser

    A progressive web app (PWA) is a web application that uses modern web technologies to deliver a user experience equal to any mobile app. PWAs are built the same way as any website or web app. The base requirements of a PWA allow offline behavior through the - Mobile-specific SPA frameworks. The Chromium team is constantly improving the browser experience.

  12. 12
    Article
    Avatar of pandProAndroidDev·4y

    Build a Real-Time Android WhatsApp Clone With Jetpack Compose

    Build a real-time Android WhatsApp Clone with Jetpack Compose and Stream’s versatile Compose Chat SDK. In this post, you’ll learn how the app architecture was designed and how data flows between different layers. WhatsApp Clone Compose uses Material Theme for styling the overall UI elements and defining custom color schemes with lightColorSceme and darkColorSCEme methods.

  13. 13
    Article
    Avatar of hnHacker News·3y

    Accidental $70k Google Pixel Lock Screen Bypass

    The vulnerability is tracked as CVE-2022-20465 and it might affect other Android vendors as well. The bug just got fixed in the November 5, 2022 security update. It allowed an attacker with physical access to bypass the lock screen protections (fingerprint, PIN, etc.)

  14. 14
    Article
    Avatar of reactnativeexampleReact Native Example·4y

    A Rick and Morty Wiki Made using React Native

    A Rick and Morty Wiki made using React Native to serve an infinite scrolling list of all the characters in the famous series. Uses the Rick and Mortar API to display the details of each character including- name, gender, origin, location, amount of residents, chapters the character is featured in.

  15. 15
    Article
    Avatar of reactnativeexampleReact Native Example·4y

    An open-source project that aims to provide an indistinguishably accurate experience of Android on web

    An open-source project that aims to provide an indistinguishably accurate experience of Android on web. The project leverages different JavaScript Web APIs to imitates the Android functionalities and CSS animations to bring life into it.

  16. 16
    Article
    Avatar of reactnativeexampleReact Native Example·4y

    A React Native app which will allows you to read, listen recitation and translate quran

    Quran App Application for Quran reading, reciting and translation in 31 languages. Read Quran Listen Quran Recitation Translation available in text and audio. Use free Cloud Quran API to create the application. Use the free Cloud Qurans API to build the app.

  17. 17
    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.

  18. 18
    Article
    Avatar of pointerPointer·3y

    monkeyWie/gopeed: High speed downloader that supports all platforms.

    Gopeed is a high-speed downloader developed by +, which supports (HTTP, BitTorrent, Magnet) protocol downloads and supports all platforms. This project is divided into two parts, the front end uses, the back end uses. and the two sides communicate through the protocol.

  19. 19
    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.

  20. 20
    Article
    Avatar of css_tricksCSS-Tricks·4y

    Flutter For Front-End Web Developers | CSS-Tricks

    Flutter needs a way to unify the rendering and developer experience by using its ScrollViews. It may help to stop thinking about the flow of document structure and instead consider the application as an open canvas for a device’s native painting mechanisms. To use Flutter, you need to have installed the Flutter SDK and have configured Flutter for a test device.

  21. 21
    Article
    Avatar of codimisCodimis·3y

    Android 12 and Flutter

    Android 12 and Flutter Android 12 were released on October 4, 2021. Android 12's Overscroll Indicator Android 12 changed the overscroll indicator from a glow effect to a stretch effect. Flutter 3 introduces Material Design 3 integration which offers a lot of great features to go forward.

  22. 22
    Article
    Avatar of dzDZone·3y

    Why Is the Flutter Framework Better Than React Native?

    Flutter is a new framework for developing mobile apps that promise to be faster and more efficient than React Native. It uses Dart programming language, which is similar to JavaScript, but with some important differences. Flutter apps are compiled using ahead of time (AOT) compilation, which means that the app is compiled into.

  23. 23
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    Code Google Docs with Flutter

    A full course on the freeCodeCamp.org YouTube channel will teach you how to use Flutter to create a Google Docs clone. The course is designed for beginners in Node.js and no prior knowledge of Javascript is required.

  24. 24
    Article
    Avatar of flutter_comFlutter Community·3y

    Flutter — Google Map with Custom Marker📍

    The new API key is listed on the Credentials page under API keys. To rename it click on the edit icon.

  25. 25
    Article
    Avatar of devgeniusDev Genius·4y

    Kotlin Multiplatform vs Flutter

    Kotlin Multiplatform (KMM) is an excellent choice for creating mobile apps. Flutter is a cross-platform framework to target iOS and Android with a single codebase. Dart is a C/J Javascript-like programming language that may be very familiar with some of these languages.