SwiftUI is Apple's declarative UI framework for building user interfaces across iOS, iPadOS, macOS, watchOS, tvOS, and visionOS. Introduced in 2019, SwiftUI uses Swift's strong type system and result builders to let developers describe the UI as a function of state; the framework diffs and renders updates automatically.

Core ideas

  • Declarative. Describe what the UI should look like; let the…

Flutter is Google's cross-platform UI framework for building applications from a single Dart codebase. Unlike React Native, Flutter does not use platform-native UI widgets; it renders its own widgets pixel-by-pixel via the Skia (and now Impeller) graphics engine. The result is highly consistent visuals across iOS, Android, web, desktop, and embedded.

Core ideas

  • Dart. The language:…

React Native is a cross-platform framework from Meta that lets developers build iOS and Android applications using React. UI components map to native platform widgets at runtime, so the apps feel native while sharing most of their codebase across platforms.

How it works

JavaScript (or TypeScript) code runs in a JS engine (Hermes by default on modern versions) and communicates with the native…

Kotlin is a statically typed, modern programming language developed by JetBrains and adopted by Google in 2017 as the preferred language for Android development. Kotlin runs on the JVM (with full Java interop), compiles to JavaScript and native code, and powers both server and mobile codebases.

Key language features

  • Null safety. Nullable and non-nullable types are distinct; the compiler…

iOS is Apple's mobile operating system, powering the iPhone, iPad (as iPadOS, a close derivative), and iPod touch. iOS is a closed source platform with first-party SDKs, a curated App Store as the distribution channel, and tight hardware-software integration that defines the experience.

Core platform pieces

  • SDK and language. Native development uses Swift (modern) or Objective-C (legacy),…
「AIで誰かの役に立てるか」——今年のSwift Student Challenge受賞作が示すもの

Appleが2026年のSwift Student Challengeの優秀受賞者を発表した。今年のキーワードは「AI」と「アクセシビリティ」だ。 6月にApple Parkで開催されるWWDC26まで1カ月を切ったタイミングでのこの発表、内容を読むと今年のWWDCが何をメインテーマに据えてくるかが…

The post 「AIで誰かの役に立てるか」——今年のSwift Student Challenge受賞作が示すもの first appeared on ゴリミー.

【もっと読む】

Apple chooses 350 Swift Student Challenge winners, highlights four winners and their entries

The entries are in, and Apple has chosen 350 Swift Student Challenge winners and highlighted four distinguished winners and their apps. The entries hailed from 37 different countries and winners, and of those 350, 50 have been invited to attend the company’s WWDC event in June, 2026. The four distinguished winners, per AppleInsider: Steady Hands […]

Source

Apple to hold dozens of developer community events around the world throughout WWDC 2026

If you can’t make it to the Bay Area/haven’t been invited to the campus during the Worldwide Developer Conference this June, you can still get together with your local Mac geeks, meet up, and enjoy the event. Apple has published a list of 28 conference-adjacent and community-hosted events around the world during the week-long event, […]

Source

H
Man goes on trial in Austria over Taylor Swift concert attack plan

A 21-year-old man went on trial in Austria on Tuesday over a plot to attack a Taylor Swift concert, which led to shows by the US megastar in the Alpine nation to be scrapped in 2024. Three dates in Swift’s record-breaking “Eras” tour were cancelled in the summer of 2024 after authorities warned of the […]

The post Man goes on trial in Austria over Taylor Swift concert attack plan appeared first…

【朗報】Swift言語でAndroidアプリの開発が可能に。Swift、Android向け公式SDKの提供を開始。

Appleが開発するプログラミング言語「Swift」は、Swift 6.3を発表し、Android向けの公式Swift SDKの提供を開始。Swiftを使ったネイティブAndroidアプリ開発が可能になりました。Android向けSwift SDKは、Swift言語で記述されたプ...

smhn.infoにアクセスすると、全文を読むことができます。

Three Thoughts On Crypto and NFTs

Writing this in 2026 AD (234 AdR), crypto is solidly in a “winter”. As valuations have fallen, so has the intensity of the debate surrounding the topic. I therefore feel it apt to use this opportunity to briefly write down my thoughts and opinions regarding this otherwise contentious topic.

First of all I should make clear that I do have a (small) financial interest in the success of crypto…

Read more →
Page 1 Older →