i want to implement behavior on certain condition the bottom view is unable to click, i want to make if bottom view item being click it does not navigate to that item but still stay at the current item
I need to implement BottomSheetDialogFragment and face with the problem.
I need that my BottomSheetDialogFragment has fixed height. Does anyone has an idea how to do it?
Here is my xml of fragment content
<LinearLayout xmlns:android="http://schemas.…
Firstly, I'd like to preface this with my lack of knowledge about the coordinator layout. I'm merely following tutorials I found online and am curious why my behavior isn't working.
Does the child view inside of coordinator layout have to …
I am trying to get my first taste of Android development using Eclipse. I ran into this problem when trying to run Eclipse, having installed version 4.2 only minutes ago.
After first trying to start Eclipse without any parameters to specify …