<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>greenhelix</title>
    <link>https://greenhelix.tistory.com/</link>
    <description>개발에 관한 것들과 개인적인 것을 담는 블로그</description>
    <language>ko</language>
    <pubDate>Wed, 8 Apr 2026 17:13:13 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>greenhelix</managingEditor>
    <image>
      <title>greenhelix</title>
      <url>https://tistory1.daumcdn.net/tistory/3165105/attach/2d6989e3b2f745ca8df983312b2bfa07</url>
      <link>https://greenhelix.tistory.com</link>
    </image>
    <item>
      <title>[Visual Studio 2022] 단축키 모음</title>
      <link>https://greenhelix.tistory.com/326</link>
      <description>Visual Studio 단축키 모음
CTRL / ALT / SHIFT / ENTER / SPACE / 



ALT +SHIFT + .&amp;nbsp; OR ,&amp;nbsp;
글자 크기 확대 OR 축소


SHIFT + ESC
띄운 창 닫기


CTRL&amp;nbsp;&amp;nbsp;+SHIFT&amp;nbsp;+ A
새로운 파일 생성


CTRL&amp;nbsp;&amp;nbsp;+SHIFT&amp;nbsp;+ A
&amp;nbsp;


&amp;nbsp;
&amp;nbsp;


&amp;nbsp;
&amp;nbsp;



직접 단..</description>
      <category>Tech/Tech</category>
      <category>shortcut</category>
      <category>visual studio ide</category>
      <category>단축키</category>
      <author>greenhelix</author>
      <guid isPermaLink="true">https://greenhelix.tistory.com/326</guid>
      <comments>https://greenhelix.tistory.com/326#entry326comment</comments>
      <pubDate>Tue, 15 Feb 2022 14:05:37 +0900</pubDate>
    </item>
    <item>
      <title>no such method error</title>
      <link>https://greenhelix.tistory.com/325</link>
      <description>카메라가 안켜지는 버그 발생&amp;nbsp;
&amp;nbsp;
-&amp;gt; 아래와 같은 문구가 뜬다.&amp;nbsp;
java.lang.NoSuchMethodError: No static method getOrCreate Instance
&amp;nbsp;
&amp;nbsp;
그냥 Gradle 버전을 업데이트 해주라는 말이다.&amp;nbsp;
&amp;nbsp;
(참고 Stack overflow ) (바로가기)</description>
      <category>Programming/Bugs Life</category>
      <category>android camera error</category>
      <category>no such method error</category>
      <author>greenhelix</author>
      <guid isPermaLink="true">https://greenhelix.tistory.com/325</guid>
      <comments>https://greenhelix.tistory.com/325#entry325comment</comments>
      <pubDate>Tue, 28 Dec 2021 23:22:29 +0900</pubDate>
    </item>
    <item>
      <title>Migrate &amp;amp; Gradle</title>
      <link>https://greenhelix.tistory.com/324</link>
      <description>앱 개발을 하다보면 매번 gradle 버전 관리가 발목을 잡는다.&amp;nbsp;
&amp;nbsp;
androidx 로 써야 하니 android.support 예전 버전을 쓰라하니 가지 각색이다.&amp;nbsp;
&amp;nbsp;
migrate하기에도 무섭다 이젠&amp;nbsp;
무엇이 충돌날지 예측할 수가 없어서&amp;nbsp;
&amp;nbsp;
꼼꼼히 보지만 또 시간이 지나면 잊혀지기 때문에 매번 찾아보기 귀찮아서 기록을 남긴다.&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
#1 aar, jar..</description>
      <category>Programming/Bugs Life</category>
      <author>greenhelix</author>
      <guid isPermaLink="true">https://greenhelix.tistory.com/324</guid>
      <comments>https://greenhelix.tistory.com/324#entry324comment</comments>
      <pubDate>Thu, 16 Dec 2021 02:54:46 +0900</pubDate>
    </item>
    <item>
      <title>Fxxking Deprecated List</title>
      <link>https://greenhelix.tistory.com/323</link>
      <description>onActivityResult Deprecated
-&amp;gt; Fragment에서 사용법 (참고 블로그) (참고 블로그)</description>
      <category>Programming/Android</category>
      <category>deprecated</category>
      <category>onactivityresult deprecated</category>
      <author>greenhelix</author>
      <guid isPermaLink="true">https://greenhelix.tistory.com/323</guid>
      <comments>https://greenhelix.tistory.com/323#entry323comment</comments>
      <pubDate>Wed, 15 Dec 2021 01:26:09 +0900</pubDate>
    </item>
    <item>
      <title>Button - ViewBinding</title>
      <link>https://greenhelix.tistory.com/317</link>
      <description>Fragment에서 ViewBinding을 활용한 상태에서&amp;nbsp;
여러개의 버튼이나 TextView에 반복되는 값을 부여하는 경우가 있었다.&amp;nbsp;
&amp;nbsp;
물론, viewbinding말고 다른 방법이나 더 현명한 방법이 있을 듯 하다.&amp;nbsp;
&amp;nbsp;
현재까지 내가 찾고 도움을 받은 코드를 적어보겠다.&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
일단, 상황은 버튼을 클릭한 경우 같은 layout 안에 있는 다른 버튼들의 ui가 음영처리가 되..</description>
      <category>Programming/Android</category>
      <category>android buttons color change with viewbinding</category>
      <category>viewbinding findViewWithTag</category>
      <category>안드로이드 버튼 색상 한번에 여러개 바꾸기</category>
      <author>greenhelix</author>
      <guid isPermaLink="true">https://greenhelix.tistory.com/317</guid>
      <comments>https://greenhelix.tistory.com/317#entry317comment</comments>
      <pubDate>Thu, 18 Nov 2021 19:15:45 +0900</pubDate>
    </item>
    <item>
      <title>Fragment에서 뒤로 가기 ?</title>
      <link>https://greenhelix.tistory.com/316</link>
      <description>Fragment 에서 뒤로가기를 누른것이 Activity에서의 방법과는 차이가 있었다.&amp;nbsp;
