본문 바로가기

Library

[IOS Library] MPFoldTransition Flip 과 Fold 효과를 쓸수 있는 라이브러리 이다.이동하기 FeaturesConvenience methods to extend UIViewController to present/dismiss a view controller modally using fold/flip transitionsConvenience methods to extend UINavigationController to push/pop view controllers onto the navigation stack using fold/flip transitionsConvenience methods to transition between any 2 UIViewControllers or UIViews3 Custom UIStoryboardSeg.. 더보기
[iOS] PBJVision iOS에서 카메라를 커스텀하여 사용할 경우 아주 유용한 라이브러리이다. VisionVision is an iOS camera engine that supports touch-to-record video, slow motion video (120 fps for supporting hardware, which is currently only iPhone 5S), and photo capture. It is compatible with both iOS 6 and iOS 7 and supports 64-bit. Pause and resume video capture is also possible without having to use a touch gesture as the sample project provi.. 더보기
[IOS Library] 이미지에서 색상값 추출 LEColorPickerA Cocoa-Touch system for getting a color scheme in function of an image, like iTunes 11 does. It is designed as a general purpose class set, in wich LEColorPicker is the interface for your client code. 이동하기 더보기
[Android] 라이브러리 충돌할때~!! 해결방법 안드로이드 프로젝트 라이브러리를 연결?? 하면 항상 아래와 같은 에러가 발생한다.~!!!항상 보면 android-support-v4.jar 이 파일에서 에러가 발생한다. Found 3 versions of android-support-v4.jar in the dependency list,but not all the versions are identical (check is based on SHA-1 only at this time).All versions of the libraries must be the same at this time.Versions found are: 에러 메시지를 자세히보면 같은 버전이 아니다!! 라고 해서 에러가 발생한다. 해당 라이브러리를 복사해서 하나로 통일하자~! 더보기
[Android] Android 프로젝트를 jar파일로 만들기~! 안드로이드 앱을 만들면서 라이브러리 프로젝트 양이 많아서 이클립스가 느려지고 한번씩 클린을 하고 해야 정상적인 작동을 하는 경우가 생겼다....그래서 더 이상 고쳐서 쓸필요가 없는 라이브러리는 jar파일로 만들기하였다~! jar파일로 만들 프로젝트를 선택해서 export~! 그리고 java - jar file을 선택 여기서 중요하다~! 프로젝트에서 겹칠만한 것이나 필요없는 것들은 되도록이면 빼고 정말 필요한것만 추가하자~!!!! jar파일로 만들어서 프로젝트로 실행하려고하니....... 아래와 같은 오류가 떴다..오류에서는 ids.xml이 겹쳐친다고 한다... 그래서 해당 프로젝트의 파일명을 변경하였다~! 그리고 다시 jar파일을 만들고~! 실행하니 잘되었다~!!그리고 이클립스의 쾌적한 환경을 위해 프로.. 더보기
[Android Library] Image download library~! 아주 잘만든 이미지 다운로드 라이브러리이다~! Image download가 필요한 서비스를 개발할때? 유용할듯하다~!주소는 여기에~! 간단 사용방법1. Application에서 다음과 같은 함수를 만든다.~~! 그리고 호출~!private void initImageLoader () {final DisplayImageOptions option = new DisplayImageOptions.Builder().showImageOnLoading(R.drawable.ic_launcher).cacheInMemory(true).resetViewBeforeLoading(false).build();final ImageLoaderConfiguration configuration = new ImageLoaderConfigu.. 더보기
[Android Library] 슬라이드 메뉴 아주 간편하고 좋다 페이스북과 같이 Left 와 Right 메뉴를 지원한다. https://github.com/jfeinstein10/SlidingMenu 사용법Simple Examplepublic class SlidingExample extends Activity { @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setTitle(R.string.attach); // set the content view setContentView(R.layout.content); // configure the SlidingMenu SlidingMenu menu = new SlidingMenu(th.. 더보기
[Android] Found 2 versions of ~~~~.jar in the dependency list, 오류 발생시~! Android Library Project를 많이 참조하면서 아래와 같은 에러가 발생하였다 본인의 경우 Library의 android-support-v4.jar 과 본 project의 android-support-v4.jar 의 버전이 틀려서 생긴 문제였다. 해결방법은 둘중 하나의 android-support-v4.jar 복사하여 같은 jar파일로 대채하는것이다. 더보기
[IOS Library] Chat (UIBubbleTableView) Table만 제공 되어져서 커스텀해서 쓰기 좋은 듯하다~! 키보드 이벤트랑 처리하는건 귀찮지만....;; 소스코드 보러가기 더보기
[IOS Library] Chat (JSMessagesViewController) 적용하기 쉽고 좋다 하지만 키보드쪽 이벤트 처리에 아직 미흡한 부분이.... UI 커스텀을 할때에도 코드로해서 번거로울것 같다. 소스코드 보러가기 더보기