Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

javaBin/jz-native-mobile-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.