A demo project that showcase how to use Java to conquer the universe, with the help of J2ObjC and GWT :)
This demo is a window management app, it download window configuration (size and position) from the Internet, then create TextView/UILabel from it, and user can switch fullscreen window.
The window management logic and data structure is written in Java, but GUI operation and third party library call are written "natively", which is separated through interface/protocol.
Web app is still working in progress...
- When modify build settings, don't forget add
$(inherited)at first, otherwise CocoaPods will break.