Skip to content

Commit b3bf6ff

Browse files
update: update kotlin-multiplatform-flutter.md (#318)
* update: update two links in KMP anf Flutter doc, add internal links from other docs to KMP and Flutter. * Update topics/journal/cross-platform-frameworks.md Co-authored-by: Aleksey Zamulla <[email protected]> --------- Co-authored-by: Aleksey Zamulla <[email protected]>
1 parent 81ffaa8 commit b3bf6ff

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

topics/journal/cross-platform-frameworks.md

+4
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ To build applications with Flutter, you will need to use Google's programming la
4848
Flutter has a relatively active community of users around the world and is widely used by many developers.
4949
According to the [Stack Overflow Trends](https://insights.stackoverflow.com/trends?tags=flutter%2Creact-native), the usage of Flutter has been trending up over time, based on the increasing use of the corresponding tag.
5050

51+
> Take a closer look at [Kotlin Multiplatform and Flutter](kotlin-multiplatform-flutter.md) to understand their strengths and choose the best fit for your cross-platform development.
52+
>
53+
{style="note"}
54+
5155
### React Native
5256

5357
An open-source UI software framework, React Native was developed in 2015 (a bit earlier than Flutter) by Meta Platforms, formerly Facebook. It's based on Facebook's JavaScript library React and allows developers to build natively rendered cross-platform mobile apps.

topics/journal/cross-platform-mobile-development.md

+2
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ This framework may be the best option in the following situations:
132132

133133
Among the most popular apps built with Flutter are Google Ads, Xianyu by Alibaba, eBay Motors, and Hamilton.
134134

135+
Explore [Kotlin Multiplatform and Flutter](kotlin-multiplatform-flutter.md) in detail to better understand their capabilities and determine the right fit for your cross-platform project.
136+
135137
### React Native
136138

137139
Facebook introduced React Native in 2015 as an open-source framework designed to help mobile engineers build hybrid native/cross-platform apps. It's based on ReactJS – a JavaScript library for building user interfaces. In other words, it uses JavaScript to build mobile apps for Android and iOS systems.

topics/journal/kotlin-multiplatform-flutter.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Our dedicated article outlines the relationship between [Compose Multiplatform a
106106
<tr>
107107
<td><b>Iteration on UI development</b></td>
108108
<td>IntelliJ IDEA supports previews for desktop applications.
109-
<p>The team is working on a <a href="https://www.youtube.com/watch?v=8Z-Vuo3wTd0">hot reload</a> feature that lets you see visual changes as you code, now available in IntelliJ IDEA.</p>
109+
<p>The team is working on a <a href="https://www.youtube.com/shorts/xgtHmB2J2f8">hot reload</a> feature that lets you see visual changes as you code, now available in IntelliJ IDEA. If you want to try Hot Reload for Compose Multiplatform in your project, go to its <a href="https://github.com/JetBrains/compose-hot-reload">GitHub repository</a> and follow the steps in the README.</p>
110110
<p>Android Studio offers preliminary support for <a href="https://developer.android.com/develop/ui/compose/tooling/previews">previews for Android</a>, plus <a href="https://developer.android.com/develop/ui/compose/tooling/iterative-development">Live Edit</a> for quick iteration on Android UI.</p></td>
111111
<td>IDE plugins are available for VS Code and Android Studio.</td>
112112
</tr>

0 commit comments

Comments
 (0)