SW Programming41 안드로이드 환경설정 페이지 Preference로 만들기 SettingActivity PreferenceActivity SharedPreferences.OnSharedPreferenceChangeListener MainActivity @Override public boolean onCreateOptionsMenu(Menu menu) { // Inflate the menu; this adds items to the action bar if it is present. getMenuInflater().inflate(R.menu.main, menu); return true; } @Override public boolean onOptionsItemSelected(MenuItem item) { // Handle action bar item clicks here. The .. 2017. 1. 23. 이전 1 2 3 4 5 다음