
Yesterday we released Titanium 5.2.0.GA with over 30 new features. We have also published a series of walkthroughs in the weeks following the release:
- Launch Files, iPad Pro, Slide Over and Split View, Feb 25
- Live Photos, Feb 29
- Google Maps StreetView Panorama, March 1
- Android Activity & Shared Element Transitions, March 3
- Wrap-up of new features for iOS, March 10
- Wrap-up of new features for Android, March 14
We did so using the new Titanium 5.2.0 Sample App which is now available:
Running the Sample
Don’t wait for me and download and build the app.
Via Appcelerator Studio
- Import it via Dashboard if available.
- Or import it via File > Import… > Git > Git Repository as New Project with URI:
https://github.com/appcelerator-developer-relations/appc-sample-ti520
- Select a Simulator or Device to build to via Run > Run As.
Via CLI
- Clone the repository:
git clone https://github.com/appcelerator-developer-relations/appc-sample-ti500
- To run it with
appc run
first import it to the platform:appc new --import --no-services
- Build to Simulator or Device:
[appc run | ti build] -p ios [-T device]
– Code Strong ?
Thanks for the sample app!
Is there a way to detect if the app is currently in Split View mode? Even better an event that we can hook into if the Split View is being enabled / resized?
Answered my own question. Looks like the “resumed” event is fired when the Split Screen is resized. It gives me a starting point anyway…
Good catch Matthew! I’ve created a ticket to properly document which events are fired at what stage: https://jira.appcelerator.org/browse/TIMOB-20461
Gracias por el codigo ejemplo de App, saludos desde México!!!