Skip to content

munho/DroidconDopplExample

 
 

Repository files navigation

Overview

This is the Droidcon NYC 2017 app. This will deploy on both Android and iOS using J2objc and the J2objc Gradle plugin. Shared architecture and libraries supported by Doppl libraries.

The 2017 app is a refactor that updates the application to use more modern architecture and libraries. These include Android Architecture Components, Room DB, RxJava 2, Retrofit 2.

CI Status

CI run on all commits against the Android and iOS builds separately. The J2objc build translates shared code first, then runs tests against that.

J2objc/iOS

Build status

Android

Build status

Getting Started with iOS

Follow the J2objc Gradle tutorials to make sure you have j2objc installed and configured.

Clone the repo (obv)

Open terminal and run

./gradlew j2objcBuild

This will transform the shared Java code and compile dependencies.

cd into the ios directory and run

pod install

Assuming that goes to plan, in Finder, navigate to the ios directory, and open the ios workspace project for Xcode. Double-click on it.

Finding workspace in Finder

Pick a simulator and run app!

Getting Started with Android

The Android app should open and build like any other Android app, which is kind of the point.

BTW

We've committed some api config files that you probably wouldn't commit to your own production code. fabric.properties and similar. Please be kind. Just didn't want to add setup steps to try app code.

About

App for Droidcon NYC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 40.7%
  • Kotlin 34.6%
  • Swift 23.7%
  • Other 1.0%