{"id":303,"date":"2020-03-25T17:02:08","date_gmt":"2020-03-25T09:02:08","guid":{"rendered":"https:\/\/badgameshow.com\/fly\/?p=303"},"modified":"2020-05-19T13:51:26","modified_gmt":"2020-05-19T05:51:26","slug":"util-%e5%b0%8f%e5%af%ab%e8%87%aa%e5%8b%95%e5%a4%a7%e5%af%ab","status":"publish","type":"post","link":"https:\/\/badgameshow.com\/fly\/util-%e5%b0%8f%e5%af%ab%e8%87%aa%e5%8b%95%e5%a4%a7%e5%af%ab\/","title":{"rendered":"Util EditText\u8f38\u5165\u5c0f\u5beb\u81ea\u52d5\u8b8a\u5927\u5beb"},"content":{"rendered":"<h3>1.\u8b93\u8f38\u5165\u6846\u5c0f\u5beb\u8b8a\u5927\u5beb<\/h3>\n<pre><code class=\"language-Java line-numbers\">public class A2bigAUtil extends ReplacementTransformationMethod {\n @Override\n protected char[] getOriginal() {\n      char[] aa = {'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm',   'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z'};\n      return aa;\n  }\n\n  @Override\n  protected char[] getReplacement() {\n        char[] cc = {'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M',  'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z'};\n        return cc;\n    }\n}\n<\/code><\/pre>\n<h3>2.\u8a2d\u5b9a\u5230\u8f38\u5165\u6846\u88e1<\/h3>\n<pre><code class=\"language-Java line-numbers\">EditText personID = act.findViewById(R.id.personID);\npersonID.setTransformationMethod(new A2bigAUtil());\n<\/code><\/pre>\n\n<div style=\"font-size: 0px; height: 0px; line-height: 0px; margin: 0; padding: 0; clear: both;\"><\/div>","protected":false},"excerpt":{"rendered":"<p>1.\u8b93\u8f38\u5165\u6846\u5c0f\u5beb\u8b8a\u5927\u5beb public class A2bigAUtil extends Replacement &hellip; <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"pgc_sgb_lightbox_settings":"","footnotes":""},"categories":[9],"tags":[13,14,16],"class_list":["post-303","post","type-post","status-publish","format-standard","hentry","category-util","tag-android","tag-java","tag-util"],"_links":{"self":[{"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/posts\/303","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/comments?post=303"}],"version-history":[{"count":3,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/posts\/303\/revisions"}],"predecessor-version":[{"id":469,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/posts\/303\/revisions\/469"}],"wp:attachment":[{"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/media?parent=303"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/categories?post=303"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/tags?post=303"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}