Skip to content

vikasofvikas/TransitAppWithCompose

Repository files navigation

Transit App UI with Jetpack Compose

This is the Transit App UI built with Jetpack compose. Here I used the latest Google maps SDK for Jetpack compose. You can read it documentation here.

I styled the maps using snazzymaps.org to highlight the transit lines in the map. It can be further tweaked by changing JSON according to your needs.

If you want to display real-time data of Public transportation agencies in your app then you should read this by google on GFTS realtime. I also recommend this youtube video and channel to learn the basics about GFTS.

The public transport agency that you want the data from is likely using protobuf(protocol buffers) as their data interchange format. It is more efficient and compact than JSON because it uses binary format. If you want to use protobuf with Kotlin then you should read more about it here.

Screenshots

App Screenshot

App Screenshot

App Screenshot2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages