2018-05-11から1日間の記事一覧

android studioで画像をフィットさせる

最近やっと時間が出来、android studioをかじり始めています。 ItemListを使い、itemをクリックするとそのアイテムに対応した画像を新しいアクティビティで出す と言う簡単なアプリを書いていたのですがどうも出てくる画像がフィットしない。 XMLファイルの…

LeetCode #12. Integer to Roman プログラミング練習

問題: Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M.Symbol Value I 1 V 5 X 10 L 50 C 100 D 500 M 1000 For example, two is written as II in Roman numeral, just two one's added together. Twelve is written…