/jz-native-mobile-apps

Native JavaZone apps for Android and iOS

Primary LanguageJavaApache License 2.0Apache-2.0

JavaZone Native apps

Build Status

Developed with native Android and iOS.

Conference app for JavaZone. The project includes 2 native projects, JZAndroid (Java) and JZiOS (Swift).

Firebase setup

Create Firebase project and follow the setup to register firebase functions for the project. Remember to add firebase json file to either Android or iOS project.

How to run the Android app

Install Android Studio and open the project. Try to build and run from Android Studio.

How to run the iOS app

Install Xcode from App Store.

CocoaPods

We use CocoaPods. Please install CocoaPods by following the guide here. Run the following on the JZiOS directory:

  pod init
  pod install

Open the project by opening JZiOS.xcworkspace. Build and run the app to see if it works.