Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

17
votes
1answer
5k views

How can I decompress a gzip stream with zlib?

Gzip format files (created with the gzip program, for example) use the "deflate" compression algorithm, which is the same compression algorithm as what zlib uses. However, when using zlib to inflate a ...
5
votes
1answer
1k views

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 was helpful, but I'm still lost as to why I can't get this to work. Here is ...
4
votes
2answers
463 views

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 are saved in a base64 string, which contains an array of bytes compressed by gzip. Right ...
4
votes
7answers
3k views

JavaScript: Decompress / inflate /unzip /ungzip strings

I'm looking for JavaScript implementation of string inflating algorithms. I want to compress on the server side (Java), and decompress on the client side (JavaScript). I've found: unzip strings in ...
3
votes
1answer
126 views

How do I Inflate a Custom View in XML?

This is my first time trying to use a custom view in XML and I am not sure on how to do it. Any help would be greatly appreciated. I am using Interfuser's coverflow and need to inflate it where I can ...
3
votes
1answer
55 views

Some Users having issues with App, Resource Loading, I am unable to replicate.. Image/Drawable load

I have an App that was working perfectly, then I released an update and now suddenly some users cannot inflate the main view.. it is dying on inflation of the XML on line 28 with a nested exception of ...
3
votes
1answer
483 views

Inflate a view in a background thread

I have a very simple question: Is or is it not possible to inflate a view (not add it to layout) in a background thread (ex: in the doInBackground of an AsyncTask)? I know that it is possible, ...
3
votes
1answer
2k views

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 (@id/datetextcal) LayoutInflater inflater = (LayoutInflater) ...
3
votes
2answers
2k views

Android inflating xml layout generates RuntimeException

I'm new to Android and i'm trying to inflate a layout in xml but i get a RuntimeException. I have cut out almost everything except for my activity class and the class extending SurfaceView. Can anyone ...
3
votes
1answer
802 views

Including Android Activities (and their layouts) in JAR files

I'm trying to write a library that can be shared as a JAR file. This library will include an Activity and I'd like to include the layout in the JAR. Since it doesn't seem possible to include resource ...
3
votes
2answers
4k views

InvocationTargetException on inflating an xml - android

I have a code that works 99% of the time since is deploy in lots of clients, but sometimes I get the following: java.lang.reflect.InvocationTargetException ...
2
votes
1answer
76 views

Length values from deflate algorithm

I compressed the text "TestingTesting" and the hex result was: 0B 49 2D 2E C9 CC 4B 0F 81 50 00. I can't figure out the length and distance codes. The binary below is reversed because the RFC says ...
2
votes
2answers
111 views

How to use zlib in kernel extension projects for mac os x?

I want to develop a network kernel extension on mac os. I got some data with gzip format in function sf_data_in(). I included the header file named <libkern/zlib.h>, and my mac crashed when it ...
2
votes
1answer
335 views

Inflate balloon when item is selected

I have a map activity that has many pins of map, and when I click a pin, a custom balloon opens, showing some information about that pin. Also, I have a search bar, where if you type the name of a ...
2
votes
1answer
196 views

Android custom listview

hello all i am working on project to display tasks for employee , and these tasks needs to sets the tasks status by employees i handle this by menus to make update stats this is the array adapter ...
2
votes
2answers
219 views

Problem Inflating byte[] in Java?

I ran into an issue which I can't figure out. Here is the definition of the problem: I have some data in a Blob column in Db2/Linux environment. Blob was written into DB2 after the byte[] was ...
1
vote
1answer
38 views

Problems positioning with layout Inflate

I have a layout A composed by a set of 2 texts and one image followed by another set of 2 texts and one image (they are separated by a line). I want to inflate this layout (lets say A) and put it ...
1
vote
3answers
82 views

What's the quickest way to add several views to a LinearLayout?

I have a LinearLayout view that already contains several elements. I want to add a lot more Views to it, programmatically. And because this is inside a ScrollView, everything will be scrolled. So ...
1
vote
1answer
169 views

Inflating multiple instances of the same layout into tabs

This is a problem that has troubled me for a few days now. I've done my best searching for a solution, but everywhere I go it says the approach I'm currently using is the right one. The situation is ...
1
vote
0answers
182 views

android linearlayout background selector

I am adding some Linearlayout views in a scrollview by inflating them dynamically. I have set the background of the added LinearLayout to a selector list. But after adding to scrollview, when I press ...
1
vote
2answers
273 views

Reading big chunk of xml data from socket and parse on the fly

I am working on an android client which reads continues stream of xml data from my java server via a TCP socket. The server sends a '\n' character as delimiter between consecutive responses. Below ...
1
vote
2answers
449 views

Android OnCreateOptionsMenu

I've made menu's before, so I'm not a complete rookie, but I've encountered a problem where Eclipse tells me I have to remove @Override, but obviously if I do then my code won't run to inflate the ...
1
vote
3answers
1k views

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 application in Motorola Milestone 2 Android 2.2 / Xperia X10 Android 1.6 / Nexus One Android ...
1
vote
4answers
216 views

java.util.zip.deflater equivalent in c#

does anyone know how can I achieve java's Deflater.deflate() functionality in .NET so it would be understandable for java's Infalter.inflate() method? regards, Rafal
1
vote
2answers
536 views

How to add same view to parent multiple times by inflating it only once

I have a LinearLayout with vertical orientation as parent, I want to add some view programmatically multiple times to this parent. Right now I am inflating the child every time getting new references ...
1
vote
2answers
819 views

