andremion / Music-Player

From UI Proposal to Code :notes::arrow_forward:
https://medium.com/@andremion/music-player-3a85864d6df7#.iklz50r6n
Apache License 2.0
3.52k stars 698 forks source link

Using with Android Version 15 #5

Closed serkandaglioglu closed 7 years ago

serkandaglioglu commented 7 years ago

How can I use this app with android version 15? Is that possible?

andremion commented 7 years ago

Yes, it is. But you will not to be allow to use Window Transitions, just the Compat Transitions. So you will have to do all transitions in just one Activity using Scenes. But I think the Compat Transitions doesn't have all kind of transitions in a compat way.