본문 바로가기

반응형

프로그래밍

(23)
20 Best Android Animation UI/UX Libraries 1. AndroidViewAnimations We will begin with AndroidViewAnimations. It is a simple Android library that enables you to create view shake animations. Its developer was inspired by an iOS library, since Android had no analogue at that time. The library allows you to implement a wide variety of animations, including: bounce; fade; flip; rotate; slide; zoom. Moreover, each item has its own subsection..
레이아웃 디자인에 도움이 되는 사이트 1. Material Palette https://www.materialpalette.com 2. uiGradients https://uigradients.com/ 3. AUOS (Android UI Open Source) https://kmshack.github.io/AndroidUICollection/
build\intermediates\instant_run_split_apk_resources\debug\instantRunSplitApkResourcesDebug\out\slice_2\resources_ap 스튜디오에서 컴파일을 했더니 아래와 같은 에러발생..... build\intermediates\instant_run_split_apk_resources\debug\instantRunSplitApkResourcesDebug\out\slice_2\resources_ap Enable instant Run to hot~~ 이부분 체크를 해제한다.
android studio mac java 8 To force running under JDK 1.7 edit /Applications/.app/Contents/Info.plist file, change JVMVersion from 1.6* to 1.7* :JVMVersion 1.7*See this answer for the known problems with JDK 1.7.IDEA_JDK environment variable can be used to override the selected JDK, you may need to run the product from the Terminal so that it sees your environment variables (Mac OS limitation): open -a /Applications/.app/..
mysql rpm 삭제 [root@i74770 local]# rpm -qa | grep mysql 조회mysql-5.1.73-3.el6_5.x86_64mysql-server-5.1.73-3.el6_5.x86_64mysql-libs-5.1.73-3.el6_5.x86_64 [root@i74770 local]# rpm -e mysql-5.1.73-3.el6_5.x86_64 삭제 에러 발생시 옵션 추가 [root@i74770 local]# rpm -e mysql-libs-5.1.73-3.el6_5.x86_64 --nodeps
can't locate svn/core.pm in @inc mavericks git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree svn rebase Can't locate SVN/Core.pm in @INC (@INC contains: /usr/local/git/lib/perl5/site_perl /Applications/SourceTree.app/Contents/Resources/git_local/lib/perl5/site_perl /Library/Perl/5.16/darwin-thread-multi-2level /Library/Perl/5.16 /Network/Library/Perl/5.16/darwin-thread-multi-2level /Network/Library/..
맥에서 안드로이드 폰으로 파일전송하기 맥에서 안드로이드 폰으로 파일전송하기 http://www.android.com/filetransfer/ 에서 파일 받아 맥에 설치한다.... 그리고 폰 연결.......이게 끝이다.... Download and InstallStep 1: Click Download Now above.Step 2: When the download completes, double-click androidfiletransfer.dmg.Step 3: In the Installer window, drag Android File Transfer to Applications.Use Android File TransferUse the USB cable that came with your Android device to connect i..
XML 특수문자 처리 XML 예약문자, &는 XML tag 표시와 entity를 표시하는 XML 예약문자로, XML 문서에 그대로 사용할 수 없다. (greater-than sign)>& (ampersand)& 그리스문자그리스 문자는 풀어서 사용한다.αalphaβbetaγgammaδ,Δdeltaεepsilonζzetaηetaθthetaιiotaκkappaλlambdaμmicronνnuξxiοomicronπpiρrhoσ, Σsigmaτtauυupsilonφphiχchiψpsiω, Ωomega 기호 & 부호≤ or =±+/-˚degrees℃degrees C→-->㎍, μGmicrogram㎕, μLmicroliter㎛, μMmicrometer®(R)™(TM)χ2chi─square ..

반응형