.vimrc 파일 설정// 제가 쓰는 .vimrc에서 설정해주는 부분은 다음과 같다.1. Vundle => Vim Plugin Manager- ~/.vim/bundle/ 폴더에 git을 통해 소스를 가져옴- Setup Vundlesudo apt-get install git git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim- Install Plugins:PluginInstall => vim에서 실행vim +PluginInstall +qall => 터미널에서 실행- Search Plugins:PluginSearch SrcExpl2. vim setting3. ctags + cscopesudo apt-get install ct..
오늘은 gridView나 listView같이 item이 여러개 들어있는 뷰에서 drag & drop을 하는 부분에 대해 간단하게 설명하겠습니다. before Item drag // item의 bitmap을 얻어오기 위해 setDrawingCacheEnagled()을 통해 drawing cache에 업데이트 된 뷰의 정보를 저장하게 됩니다. 그리고 getDrawingCache()를 통해 캡쳐된 bitmap을 가져오게 됩니다. 이 부분은 WindowManager로 FloatingView를 만들고 bitmap을 가져오는 부분을 보면 됩니다. setDrawingCacheEnabled(true) 후에 setDrawingCacheEnabled(false)를 하지 않게 되면 floatingView에 잘못된 비트맵 이..
소스 분석에 앞서 빌드 환경을 구성을 해보겠습니다.Virtual Machine : VmwareOS : Ubuntu 64bit 15.10JDK : 1.7Android Source : Marshmallow 6.0 API level 23 빌드 환경 구성 : http://source.android.com/source/initializing.htmlInstalling the JDK$ sudo apt-get update $ sudo apt-get install openjdk-7-jdkUpdate the default Java version - optional (설치된 자바 버전이 여러개일 경우)$ sudo update-alternatives --config java $ sudo update-alternatives ..
- Total
- Today
- Yesterday
- kotlinx serialization
- Jenkins
- jitpack
- publish opensource
- auto depoly
- serializable
- type inference
- 자동 배포
- build server
- android serialization
- RecyclerView
- delete item
- remove item
- C++
- kotlin
- 리사이클러뷰 확장
- swip
- git hook
- 오픈 소스 배포
- android open source
- git server
- data transfer
- ubuntu 16.04
- weak_ptr
- Apache
- qtwebengine
- Git
- Parcelable
- security.ubuntu.com
- expandable recyclerview
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |