Go Swift Shared Bikes

We are all athletes using our energy to save our planet and ourselves.

YLabZ
1 min readSep 10, 2022

Thinking about shared bikes and how to promote them!

Description

One of the very first Android Jetpack Compose apps on the Google Pay Store!

Find a shared bike station and route to your destination.

-tweet-

Video

Swift Bike Share

Software Architecture

Much more to come …

Experimental Jetpack Compose Demo.
Jetpack Compose Alpha 0.9 experimental development.

We take a standard MVVM Android Arch Component (AAC) project (Room, Repo, ModelView, Activities/XML) and replace them with “the new stuff”.

Replacing:

  • XML / Java — with → Compose / Kotlin
  • Activities/XML (navigation) — with → Compose (navigation)
  • Livedata — with → Kotlin Flow
  • Workmanager — with → CoroutineWorker
  • RxJava — with → Kotlin ShareFlow
  • Dagger — with → Dagger Hilt

-libraries-

--

--

No responses yet