Hans Erik
Hans Erik
I could not make the autofittextview work with `android.support.constraint.ConstraintLayout` If it should work with `ConstraintLayout` then I like some advice how to make it work?
I could not get the text to autofit testing both in a ConstraintLayout and LinearLayout, Using this code: ``` ``` Using Android material theme which have default capital letter on...
Could not see that git add -patch was included in your cheat-sheet Thanks good work!
I can only get the first code changes after doing yalc add test-lib. After that there is no way to get any yalc push code changes to work. I created...
Following the Todo tutorial on a Windows laptop I create the basic server and get the` http://localhost:7070/` and going through the project Readme for Todo. When creating the main page...
I get a white screen only and I think it's because the app/index.js is missing but how to configure this to make it work? [Codesandbox](https://codesandbox.io/s/react-file-viewer-master-mzijq?file=/index.html) 
I´m adding 3 TreeNodes like -N1 ----N2 ------N3 In the N2 node I´m creating a new node named N33 and doing `Node.addChild(node);` and I expected my tree to look like...
I´m building a release build but cannot get past his proguard related error: ``` Process: com.toy.android.production, PID: 13817 java.lang.NullPointerException: Attempt to read from field 'java.lang.Object android.widget.Filter$FilterResults.values' on a null object...
Thanks Trying your sample code and only have one TextView as content. The SlidingDrawer takes upp the entire screen even when it´s not in open state. I tried this: `...
And Android 6.0.1 api23 When I add this compile 'com.github.inaka:galgo:v1.0.2' The app crash with: Caused by: java.lang.IllegalStateException: in order to use Galgo, please add the permission android.permission.SYSTEM_ALERT_WINDOW to your AndroidManifest.xml....