Top "Inflate" questions

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

How to inflate new copies of an ImageView object on a layout?

What I am trying to do is create N (in this case 9) copies of the ImageView object R.id.tile, …

android imageview coordinates inflate absolutelayout
How to create multiple copies of ImageView object programmatically?

I have an ImageView object, R.id.tile, defined in my XML layout, and what I'm trying to do is …

android imageview clone inflate
Please help: android.view.InflateException: Binary XML file line #3: Error inflating class com.google.android.maps.MapView

I wrote the Get Point application (https://market.android.com/details?id=jv.android.getpoint&feature=search_result) to …

android maps inflate mapactivity
zlib inflate decompression operation

I have a data buffer which contains multiple compressed members, it could be deflate or zlib compressed member. I found …

c++ zlib inflate deflate
Error inflating class button

I just started learning Computer Science and Android development. I've been going through some helloworld demos to try and learn. …

android class button inflate
BaseAdapter selecting item and processing issue

I have a ListView which extends BaseAdapter. I have a data[] array. The ListView inflates and populates correctly. What I …

android android-listview inflate baseadapter android-adapter
Error parsing XML: unbound prefix on custom LinearLayout

I found this example of Custom LinearLayout on stackoverflow but it throws errors when i try to run it, can …

android exception custom-controls android-linearlayout inflate
Error inflating inner class view

I'm trying to inflate an inner class view and getting the "error inflating class" problem. I've referenced this post which …

android view inflate
how to know when view has inflated using the onFinishInflate

I want to know when my TabActivity has inflated so i tried this code @Override protected void onFinishInflate() { super.onFinishInflate(); } …

android tabactivity inflate
C++ Decompress a gzip array of bytes

Here is the complete situation: I'm working on a map reader for .tmx files, from tiled. Most times the tiles …

c++ gzip compression inflate