Open jtadiarca opened 9 years ago
Or maybe it's the fact that I am using RecyclerView? In your sample code, you used a ListView instead.
First objective that I am trying to get going. Is writing code to any device that will jump over the arguments. Far as list view or RecyclerView Sure that you will have to compile a command. Working a little so far. Made some progress. My debbuger has kick out some arguments. Have addressed a few and is working so far.
I only use AIDE on my nexus 5. Everytime a textdrawable or colorgenerator created, the app crashes. No logcat output so I can't tell why it's crashing. It's not in my code cause when I comment the textdrawable initialization code, my app does not crash.
Sample code that crashes my app: TextDrawable drawable = TextDrawable.builder() .buildRect("A", Color.RED); ColorGenerator mGenerator = ColorGenerator.MATERIAL;