Skip to content

wangerekaharun/DroidconKotlin

 
 

Repository files navigation

Sessionize/Droidcon Mobile Clients

This project has a pair of native mobile applications backed by the Sessionize data api for use in events hosted by the Sessionize web application. These are specifically for Droidcon events, but can be forked and customized for anything run on Sessionize.

Libraries

Kotlin multiplatform libraries used:

Video

https://youtu.be/YAeDK3Ei0Lk

Video explaining how to build the apps, with an achitectural overview.

Building

Clone, and at the base, run:

./gradlew build

Intellij

To see the project, use the latest Intellij EAP, and make sure Android and anything Kotlin related is installed and updated. There are modules for Android (app), iOS (ios), and the common code (src).

Xcode

The ios project is in the iosApp folder. CD into it and open the xcworkspace file with Xcode.

cd iosApp
open iosApp.xcworkspace

NOTE Originally you would've needed to run 'pod install'. We've included the full Pods folder in the repo because of some type of cocoapods issue. You shouldn't actually need to run 'pod install', but optionally you can to refresh.

Customizing

If you're using Sessionize for your event, you can use the app pretty easily. Customizing config touches a number of places which will be refactored in the coming weeks. Primarily you'll need to point to your data urls, change the data seed files, and change the color settings.

The UI is in the process of being fully ported to Google's Material Components, with a centralized color and font theme. That's a work in progress, but eventually you should be able to modify central files for Android and iOS to provide for a specific look.

It would be super great if you could keep us in the about section of your app, though. We're a consulting company that turns project revenue into open source stuff, so we need eyeballs. Thanks XOXO. Speaking of...

Touchlab Logo

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Kotlin 65.4%
  • Swift 34.0%
  • Other 0.6%