Android inflate view using an existing view object

I have a custom view that I would like to create from a resource template. My custom view constructor accepts additional parameters that are set as additional info for the custom view. Problem is ...
1
vote
1answer
326 views

Inflator can't find constructor

This is probably the most annoying error I have ever encountered. When I go to inflate a custom view and pass it to and activity, I get this: 02-02 10:34:08.080: ERROR/AndroidRuntime(839): ...
1
vote
1answer
1k views

Inflating a view multiple times in the same parent when a button is clicked

My app is about creating surveys. In order to do so, the user should be able to create new fields dynamically. So, when creating a new survey, an Activity is shown with only 2 buttons (add and ...
1
vote
1answer
689 views

Inflate mapview second time throws exception

I have a simple Android activity that should present some status both on a mapview and in textual form. I have done this as two layouts that i swap between with setContentView(). At start it works ...
1
vote
1answer
336 views

Android inflated view is empty

I am trying to add a divider between entries in a vertical LinearLayout, to emulate the appearance of a ListView. (I can't just use a ListView in this particular situation.) This is what I have in ...
1
vote
2answers
189 views

why aren't menus pre-inflated for you?

Why aren't menus inflated automatically for you in Android, the way an Activity's layout is?
1
vote
2answers
823 views

Android - how to inflate a complex layout and add to another layout?

I have an android question: I've successfully created a countdown kitchen timer activity, however my goal is to have an activity that has 3 timers on it that all work independently. I created a ...
1
vote
1answer
146 views

Content of a inflated EditText

I'm having a hard time figuring out how to getText() as a readable String from a inflated EditText. I have a boolean method that checks something, so, in the onCreate method i call it like this ...
1
vote
3answers
774 views

Android: What could cause an Options Menu inflation error?

I am receiving an inflation error when pressing the Menu button and adding a menu item in the onCreateOptionsMenu method. I've included some of the error below. The code is as follows, and works if I ...
1
vote
1answer
583 views

Do root views of an Activity in Android have any prior knowledge of the child views that will be loaded into them?

Is there any way to query a root view of an activity for all of its child views even before the root view or its children have been inflated? I guess what I'm looking for is whether a view knows ...
0
votes
1answer
15 views

How to put an activity into a fragment?

I have a ViewPager with 3 pages. In each page, I would like to insert a listview which is populated in seperate classes. Now, I found the simplest method is by inflate layouts which has a fragment in ...
0
votes
0answers
11 views

What is the meaning of the log from tag:“szipinf” and text:“Initializing inflate state” from Logcat

I am a new programmer for Android, so please excuse my knowledge and also my English because it is not my first language. So I am having a log with the tag:"szipinf" and text:"Initializing inflate ...
0
votes
2answers
25 views

Android onCreate ClassCastException

I have this: public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); LinearLayout layout = (LinearLayout) View.inflate(this, R.layout.main, null); ...
0
votes
1answer
31 views

Custom ListView rows showing 1 child instead of all 4

I have a Custom ListView that contains a vertical LinearLayout of horizontal LinearLayouts for each list item. The horizontal LinearLayout contains 4 buttons. The problem is that only 1 of the 4 ...
0
votes
0answers
64 views

Fragments with custom list adapter causing crash on inflate view

I am attempting to convert one of my apps to use Fragments to improve how the app looks and works on ICS / Honeycomb but I've come across a problem which although I've spent many hours Googleing and ...
0
votes
3answers
124 views

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 someone find what's wrong with it? Custom LinearLayout: package ...
0
votes
0answers
52 views

What's the possible reason for Failed to inflate error?

I have tested my app in emulator and HTC desire and it went on ok, but when I turn to a samsung S2 with CyanogenMod , the app crashed and logcat print below: 12-15 15:48:18.839: ...
0
votes
4answers
70 views

Use a ListView, or inflate and add views manually?

Which method is better? 1) Using a listview 2) Inflating and adding views in somelayout manually
0
votes
2answers
58 views

why this exception: java.lang.RuntimeException: Error inflating class

I am trying to develop a tiny android app that just opens a browser to a website. I am using mac OS 10.6 and the latest android/eclipse tools. But I keep getting this exception: 11-29 ...
0
votes
2answers
69 views

findViewById in inflated menu

In the following code, findViewById returns null: public void onCreateContextMenu(ContextMenu menu, View view, ContextMenuInfo menuInfo) { if (view == this.getListView()) { ...
0
votes
1answer
47 views

Inflate XML file from internal memory

I've copied an XML file from /assets to my applications data folder (data/data/package.name/files/). I'm doing this because the user will be able to modify a lot of data, and I want to save that data ...
0
votes
1answer
170 views

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(); } i get the error: must override or implement ...
0
votes
0answers
81 views

android.view.InflateException: Binary XML file

I'm getting this strange error in the logcat and I've tried everything that came to my mind to solve it and still getting it. Here is the logcat: 11-08 12:30:26.184: E/AndroidRuntime(4396): FATAL ...
0
votes
2answers
112 views

Error inflating AppWidget

I am doing a simple widget for the first time and it seems the tutorial I'm using has something missing because my LogCat states "Error inflating AppWidget" when selecting it from the pop up list of ...
0
votes
1answer
307 views

Android Fragment Inflate layout

Hi I'm working with a view pager and fragments. I would like to override orientation changes so that the onCreateView method isn't run everytime the orientation changes. This is because a lot is run ...

1 2 3