-
I've a google map on fragment:
```
.....
```
and have such peace of code where exception has occurred
```
sView = inflater.inflate(R.layout.fragment_map, container, false);
```
I've got a…
-
Hi Marcos,
Following up my suggestions to alter the header for the aREST http GET reply, I have since been able to drive it from an App in my Android phone. I have also altered the structure of the …
-
I have been suffering of constants freezings with the software where the song time count freezes and i only can control+c.
I started thinking about it and i thought if could get the songLenghtTime wit…
-
Before anything runs in debug mode on the iPad mini
i get this error
ReferenceError: Error #1065: Variable UIComponent is not defined.
at org.robotlegs.base::MediatorBase$cinit()
at global$in…
-
Some of the elements in my listview take up twice the space than the rest (I have 1- and 2-line items).
When adding items to SwipeTo.. widget I sometimes get:
1) taller items chopped to "single-line…
-
Just updated to the latest SlidingMenu and v4 Android support library. ActionBarSherlock version remains at 4.2.0 (latest). Now ActionBarSherlock crashes occasionally when calling onDestroy()...
``…
-
It is crashing on Samsung S3 android build 4.1
ClassCastException: LinearLayout casting to FrameLaout.
I found solution :+1:
1. private static ViewGroup parent;
2. ```
Converted all FrameLayout.…