Chandan Karmakar
Chandan Karmakar
 R.swift added to single target only, not to other one. but R.swift file not generating.
Just a request, can you make R.color.my_color directly as UIColor and others as well. And R.swift also generate from android resource xmls, merge xmls. So xml can be shared with...
Welcome
Didn't find any solution. And your solution is good I think.
Its in MaterialScrollBar.java -> generalSetup() -> a.recycle() causing the crash. Use MaterialScrollBar in xml to bypass this bug.
This worked for me without any manual override ``` import Foundation import CocoaMQTT import CocoaMQTTWebSocket struct MyMqttConfig { let clientID: String let username: String let password: String let host: String...
No, but you can try Overriding the default value in your custom LTMorphingLabel class (not tested).
Found crashing When resuming from background and playing again. ``` FATAL EXCEPTION: main Process: samaritanheuristics.testapp, PID: 11209 java.lang.IllegalStateException at android.media.MediaPlayer._reset(Native Method) at android.media.MediaPlayer.reset(MediaPlayer.java:1724) at com.matthewtamlin.soundsword.PlaybackService.resetMediaPlayer(PlaybackService.java:995) at com.matthewtamlin.soundsword.PlaybackService.onAudioFocusChange(PlaybackService.java:281) at android.media.AudioManager$ServiceEventHandlerDelegate$1.handleMessage(AudioManager.java:2158) at...
1. Start `testapp1` 2. `BIND TO SERVICE` 3. `SET MEDIA TO NEXT QUEUE` 4. `PLAY MEDIA` 5. minimize app (go to Home) 6. resume app 7. try to `BIND TO...