Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
joreilly committed Dec 11, 2020
1 parent ac23e9a commit b18dd4f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,23 @@
### Galway Bus Kotlin Multiplatform project using Jetpack Compose and SwiftUI


[![Get it on Google Play](https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png)](https://play.google.com/store/apps/details?id=com.surrus.galwaybus)


### Jetpack Compose

The Jetpack Compose version of app is in separate `android-app` module and is still work in progress. The existing
`app` module (based on fragments/layouts etc) is what's currently used for version in Play Store.



### Kotlin Multiplatform

Currently this project is being mostly used as platform to explore some of the relatively new Kotlin Multiplatform
capabilities. There is now **Kotlin Multiplatform** `ShareCode` module for example and some sample iOS apps in `ios` folder. Have also
written a couple of posts about some of my experiences doing this so far
written a couple of posts about some of my experiences doing this so far with this project. Also,
see [PeopleInSpace](https://github.com/joreilly/PeopleInSpace) and [BikeShare](https://github.com/joreilly/BikeShare) for
other examples of use of Kotlin Multiplatform code.

* [SwiftUI meets Kotlin Multiplatform!](https://johnoreilly.dev/2019/06/08/swiftui-meetings-kotlin-multiplatform.html)
* [Introduction to Multiplatform Persistence with SQLDelight](https://johnoreilly.dev/posts/sqldelight-multiplatform/)

* [Using Google Maps in a Jetpack Compose app](https://johnoreilly.dev/posts/jetpack-compose-google-maps/)

### Languages, libraries and tools used

Expand Down

0 comments on commit b18dd4f

Please sign in to comment.