본문 바로가기

전체 글

(50)
[git] Commit 메시지 수정 Git에 push된 commit에 대해 message를 수정하고 싶을 때에는 다음 명령어를 사용한다. git commit --amend -m "메세지" git push -f 혹시 gitlab을 사용 중이라면 branch가 protected branch인지 확인해야 한다. 만약 protected branch라면 protected를 해제해야 한다.
[안드로이드] 개인정보처리방침 생성 웹사이트 Google Play에 애플리케이션 등록을 할 때 아래와 같이 개인정보처리방침 입력 항목을 많이 보셨을 겁니다. 보통은 아래와 같이 제출하지 않는 경우가 일반적인데, 앱에 따라 필수로 입력해야 하는 경우가 있습니다. 하지만 문제는 글로벌을 타겟으로 하는 애플리케이션의 경우 개인정보처리방침을 영어로 작성해야 한다는 부담이 있습니다. 이러한 문제를 해결해주는 사이트를 소개하려고 합니다. App Privacy Policy Generator라는 웹사이트입니다. https://app-privacy-policy-generator.firebaseapp.com/ App Privacy Policy Generator app-privacy-policy-generator.firebaseapp.com 아래와 같은 애플리케이션과..
Tistory를 통한 Google AdSense 가입하기 Tistory 많이들 하시는데요, Tistory에 Google AdSense를 붙여 광고 수익을 얻을 수 있습니다. 이를 위해 먼저 AdSense 가입이 필요합니다. 다음 페이지를 통해 AdSense를 시작할 수 있습니다. https://www.google.com/intl/ko_kr/adsense/start/ Google 애드센스 - 웹사이트에서 수익 창출하기 Google 애드센스의 웹사이트 수익 창출 기능을 사용하여 수익을 올려보세요. Google 애드센스에서 광고 크기를 자동으로 최적화하여 광고의 노출 및 클릭 가능성이 높아집니다. www.google.com 1. 첫 번째로 다음 정보를 입력합니다. 웹사이트 주소 (URL) 이메일 주소 이메일 주소를 통한 애드센스 정보 수신 확인 2. AdSense에..
[Android] Show an icon in Actionbar. It's possible to show an icon in Actionbar with the following code. getSupportActionBar().setDisplayShowHomeEnabled(true); getSupportActionBar().setIcon(R.drawable.ic_launcher);
[안드로이드] Actionbar에 icon 표시하기 다음과 같은 코드를 통해 Actionbar에 icon을 표시할 수 있습니다. getSupportActionBar().setDisplayShowHomeEnabled(true); getSupportActionBar().setIcon(R.drawable.ic_launcher);
[Android] Convert asset and drawable to URI. It's required to convert local resources like asset and drawable to URI string. How to convert them? Asset String imageUri = "assets://image.png"; Drawable String imageUri = "drawable://" + R.drawable.image;
[안드로이드] asset, drawable을 URI string으로 변경하기 필요에 따라선 local resource (asset, drawable)을 URI string으로 변경할 필요가 있다. 이를 위해서는 아래와 같이 변경하면 된다. Asset String imageUri = "assets://image.png"; Drawable String imageUri = "drawable://" + R.drawable.image;
[Android App] FlashLite - A free flash light app This posting introduces an application called FlashLite for Android. This is the link for the application on Google Play Store. https://play.google.com/store/apps/details?id=com.kyumpany.flashlite FlashLite - 무료 손전등 플래쉬앱 - Google Play 앱 FlashLite는 단순하고 가벼운 플래쉬앱입니다. play.google.com The application is designed to be easily used for anyone.