style="?android:attr/progressBarStyleSmall" 작은원style="?android:attr/progressBarStyleSmallInverse" 작은원 반전style="?android:attr/progressBarStyle" 중간원style="?android:attr/progressBarStyleInverse" 중간원 반전style="?android:attr/progressBarStyleHorizontal" 가로형style="?android:attr/progressBarStyleLarge" 큰원style="?android:attr/progressBarStyleLargeInverse" 큰원 반전
클래스를 만들어서 사용 public class SharedPreferenceHelper { private final String PREF_NAME = "com.test.pref"; public final static String ID = "PREF_TEST_ID"; public final static String PW = "PREF_TEST_PW"; static Context mContext; public SharedPreferenceHelper(Context c) { mContext = c; } public void put(String key, String value) { SharedPreferences pref = mContext.getSharedPreferences(PREF_NAME, Activit..
Ajax 사용하기 $('#partner_send').click(function(){ $('#param_send').click(function(){ var data = $("#param_form").serialize(); /** * @param type : http * @param url : 리퀘스트 보낼 url * @param data : 보낼 데이터 **/ $.ajax({ type: "POST", url: "페이지 경로", data: data, /** * 송신이 성공했을 경우 **/ success: function(data, dataType) { alert(data); }, /** * 실패한 경우 **/ error : function(XMLHttpRequest, textStatus, errorThrow..
class CustomAdapter extends ArrayAdapter{ Context context; int layoutResourceId; CharSequence data[] = null; Typeface tf; public CustomAdapter(Context context, int layoutResourceId, CharSequence[] data, String FONT ) { super(context, layoutResourceId, data); this.layoutResourceId = layoutResourceId; this.context = context; this.data = data; tf = Typeface.createFromAsset(context.getAssets(), FONT..
- Total
- Today
- Yesterday
- 안드로이드
- 휴게소
- crop
- 리엔케이
- 안드로이드 라이브러리
- 막국수
- ShardPreferenes
- ListView
- 아이콘 사이즈
- gitgub
- serialize
- custom font
- 참나무숯불닭갈비
- xcode8
- 엘지
- git flow
- resize
- Xcode
- Re:NK
- 봄봄봄
- cocoapods
- android jar
- xcode7
- 코드 하이라이트
- keyboard
- 킹스맨
- Android
- 남자화장품
- 가평휴게소
- ios
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |