• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps findViewById vs. Inflate?

With findViewById you are getting a handler id from a view(widget) in an xml layout file so you can manipulate it in code.
With inflate you are creating a view from an entire xml layout file.
 
Back
Top Bottom