How to set global variable in Ko

2018-01-24  本文已影响19人  yingshaoxo
  1. put this on top:
object GlobalVariable {
    var mp = MediaPlayer()
}
  1. use it everywhere
    GlobalVariable.mp

  2. so you won't have to worry about open too many MediaPlayer at the same time

上一篇下一篇

猜你喜欢

热点阅读