Best of iOSJuly 2023

  1. 1
    Article
    Avatar of ishadeedAhmad Shadeed·3y

    New Viewport Units

    New Viewport Units - Ahmad Shadeed We have been using CSS viewport units since 2012. They are useful to help us in sizing elements based on the viewport width or height. But using the unit on mobile is buggy. The reason is that viewport size won’t include the browser’s address bar UI.

  2. 2
    Article
    Avatar of hnHacker News·3y

    ‎Threads, an Instagram app

    Instagram’s text-based conversation app Threads is where communities come together to discuss everything from the topics you care about today to what’ll be trending tomorrow. The developer, Instagram, Inc., indicated that the app's privacy practices may include handling of data as described below.

  3. 3
    Article
    Avatar of thevergeThe Verge·3y

    The excellent Arc browser is now available for anyone to download

    The Verge Arc, the Mac and iOS browser from The Browser Company, is now available for all iOS and Mac users to download. Arc’s version number just jumped to 1.0, and anyone who wants to use Arc can go to arc.net and get the browser.

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

    Onboarding UI with Lottie Animations

    Open it in the Expo app on your phone to view it. It will reload if you save edits to your files, and you will see build errors and logs in the terminal. Also attempts to open your app in the iOS Simulator if you're on a Mac and have it installed.

  5. 5
    Article
    Avatar of pandProAndroidDev·3y

    Jetpack Compose Multiplatform Android & iOS

    Jetpack Compose Multiplatform Android & iOS has been working on Compose for several years and recently released an alpha version for iOS. The general approach of Kotlin Multiplatform includes the ability of sharing not only the business logic code, but also the UI code. You have a choice to use native iOS UI frameworks (UIKit or SwiftUI) or embed iOS code directly into Compose.

  6. 6
    Article
    Avatar of thevergeThe Verge·3y

    The Mac sure is starting to look like the iPhone

    The general trend of macOS releases over the past few years is that it has been moving closer and closer to the look and feel of iOS. Widgets! They intelligently tint based on the color of your desktop, and they’re available for various Apple apps, including Safari, Contacts, and Podcasts.

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

    AI Voice Assistant App in React Native using ChatGPT & DALL-E

    AI Voice Assistant App in React Native using ChatGPT & DALL-E AI-Voice-Assistant-React-Native Watch Tutorial on YouTube. Get Started install dev dependencies or Get API KEY Go to https://openai.com Create a new account and get your API key.

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

    Mocking instagram app on visionOS

    Mocking instagram app on visionOS is a new just a fun project. Getting Started: Make sure you have completed the React Native – Environment setup instructions till “Creating a new application” step, before proceeding. For Android: Press the R key twice or select ‘Reload’ from the Developer Menu.

  9. 9
    Article
    Avatar of habrhabr·3y

    6 Best Flutter Development Companies in the US 2023

    The rating of the best Flutter development companies in the US is based on insights from C-level executives and decision-makers from prominent technology companies and startups across various industries. The final rating is a subjective evaluation and should be considered as a starting point for your research.

  10. 10
    Article
    Avatar of dotnet.NET Blog·3y

    Announcing .NET 8 Preview 6

    .NET 8 Preview 6 is a continuation of the Preview 5 release, and we’re committed to bringing you more enhancements with each monthly release. We hope you enjoy these new features and improvements. Stay tuned for more updates as we continue our journey of making.NET better, together.

  11. 11
    Article
    Avatar of supabaseSupabase·3y

    Getting started with Flutter authentication

    Getting started with Flutter authentication Flutter is Google’s open-source framework to develop cross-platform applications. In this article, we will take a look at how we can implement authentication using Google sign-in to secure our application using the Supabase SDK for Flutter.

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

    A Flexible and customizable React Native toast/alert notifications with support for positioning

    A Flexible and customizable React Native toast/alert notifications with support for positioning, custom rendering, click handlers, and duration control. If you have a better solution, please open a issue or pull request. See the contributing guide to learn how to contribute to the repository and the development workflow.