python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to properly use Jetpack Compose inside BottomSheetDialogFragment?
For example, I have MyBottomSheetDialogFragment with Compose LazyColumn code in the application:
class MyBottomSheetDialogFragment : BottomSheetDialogFragment() {
override fun onCreateView(
...

Mike
Votes: 0
Answers: 2
How to implement Bottom sheet that can be Fully expend and have appBar in full view
I want to create a BottomSheet like :
BottomSheet picture
and when it scrolled up : fully expend picture
here is the way i tried :
package com.amir.todone.fragments;
import android.os.Bundle;
import ...
Amir Rahimian
Votes: 0
Answers: 0