일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Magnify Anim
- android log dump
- apk 다운사이징
- PageControl
- Objective C
- IOS10
- appbarlayout
- Push
- so file
- java
- IMAGE
- apns
- ios framework
- JavaScript Engine
- Android
- ios
- sha1 convert hashkey
- FlexiblePageView
- 공인인증서 만료일
- Status Bar
- 안드로이드
- SO 파일
- apache
- V8 Engine
- 인증서 정보 뽑아내기
- 공인인증서 정보
- v8 engine xcode build
- embedd
- Android NDK시스템
- Google V8 Engine
- Today
- Total
목록전체 글 (55)
caTea 블로그
xml에 요걸 선언 유틸 클래스에 아래 코드 함수 선언 public static void setStatusBarColor(MainActivity context , View statusBar,int color){ if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) { Window w = context.getWindow(); w.setFlags(WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS,WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS); //status bar height //int actionBarHeight = getActionBarHeight(); int stat..
boolean mIsPremium = false; static final String SKU_PREMIUM = "premium";private final String TAG = "PremiumUpgradeActivity";private IInAppBillingService mService = null;private IabHelper mHelper;private TextView backView = null; private TextView infoText = null; protected void onCreate(Bundle savedInstanceState) {// TODO Auto-generated method stubsuper.onCreate(savedInstanceState);setContentView..
import java.io.IOException;import java.net.InetAddress;import java.net.Socket;import java.security.cert.X509Certificate; import javax.net.SocketFactory;import javax.net.ssl.SSLContext;import javax.net.ssl.SSLSocket;import javax.net.ssl.SSLSocketFactory;import javax.net.ssl.TrustManager;import javax.net.ssl.X509TrustManager; public class HTTPSSocketFactory extends SSLSocketFactory {private SSLSoc..