Keishin Yokomaku

Results 14 comments of Keishin Yokomaku

Adding the following statement makes the build successful for me when the library has any external dependencies. ``` groovy afterEvaluate { androidJavadocs.classpath += project.files(android.plugin.getRuntimeJarList().join(File.pathSeparator)) // add this statement androidJavadocs.classpath +=...

切り離されてPlayからアップデートできるよっていう話

とりあえずは、Resource に `` を加えるのと、`Theme` で colorAccent とかがあること、`View` に追加されたメソッドたちを解説できたらそれで良いかなと思っている。

I use AndroidStudio to record a screen and generate mp4, then pass it to https://ezgif.com/video-to-gif to convert to gif.

Stacktrace: ``` io.github.droidkaigi.confsched2020.ui.widget.FilterChip.onDraw (FilterChip.java:291) android.view.View.draw (View.java:21975) android.view.View.updateDisplayListIfDirty (View.java:20852) android.view.View.draw (View.java:21707) android.view.ViewGroup.drawChild (ViewGroup.java:4432) android.view.ViewGroup.dispatchDraw (ViewGroup.java:4193) android.view.View.updateDisplayListIfDirty (View.java:20843) android.view.ViewGroup.recreateChildDisplayList (ViewGroup.java:4416) android.view.ViewGroup.dispatchGetDisplayList (ViewGroup.java:4389) android.view.View.updateDisplayListIfDirty (View.java:20812) android.view.ViewGroup.recreateChildDisplayList (ViewGroup.java:4416) android.view.ViewGroup.dispatchGetDisplayList (ViewGroup.java:4389) android.view.View.updateDisplayListIfDirty (View.java:20812) android.view.ViewGroup.recreateChildDisplayList (ViewGroup.java:4416)...

This is released as TypefaceHelper 1.2.0!

Similar bug when you launch the app in landscape mode and then rotate to portrait 😢

# Android Asset Studio https://romannurik.github.io/AndroidAssetStudio/ # Description This is a set of tools that can be useful to generate assets (e.g. icons for notification, app shortcuts, navigation menu, and SVG...

# Name Daggraph https://github.com/dvdciri/daggraph # Description Visualize Dagger2 object graph.