Questions regarding Views in Android.
I have a basic custom View which looks like this: public class CustomView extends RelativeLayout { private User user; private ImageView …
android android-recyclerview android-view android-adapterI'm using really naive code to show a bottom sheet dialog fragment: class LogoutBottomSheetFragment : BottomSheetDialogFragment() { override fun onCreateView(inflater: LayoutInflater, …
android android-layout android-view navigationbar bottom-sheetI want to create a activity with full screen. Nothing on above like Notification Bar and nothing below like Home-Button …
android android-layout android-activity android-view android-fullscreenI have a LinearLayout with many nested LinearLayouts and TextViewss My main activity inflates the main LinearLayout, Then I load …
android android-layout android-view android-inflateI am trying to learn about the Android OS and while I was reading the Google I/O 2014 app, I …
java android android-layout android-view windowinsetsIn Android, can you create a Listener for catching changes in a View's properties (width / height / margin / position relative to …
android android-layout listener android-view android-eventI'm trying to generate random ids for views as shown in following screenshot. But it didn't work. It got null. …
android android-view android-identifiersPer Android documentation, the default value for overScrollMode is OVER_SCROLL_ALWAYS. But my ListView did not seem to follow …
android-listview android-view android-overscollAndroid has new ui element - BottomNavigationView I don't want to contain my menus in the xml files. I will …
android android-view bottomnavigationviewI want to show a popup window from my PlaceHodler class extending Fragment when the button is clicked. For a …
android android-fragments android-view placeholder android-popupwindow