Chandan Karmakar
Chandan Karmakar
We need to inherit and override some implementation. If possible please make it open.
Flick scroll to top when release to refresh
Please Close the bar when clicked outside!
Please convert to swift 3
``` let alert = AlertBuilder(title: "", message: R.string.please_enable_location, preferredStyle: .alert) .addAction(title: "Cancel", style: .cancel) { _ in } .addAction(title: "Settings", style: .default) { _ in UIApplication.shared.openURL(URL(string: "App-Prefs:root=Privacy&path=LOCATION")!) alert.dismiss(animated: true, completion:...
Great Library! Thanks for sharing
Archiving failed while running this command xcodebuild archive \ -scheme mySdk \ -destination "generic/platform=iOS Simulator" \ -archivePath ../output/mySdk-Sim \ SKIP_INSTALL=NO \ BUILD_LIBRARY_FOR_DISTRIBUTION=YES ** ARCHIVE FAILED ** The following build commands...
FSAudioStream: Unsupported format error: Non-optimized formats not supported for streaming! What are the requirements of mp3 file to stream? The file is recorded on Android 2018-10-24 12:20:14.544901+0530 Background Animation[48487:328868] FSAudioStream:...
Bundle not sending if activity is open .click(MainActivity.class, bundle) Bundle extras = getIntent().getExtras();