Top "Inflate" questions

inflate is the decompression counterpart to the lossless compression algorithm and format deflate.

setContentView(R.layout.activity_main) vs getMenuInflater().inflate(R.menu.activity_main, menu)

Why do I have to tell my activity what its layout should be twice? protected void onCreate(Bundle savedInstanceState) { super.…

java android inflate
Android: android.view.InflateException: Binary XML file line #13: Error inflating class <unknown> in SAMSUNG Galaxy S

I am having a strange error that seems to occur only in Samsung Galaxy S with Android 2.2 (I've tested the …

android exception inflate
How to inflate LinearLayout in a fragment?

I want to inflate a LinearLayout into a fragment in the "onCreateView" method. But I have always the same error: "…

android android-fragments android-linearlayout android-support-library inflate
Use view to inflate multiple times

I have a some problem regarding inflating and re-using the same TextView. Its like its trying to overwrite the same …

android inflate
android linearlayout background selector

I am adding some Linearlayout views in a scrollview by inflating them dynamically. I have set the background of the …

android selector inflate
Git fatal: pack has bad object at offset X: inflate returned -5

Git has given me a lovely christmas gift... I'm trying to git push a bunch of commits, like 6 GB. And …

git zlib inflate
How to "deflate" a ViewStub?

So I can inflate a ViewStub at runtime. Let's say I want to make it disappear and then maybe inflate …

android deflate inflate viewstub
inflate in merge

Hi I'm trying to inflate my layout with <merge> tag here is my main.xml : <?xml version="1.0" …

android layout merge frame inflate
Change text value in inflate layout

I have custom adapter in which i inflate layout. In adapter i try to change some text value in TextView (@…

android inflate
Implementing permessage-deflate in WebSockets

I hava a problem understanding and implementing a permessage-deflate extension in WebSockets. So far, I have added 'Sec-WebSocket-Extensions: permessage-deflate' inside …

javascript websocket compression deflate inflate