Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
Android Programming Apple

Apple's Swift Coding Language Is Working On Android Support (9to5google.com) 17

Apple's Swift programming language is expanding official support to Android through a new "Android Working Group" which will improve compatibility, integration, and tooling. "As it stands today, Android apps are generally coded in Kotlin, but Apple is looking to provide its Swift coding language as an alternative," notes 9to5Google. "Apple first launched its coding language back in 2014 with its own platforms in mind, but currently also supports Windows and Linux officially." From the report: A few of the key pillars the Working Group will look to accomplish include:

- Improve and maintain Android support for the official Swift distribution, eliminating the need for out-of-tree or downstream patches
- Recommend enhancements to core Swift packages such as Foundation and Dispatch to work better with Android idioms
- Work with the Platform Steering Group to officially define platform support levels generally, and then work towards achieving official support of a particular level for Android
- Determine the range of supported Android API levels and architectures for Swift integration
- Develop continuous integration for the Swift project that includes Android testing in pull request checks.
- Identify and recommend best practices for bridging between Swift and Android's Java SDK and packaging Swift libraries with Android apps
- Develop support for debugging Swift applications on Android
- Advise and assist with adding support for Android to various community Swift packages

Apple's Swift Coding Language Is Working On Android Support

Comments Filter:
  • Sometime, if we are lucky, we will get a small programming language that does not collect new features every year just for the sake of progress, where that language comes with a very broad set of built in and supported by the vendor libraries.

    Avoiding the pyramid of 500 third-party packages for a mid-sized application is a good thing.

    • You mean C, don't you?

    • We need an environment where people use the right language for the job.

      Or in the world we have now: the mountains of c, python and javascript that AI have trained on.

    • Sometime, if we are lucky, we will get a small programming language that does not collect new features every year just for the sake of progress

      Swift does get new features every year but I would argue most have been good quality of life, or quality of code improvements. Especially the latest changes around concurrency are really good.

      Avoiding the pyramid of 500 third-party packages for a mid-sized application is a good thing.

      Totally agree but that is where Swift has been really great! It is VERY practical

  • Flutter/Dart is Google's proposal for a cross platform UI toolkit (and it has iOS support, macOS, with Android (of course), and Windows and Linux). It will be interesting to see how/if swift can manage to feel native on alternative platforms such as Android.

"It ain't over until it's over." -- Casey Stengel

Working...