&amp;nbsp;
일단, callback을 통해서 진행했어야 했는데, 좀 더 정확하게 알아볼 필요가 있어보이지만,&amp;nbsp;
일단은 activity에서 컨트롤하는 것으로 생각하고 있다.&amp;nbsp;
&amp;nbsp;
다음은 내가 찾아본 코드이다.&amp;nbsp;
/*   프래그먼트 뒤로가기 버튼 컨트롤 방안 : callback함수를 활용하는 것이다.
그러나, activity..</description>
      <category>Programming/Android</category>
      <category>fragment backpress</category>
      <category>프래그먼트 뒤로가기</category>
      <author>greenhelix</author>
      <guid isPermaLink="true">https://greenhelix.tistory.com/316</guid>
      <comments>https://greenhelix.tistory.com/316#entry316comment</comments>
      <pubDate>Thu, 18 Nov 2021 18:34:26 +0900</pubDate>
    </item>
    <item>
      <title>스페인 와인</title>
      <link>https://greenhelix.tistory.com/315</link>
      <description>북동부 지방&amp;nbsp;
&amp;nbsp;
페네데스 Penedes
유연하고 바디가 강한 화이트 와인
풀바디 레드도 생산됨.
특산품 카바Cava와인이 유명하다.&amp;nbsp;
카바는 샴페인과 같은 방법으로 만든 스파클링 와인이다. 가격은 착하고 품질은 좋다.&amp;nbsp;
&amp;nbsp;
프리오라트 Priorat
강한 와인을 선호하는 사람들이 좋아하는 지역이다.&amp;nbsp;
숙성가능한 레드 와인 생산이 대부분이다. 명성만큼 가격도 비싸다.&amp;nbsp;
&amp;nbsp;
나바라 Na..</description>
      <category>Life</category>
      <author>greenhelix</author>
      <guid isPermaLink="true">https://greenhelix.tistory.com/315</guid>
      <comments>https://greenhelix.tistory.com/315#entry315comment</comments>
      <pubDate>Mon, 8 Nov 2021 01:47:08 +0900</pubDate>
    </item>
    <item>
      <title>#6. Circle of Numbers</title>
      <link>https://greenhelix.tistory.com/314</link>
      <description>n의 숫자범위에서 0부터 n-1까지 원에 아래와 같이 일정한 간격으로 놓았을때,&amp;nbsp;
FirstNumber의 반대편에 있는 수는?

&amp;nbsp;
파이썬
def circleOfNumbers(n, firstNumber): return firstNumber+(n/2) if firstNumber &amp;lt; n/2 else firstNumber-(n/2)
코틀린&amp;nbsp;
fun circleOfNumbers(n: Int, firstNumber: Int) = ..</description>
      <category>Algorithm/Core</category>
      <author>greenhelix</author>
      <guid isPermaLink="true">https://greenhelix.tistory.com/314</guid>
      <comments>https://greenhelix.tistory.com/314#entry314comment</comments>
      <pubDate>Mon, 8 Nov 2021 00:26:03 +0900</pubDate>
    </item>
    <item>
      <title>#5. Max Multiple</title>
      <link>https://greenhelix.tistory.com/313</link>
      <description>divisor로 나눠져야 하며, bound보다 작거나 같아야 한다. 이 수는?
&amp;nbsp;
코틀린
fun maxMultiple(divisor: Int, bound: Int) =divisor * (bound/ divisor)
파이썬
def maxMultiple(divisor, bound): return divisor * (bound//divisor)
&amp;nbsp;</description>
      <category>Algorithm/Core</category>
      <author>greenhelix</author>
      <guid isPermaLink="true">https://greenhelix.tistory.com/313</guid>
      <comments>https://greenhelix.tistory.com/313#entry313comment</comments>
      <pubDate>Sun, 7 Nov 2021 22:53:30 +0900</pubDate>
    </item>
    <item>
      <title>#4. Seats in Theater</title>
      <link>https://greenhelix.tistory.com/311</link>
      <description>내 자리가 col, row 라면, 내 뒷편의 자리의 왼쪽 전체 자리 총 몇 자리 인가?

&amp;nbsp;
파이썬
def seatsInTheater(nCols, nRows, col, row): return (nCols - col +1)*(nRows - row)
&amp;nbsp;
코틀린
fun seatsInTheater(nCols: Int, nRows: Int, col: Int, row: Int) = (nCols - col + 1) * (nRows - row)</description>
      <category>Algorithm/Core</category>
      <author>greenhelix</author>
      <guid isPermaLink="true">https://greenhelix.tistory.com/311</guid>
      <comments>https://greenhelix.tistory.com/311#entry311comment</comments>
      <pubDate>Sun, 7 Nov 2021 22:47:22 +0900</pubDate>
    </item>
  </channel>
</rss>