this is the example XML <?xml version=\"1.0\" encoding=\"utf-8\"?> <LinearLayout xmlns:android=\"http://schemas.android.com/apk/res/android\"
In my manifest I used to have something like this <activity android:name=\".MyActivity\" android:label=\"@string/app_name\"
I know there are a lot of questions like this on the forums, but many cases are unique, so here goes.
Getting some object from the layout file (say, test.xml) requiring setting this layout in the activity. For example if the button has an id \"@+id/btn\" then I can\'t get it by findViewById(R.id.btn)
I have a problem with grid view layout on Android. I can\'t find solution to eliminate extra space in grid view. I tried a lot of things (numColumns, columnWidth, stretchMode, gravity) and advices (fr
Feeling a bit frustrated at not being able to properly figure this out. I\'m updating an old site and am trying to make this work without tables. I can do it with box flex but its unsupported by a lot
I have noticed two differences between spark and mx forms which are causing me some problems. It seems by default the mx forms are arranged to the label is above the form input item. In Spark they are
I want to build an app for iPad like a book, with two pages, with one column each. After read some text from a database, I want to fulfill the two pages (with the right quantity of text), and save wha
This is the css file for two division one at left and one at right=> div#id_div_loadwhat { float: left;
I\'m creating a dialog as part of Java application. I\'m using groovy\'s swingBuilder and I\'m experiencing some difficulty when trying to pack a JDialog. See the code below: