inflate Questions

2

Solved

I am getting the following error, which I don't understand... 06-15 22:06:49.196: W/dalvikvm(17622): threadid=1: thread exiting with uncaught exception (group=0x40bcc1f8) 06-15 22:07:05.031: W/dal...

1

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 ...
Kristankriste asked 26/1, 2012 at 17:51

2

Solved

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 da...
Analog asked 19/11, 2011 at 22:24

3

Solved

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 ...
Council asked 16/12, 2011 at 21:59

2

Solved

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 ...
Marielamariele asked 16/8, 2011 at 5:42

3

Solved

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 Andro...
Gouache asked 13/7, 2011 at 17:4

1

Solved

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...
Trilingual asked 8/5, 2011 at 20:4

1

Solved

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) mContext.getSystemService(Conte...
Divinity asked 3/2, 2011 at 12:23

1

Solved

I have an activity with an "Add" and a "Delete" button. The "Add Button" inflates a view, the "Delete Button" removes a selected View. When I inflate a view with the "Add Button", it is automati...
Rocketeer asked 30/12, 2010 at 6:22

1

Solved

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 ...
Rollway asked 19/12, 2010 at 14:45

1

Solved

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 del...
Island asked 29/11, 2010 at 0:11

2

Solved

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 android.widget.LinearLayout.(LinearLa...
Lashawnda asked 10/3, 2010 at 13:53

© 2022 - 2024 — McMap. All rights reserved.