전체 글131 EditText에 카타카나만 입력되도록 처리 https://dev.classmethod.jp/articles/android-tips-20-edittext-inputtype/ Android Tips #20 EditText の inputType で日本語が制限できない指定 | Developers.IO EditText の inputType とは EditText に入力される文字の種類を限定したいとき、 inputType プロパティを指定することで IME に入力制限をかけることができます。XML で指定すること … dev.classmethod.jp https://medium-company.com/java-%E5%85%A8%E8%A7%92%E3%82%AB%E3%83%8A-%E3%83%81%E3%82%A7%E3%83%83%E3%82%AF/ Javaで全角カナのチェックを実行する.. 2021. 1. 28. Fragment에서 하드웨어키 onKeyDown/onKeyUp과 동일한 처리 [Android]Fragment単位でキーイベントを管理する 前書き Androidのキーイベントの管理はActivity#onKeyDownで行うことが出来ます。 が、Fragmentにはそれに該当するメソッドがありません。呼び出したActivityのonKeyDownを実行してしまいます。 まぁ色 outofmem.tumblr.com 참고페이지 2021. 1. 27. ListView를 scroll하면 focus가 날아가는 이슈 해결 1234567891011121314 listView.setChoiceMode(ListView.CHOICE_MODE_SINGLE); listView.setOnItemSelectedListener(new AdapterView.OnItemSelectedListener() { @Override public void onItemSelected(AdapterView parent, View view, int position, long id) { listView.setItemChecked(mPosition, true); } @Override public void onNothingSelected(AdapterView parent) { listView.setItemChecked(mPosition, true); if(lis.. 2021. 1. 22. ListView 스크롤해도 button selected 유지하기 https://stackoverflow.com/questions/9729517/showing-the-current-selection-in-a-listview Showing the current selection in a listview As seen in the tablet version of gmail and google talk I am trying to show the current selection in a listview. I know this is not standard practice and should be avoided when necessary.in my progr... stackoverflow.com listView.setChoiceMode(ListView.CHOICE_MODE_SIN.. 2021. 1. 21. 레이아웃과 포커싱 descendantFocusability itpangpang.xyz/308 descendantFocusability - Child View의 Focus를 제어하자 descendantFocusability Child View의 Focus를 제어하자 ㆍ 시작하기 전에 descendantfocusablility라는 이 속성은 몇몇 특별한 상황에서 필요합니다. ㆍ 물론 사용하는 방법에 따라 유용하게 쓰일수도 있습니다.. itpangpang.xyz 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 @Override .. 2021. 1. 20. 단말기 하드키 조작과 listview focusing 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 case AppButtonManager.BUTTON_USER: //右釦を押した時 //右側釦が押された時 if (newState) { Button_right_Enb = false; listView.post(new Runnable() { p.. 2021. 1. 7. 이전 1 ··· 9 10 11 12 13 14 15 ··· 22 다음