Haruki Hasegawa
Haruki Hasegawa
Sorry for the late response. I think that can be calculated with few lines of code. ``` N = count of all items items = item[0 .. (N-1)] from =...
@anthony3444 Hi. Sorry, I cannot give you any advices without the code which can reproduce the issue. Firstly, I recommend you to measure it and understand what is going on!...
@rok5ek Hi. This library does not support multi level expand feature for now. How do you implement it?
@rok5ek I understood what you are trying for. I think it would be worth try the TellH's library instead of mine; https://github.com/TellH/RecyclerTreeView P.S. Unfortunately, I do not have a plan...
Hi. Unfortunately, this library supports rectangle shapes only. Because this library depends on statically generated nine patch images. Thus circle shapes or custom shapes are impossible to support by this...
Hi. The meaning of the words "elevation" and "translation" are the same with Android frameworks. > The Z value for a view has two components: > > Elevation: The static...
@anonym24 @SluggedGerm2 Hi. Sorry for the late response 😞 I tried to reproduce it today, but it cannot be done yet. Could you provide a sample project which can reproduce...
@SluggedGerm2 Thanks, but it cannot be reproduced yet on my setup. Could you try the following repository, it is a simple sample project based on your code. https://github.com/h6ah4i/openslmediaplayer_issue_40 My setup:...
Hi. Unfortunately network source audio playback won't work on Android 5.0 or later. It may be a bug (or... I guess it's even an undocumented limitation) of the Android's OpenSL...
@sujewan Hi. This library do not use audio recorder and still not able to play `http` protocol data source (on lollipop or later). I believe it is a bug of...