SwiftでProtocol-Oriented Programming(プロトコル指向プログラミング)を理解したいがイマイチinterfaceの使い所がわからない。。 ということでPlaygroundでサンプルを作って試してみた。
SwiftでProtocol-Oriented Programming(プロトコル指向プログラミング)を理解したいがイマイチinterfaceの使い所がわからない。。 ということでPlaygroundでサンプルを作って試してみた。
In Android, you can create bitmaps with anti-aliased rounded corners on the fly using the code snippet below. If anyone finds a more obvious way please feel free to ping me – I’d really love to know about it. (This code may be used under the terms of Apache License – Version 2) public static Bitmap getRoundedCornerBitmap(Bitmap bitmap) { Bitmap output = Bitmap.createBitmap(bitmap.getWidth(), bitma
I was surprised that getViewTypeCount() is so rarely overrided (codesearch). If you are an expert in this – this post is not for you:-) ListView and Adapter Basics How it works: ListView asks adapter “give me a view” (getView) for each item of the list A new View is returned and displayed Next question – what if we have one billion items? Create new view for each item? The answer is NO:-) Android
ImageButton の画像を Matrix で回転させようとしたときのメモ。 XML の場合は、android:scaleType を matrix にする。コードに直接書く場合は、setScaleType(ImageView.ScaleType.MATRIX) が必要。 button = (ImageButton)findViewById(R.id.ImageButton01); button.setImageResource(android.R.drawable.ic_media_play); // コードに直接書く場合 // button.setScaleType(ImageView.ScaleType.MATRIX); Matrix mtx = new Matrix(); mtx.setRotate(180.0F, button.getWidth()/2, button.get
I have some problems finding the documentation of the definitions of shapes in XML for Android. I would like to define a simple circle filled with a solid color in an XML File to include it into my layout files. Sadly the Documentation on android.com does not cover the XML attributes of the Shape classes. I think I should use an ArcShape to draw a circle but there is no explanation on how to set t
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く