James

Results 6 comments of James

Check your stacktrace for *other* errors that you may introducing. Or perhaps your marshaling data that isn’t marshallable. Just some thoughts.

You can integrate with `JobScheduler` there’s a wiki that shows you the simple steps: [JobScheduler and GcmNetworkManager Wiki](https://github.com/yigit/android-priority-jobqueue/wiki/Integration-with-JobScheduler-and-GcmNetworkManager). From the Android Oreo Developer docs: >In most cases, apps can work...

You don’t need to use `WeakReferences`.... I hope you are not passing your **entire** `Activity` in a `WeakReference`... Just pass in whatever data that you need in order for your...

Alright, so I can get my `UITableViewCells` that are ON screen to initially load in the correct height. But I can't get my `UITableViewCells` that are off screen to load...

So in order to get the dynamic cell heights to work properly I had to completely configure my cell inside of `tableView(tableView: UITableView, heightForRowAtIndexPath indexPath: NSIndexPath)`, to the point where...

You have duplicate entries, so you should remove the duplicate class that is causing the error. By excluding it from the dependency. Or you could use proguard to remove that...