Top "Layout-inflater" questions

The layout-inflater tag refers to the Android LayoutInflater class which is used to build a view hierarchy from an xml layout file.

fragments and onConfigurationChanged

I'm trying to do something I do with activities, but within a fragment. What I do is using activities: First …

android android-fragments layout-inflater
How to prevent items from getting duplicated when scrolling recycler view

I have created a row inside recycler view and inside that I have inflated two rows or more but when …

android android-listview android-recyclerview layout-inflater
android.view.InflateException: Binary XML file line #7: Error inflating class

I get error message when trying to run my Project. I want to create Tic Tac Toe for Android, and …

android layout-inflater
How to inflate another layout inside getView() of gridview adapter in android?

I want to create weekly calendar view and inside each grid item (each day) there are may be several activities.…

android android-layout android-gridview layout-inflater
findViewById in non-Activity class

Still being relatively new to this I'm having issues in finding a view in a non-activity class MyLocation which I'm …

android layout-inflater
Inflate new layout xml for each view - instantiateItem in PagerAdapter

So basically i want to populate the pages inside ViewPager with separate XML layouts for each view position. I'm currently …

android android-viewpager layout-inflater
Android: Custom Adapter with custom spinner drop down xml layout giving error

I have a spinner with a custom adapter that I used to set the height of the first element in …

android spinner layout-inflater custom-adapter
Plugins architecture for an Android app?

THIS QUESTION HAS MOVED TO https://softwarerecs.stackexchange.com/questions/27841/plugins-architecture-for-an-android-app I want to implement a plugin system for an …

android dalvik layout-inflater android-inflate dex