Skip to content

Commit 07b1732

Browse files
new layout for case studies (JetBrains#276)
A more compact layout for the list of case studies, with platform badges for each project. Co-authored-by: Ekaterina Petrova <91kathrin@gmail.com>
1 parent 524ced3 commit 07b1732

18 files changed

+280
-173
lines changed

images/compose-sources/CMP_badge.png

2.24 KB
Loading

images/icons/android.svg

Lines changed: 1 addition & 0 deletions
Loading

images/icons/compose-multiplatform.svg

Lines changed: 12 additions & 0 deletions
Loading

images/icons/desktop.svg

Lines changed: 1 addition & 0 deletions
Loading

images/icons/ios.svg

Lines changed: 1 addition & 0 deletions
Loading

images/icons/server.svg

Lines changed: 1 addition & 0 deletions
Loading

images/icons/web.svg

Lines changed: 1 addition & 0 deletions
Loading

images/logos/wrike.svg

Lines changed: 17 additions & 0 deletions
Loading

mpd.tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<toc-element toc-title="Kotlin Multiplatform overview">
66
<toc-element toc-title="Why Kotlin Multiplatform" href="https://www.jetbrains.com/kotlin-multiplatform/"/>
77
<toc-element toc-title="Supported platforms" topic="supported-platforms.md"/>
8-
<toc-element topic="case-studies.md"/>
8+
<toc-element topic="case-studies.topic"/>
99
<toc-element topic="faq.md"/>
1010
<toc-element topic="kotlin-multiplatform-roadmap.md" toc-title="KMP roadmap"/>
1111
</toc-element>

topics/journal/cross-platform-frameworks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Kotlin Multiplatform (KMP) is an open-source technology built by JetBrains that
7070

7171
**Programming language:** Kotlin.
7272

73-
**Mobile app examples:** McDonald's, Netflix, Forbes, 9GAG, Cash App, Philips. [Read more about Kotlin Multiplatform case studies](case-studies.md).
73+
**Mobile app examples:** McDonald's, Netflix, Forbes, 9GAG, Cash App, Philips. [Read more about Kotlin Multiplatform case studies](case-studies.topic).
7474

7575
**Key features:**
7676

@@ -79,7 +79,7 @@ Kotlin Multiplatform (KMP) is an open-source technology built by JetBrains that
7979
* Thanks to [Compose Multiplatform](https://www.jetbrains.com/lp/compose-multiplatform/), a modern declarative cross-platform UI framework by JetBrains, developers have full code-sharing flexibility and the ability to share both the logic and the UI.
8080
* There's no need to introduce a new language to your codebase when you already use Kotlin for Android. You can reuse your Kotlin code and expertise, which makes migrating to Kotlin Multiplatform less risky compared to other technologies.
8181

82-
Even though this cross-platform mobile development framework is one of the youngest on our list, it has a mature community. In November 2023, JetBrains promoted it to [Stable](https://blog.jetbrains.com/kotlin/2023/11/kotlin-multiplatform-stable/). It's growing fast and is already making a distinct impression on today's market. Thanks to its regularly updated [documentation](get-started.topic) and community support, you can always find answers to your questions. What's more, many [global companies and startups already use Kotlin Multiplatform](case-studies.md) to develop multiplatform apps with a native-like user experience.
82+
Even though this cross-platform mobile development framework is one of the youngest on our list, it has a mature community. In November 2023, JetBrains promoted it to [Stable](https://blog.jetbrains.com/kotlin/2023/11/kotlin-multiplatform-stable/). It's growing fast and is already making a distinct impression on today's market. Thanks to its regularly updated [documentation](get-started.topic) and community support, you can always find answers to your questions. What's more, many [global companies and startups already use Kotlin Multiplatform](case-studies.topic) to develop multiplatform apps with a native-like user experience.
8383

8484
> Create your first cross-platform mobile app with [Kotlin Multiplatform](get-started.topic).
8585
>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ If your team needs help adopting a new multiplatform technology, we recommend re
164164

165165
McDonald's, Netflix, 9GAG, VMware, Cash App, Philips, and many other companies are already capitalizing on Kotlin Multiplatform's ability to be gradually integrated, as well as its low adoption risk. Some of them opt to enhance their app stability by sharing specific, crucial segments of their existing Kotlin code. Others aim to maximize code reuse without compromising app quality and share all application logic across mobile, desktop, web, and TV, while preserving native UIs on each platform. The benefits of this approach are apparent from the stories of the companies that have already adopted it.
166166

167-
> Check out all the [Kotlin Multiplatform case studies from global companies and startups](case-studies.md).
167+
> Check out all the [Kotlin Multiplatform case studies from global companies and startups](case-studies.topic).
168168
>
169169
{style="note"}
170170

topics/journal/multiplatform-introduce-your-team.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Citing case studies of different companies who already use Kotlin Multiplatform
4444
* **Forbes** – By sharing over 80% of logic across iOS and Android, Forbes now rolls out new features simultaneously on both platforms while retaining flexibility for platform-specific customization.
4545
* **9GAG** – After trying both Flutter and React Native, 9GAG gradually adopted the Kotlin Multiplatform, which now helps them ship features faster while providing a consistent experience to their users.
4646

47-
> Explore the [case studies page](case-studies.md) for inspirational references.
47+
> Explore the [case studies page](case-studies.topic) for inspirational references.
4848
>
4949
{style="note"}
5050

topics/journal/multiplatform-reasons-to-try.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The experiment turned out to be very successful, resulting in the following:
5353
* A reduction in their maintenance and testing costs.
5454
* Significantly improved productivity within the team.
5555

56-
> [Learn how other global companies use Kotlin Multiplatform in their projects](case-studies.md)
56+
> [Learn how other global companies use Kotlin Multiplatform in their projects](case-studies.topic)
5757
>
5858
{style="tip"}
5959

@@ -178,7 +178,7 @@ and internal utilities were among the key areas where this technology makes a si
178178
### 8. Kotlin Multiplatform is already used by global companies
179179

180180
KMP is already used by many large companies all around the world, including Forbes, Philips, Cash App, Meetup, Autodesk,
181-
and many others. You can read all of their stories on the [case studies page](case-studies.md).
181+
and many others. You can read all of their stories on the [case studies page](case-studies.topic).
182182

183183
In November 2023, JetBrains announced that Kotlin Multiplatform is now [Stable](https://blog.jetbrains.com/kotlin/2023/11/kotlin-multiplatform-stable/),
184184
attracting the interest of more companies and teams in the technology.

topics/journal/native-and-cross-platform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ For example, developers need to know Objective-C or Swift to create native apps
8383

8484
When choosing between different approaches and frameworks, you need to be confident that the platform vendor will continue supporting it over the long term. You can dig into the details about the provider, the size of their community, and adoption by global companies. For example, Kotlin Multiplatform was developed by JetBrains, Flutter by Google, and React Native by Facebook.
8585

86-
> Check out all the [Kotlin Multiplatform case studies from global companies and startups](case-studies.md).
86+
> Check out all the [Kotlin Multiplatform case studies from global companies and startups](case-studies.topic).
8787
>
8888
{style="note"}
8989

0 commit comments

Comments
 (0)