Thank you, with this video I solved my 7 days problem and v understood my mistake)
@МаксимСидорин-т6ц3 жыл бұрын
Thank you, bro. Don't stop make new video, you are the best !
@codinghands3 жыл бұрын
Thank you for watching. Subscribe our channel to get more videos and share with your friends. Suggest us to any video to do.
@solflare1013 жыл бұрын
fyi you need to add " id 'kotlin-android-extensions' " to your gradle plugins to directly call elements from the ui.
@codinghands3 жыл бұрын
Thank you for the suggestion. Please Subscribe our channel to get more videos .
@aouichisarra6943 жыл бұрын
hello, i have a problem with the FragmentManager is there any replacement ?
@codinghands3 жыл бұрын
May be your FragmentManager is deprecation, use this parentFragmentManager instead of fragmentManager (If you are using androidx Fragment). Thank for watching. Subscribe our channel to get more videos and share with your friends. Suggest us to any video to do.
@ertugrulgazicelik38033 жыл бұрын
Thank you for the video, this helped me a lot :). Actually, I have a question. How can I create more button to click and open new other fragments? I mean, how can I create a menu? (for exp: 5 buttons and 5 different fragments)
@ertugrulgazicelik38033 жыл бұрын
I wonder de script part, tbh.
@codinghands2 жыл бұрын
Will post it soon
@AnthonyHeimlich3 жыл бұрын
Ty very much!
@ethiomusic31583 жыл бұрын
Hello Sir! Can you help me how to use fragments in android studio easily? I am nearly to finish my projects but I can't manage the fragments for both navigation drawer and bottom navigation components. My app crashes when I use it. Should I take my data which I worked on main activity to home fragment manually? Because the system can't replace it as it is coded formally. Please help me
@codinghands3 жыл бұрын
Pass fragment id in AppBarConfiguration where you navigate from both bottom navigation & navigation. (my data which I worked on main activity to home fragment)