What does need to be imported or how can I call the Layout inflater in places other than activity? public static void method(Context context){ //this doesn't work the getLayoutInflater...
Can I create something similar to Toasts in Flutter? Just a tiny notification window that is not directly in the face of the user and does not lock or...
When I use Toast to display some popup text on the screen, it displays the text a little bit above the bottom of the screen, which is the default...
I have a slider that can be pulled up and then it shows a map. I can move the slider up and down to hide or show the map....