Best of iOS2022

  1. 1
    Article
    Avatar of pointerPointer·4y

    The baseline for web development in 2022

    Alan Dávalos is a front-end engineer at LINE. He analyzed the changes in the web between 2021 and 2022. The biggest change that happened in 2021 was the retirement of Internet Explorer (IE) The new baseline for web development in 2022 is: low-spec Android devices in terms of performance, Safari from two years before in Terms of Web Standards, and 4G.

  2. 2
    Article
    Avatar of pointerPointer·4y

    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·4y

    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 freecodecampfreeCodeCamp·4y

    Learn Flutter in 37 Hours

    We just published a 37-hour Flutter course for beginners on the freeCodeCamp.org YouTube channel. Flutter is an open-source UI software development kit used to create cross-platform applications for iOS, Android, Windows, Mac, and more. You don't even have to know how to write code in any programming language to begin.

  5. 5
    Article
    Avatar of flutterdevsFlutterDevs·4y

    Flutter 3.3 — What’s New In Flutter

    Google has merged 5,687 pull requests in bringing live the Flutter 3.3 version of its cross platform mobile app development kit. Flutter now provides the easiness of selecting the whole data in the web apps with a single sliding gesture by wrapping your widgets with SelectableArea widget. Impeller is also available in having access to these deltas allows you to build an input field.

  6. 6
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    How to Choose a Tech Career in 2022 – A Career Changer's Guide

    As a UI/UX developer, your job is to design and build out a user's experience for a brand or company. A code editor/IDE is where you'll write your code, debug it, and preview written code. Git and GitHub for version control is a system that helps you review your code in stages and keep track of your revisions. Git is a version control system.

  7. 7
    Article
    Avatar of communityCommunity Picks·4y

    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.

  8. 8
    Article
    Avatar of react_nativeReact Native·4y

    Announcing React Native 0.69 · React Native

    React Native 0.69 is the first release to support React 18. Users on the New Architecture on Android will need to build Hermes from source. The most important improvements in this release are centered around React 18 support and bundled Hermes. There have been other notable changes, including: Deprecating support for iOS/tvOS SDK 11.0, version 12.4+.

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

    Wallety - A budget tracker for personal finance and budget planning

    Wallety is a budget tracker for personal finance and budget planning. It is written in React Native and is available for Android and iOS. To run locally on Android, run the following command: android.npx react-native run-android; iOS.npm install Waletty; android.aab .apk; ios.babel.config.js.

  10. 10
    Article
    Avatar of btrprogBetter Programming·4y

    Replicating the Dynamic Island Animation in SwiftUI

    The dynamic island enters our lives with the iPhone 14 Pro. It offers the possibility to show a new notification. When we press a button, we will start the dynamic island animation. The dynamic island has 11-pixel top padding. Its width is 126 and its height is 37.33.33.

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

  12. 12
    Article
    Avatar of flutterdevsFlutterDevs·4y

    Flutter 2.10 — What’s New In Flutter

    Google has been developing Flutter to build cross-platform software for developers for the past decagon. 85% of developers must know how to hold Flutter, and now they are looking for the next updates. Flutter 2.10 is Flutter’s stable version. This version brings big updates to Flutter support for windows.

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

  14. 14
    Article
    Avatar of communityCommunity Picks·4y

    What is wrong with Apple Passkeys?

    Apple introduced a controversial ‘improvement’ to webauthn called Passkeys, which could impair the security of your most valuable online resources. With ‘pre-Passkeys passwordless’, you could secure the trust relationship between your computer and a service, say, a crypto exchange. When Passkeys proponents say it is a huge step forward.

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

  16. 16
    Article
    Avatar of hnHacker News·4y

    Facebook Says Apple is Too Powerful. They're Right.

    Apple changed how iOS handled users’ privacy preferences. Users could indicate that they don’t want to be tracked by any of the apps on their devices. If they did, Apple would block those apps from harvesting users' data. According to Facebook, empowering Apple’s users to opt out of tracking cost the company $10,000,000 in the first year.

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

  18. 18
    Article
    Avatar of dzDZone·4y

    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.

  19. 19
    Article
    Avatar of flutter_comFlutter Community·4y

    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.

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

  21. 21
    Article
    Avatar of phProduct Hunt·4y

    Bank.io - Coded fintech mobile app UI kit for iOS 16

    iOS 16 Bank.io is a coded fintech mobile app UI kit for iOS 16.

  22. 22
    Article
    Avatar of appledevApple Developer·4y

    Get ready for iOS 16, tvOS 16, and watchOS 9

    Get ready for iOS 16, tvOS 16, and watchOS 9 September 8, 2022. Learn how you can submit apps for each platform and explore how you're able to support the latest software features in your apps and games. Submit your apps to the Apple Event.

  23. 23
    Article
    Avatar of gamedeveloperGame Developer·4y

    Netflix subscribers will be able to play Into the Breach on iOS and Android

    Netflix is adding Subset Games' Into the Breach to its streaming service. The game will be available for free on iOS and Android starting in 2022. A free content update will also be available on all platforms on July 19. Subset is also releasing a physical edition of the game through FanGamer.

  24. 24
    Article
    Avatar of logrocketLogRocket·3y

    Build a custom flashbar in React Native

    React Native developers can use the popular library to display flashbars in their apps. The library lets you add Material Snackbar-like, low-priority alerting components, and allows you to create flashbars according to device orientation and status bar height.

  25. 25
    Article
    Avatar of ghblogGitHub Blog·3y

    The power of GitHub in the palm of your hand

    GitHub Mobile reduces friction from being away from the desktop by giving you the ability to take action on GitHub from anywhere. Stay in touch with your team, triage issues, manage projects, edit files, re-run jobs, and even merge code. Both capabilities are available on iOS and soon will be coming to Android.