2018-06-01から1ヶ月間の記事一覧

【メモ】CustomViewが入っているlayoutをinflateしたら[Method threw ‘android.view.InflateException’ exception]が出た

CustomViewのconstructorが足りないのが原因らしいので変更した package com.github.atsumo.sample0627 class SampleCustomView constructor( context: Context, attributes: AttributeSet? = null, defStyleAttr: Int = 0 ) : LinearLayout(context, attrib…

【2018年】最強noteアプリはなんだろう?

概要 半年に一回ぐらいなにかいいメモアプリはないか探している。 2年周期ぐらいで置き換えているが、欲しいものをすべて満たしてくれるようなアプリはまだないのでこの先も探し続けるであろう・・・ 満たしてほしい条件 必須 Markdown記法が使える タブでin…

android tech talk 20180601

android tech talk 20180601 medium.com mediumで展開している記事を同じもの ブログ medium.com Navigationを使用したとき際に今までやっていた onActivityResult とか startActivityForResult でやっていたような処理をどうやってやるべきななどが説明され…