Top "Android-inflate" questions

Instantiates a layout XML file into its corresponding View objects

Android View inflateException

I'm trying to create a custom view - finger paint, and I'm having trouble with this error and I don't …

android android-canvas android-view android-custom-view android-inflate
How to get onClickListener() event on custom actionbar

I'm developing an application in which I have to get onClick() event on click of actionbar custom view. So far …

android android-layout android-actionbar onclicklistener android-inflate
Error inflating class Button in Android

I have an application with min sdk 16 up to 23. I want to use Material design as much as possible. It …

android android-styles android-inflate inflate-exception android-attributes
Android + ListFragment with a custom view hierarchy

I'm attempting to customize the fragment layout by returning my own view hierarchy from onCreateView(LayoutInflater, ViewGroup, Bundle). This inflates …

android android-layout android-fragments android-listview android-inflate
inflating fragments with compatibility package android

I am trying to inflate a layout containing a Fragment using the backwards compatibility package. I took the jar file …

android backwards-compatibility android-fragments android-inflate
onCreateOptionsMenu not called when starting new activity

My onCreateOptionsMenu works only in my MainActivity and when I try to put another onCreateOptionsMenu in another activity to inflate …

android android-inflate
AsyncTask in a Loop In Android

I am creating a app that will update the weather details of the city.The loop will be a List …

android android-asynctask android-inflate
How to inflate multiple instances of a layout with the same id inside an inflated layout

I 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-inflate
Android: Changing layout in same activity

In my application's main layout I have a button of Search task. Now when user clicks that button I want …

android xml android-layout layout android-inflate