[android-developers] Problem - having RecyclerView and ExpandableListView inside a ScrollView makes the ScrollView not work.

2016-05-04 Thread devBV
Hello everyone. I recently stumbled upon an issue with ScrollView. I have in my layout a horizontal RecyclerView with an ExpandableListView just beneath it. Since the RecyclerView takes up half the screen, I want to put the whole layout in a ScrollView so the user could see the

[android-developers] setResponseHeaders method causes app to crash on certain devices

2015-12-23 Thread devBV
hi, I'm using shouldInterceptRequest method to intercept the request , edit it and send the right response. It works on a couple phones I tested, but when I try to run the same code on a different Android device - it crashes. the code is looks like this: @Override public WebResourceResponse