반응형

unresolved reference for ViewModelProviders 문제 해결하기



Just add these 2 lines to the proper build.gradle:

1
2
implementation "android.arch.lifecycle:extensions:1.1.1"
annotationProcessor "android.arch.lifecycle:compiler:1.1.1"


반응형
반응형

사이트

안드로이드 색깔 정해주는 사이트

Color Tool - Material Design
An interactive tool to create, share, and apply color palettes to your UI, as well as measure the accessibility level…material.io

머티리얼 아이콘 다운로드 사이트

Material icons - Material Design
Material icons are beautifully crafted, delightful, and easy to use in your web, Android, and iOS projects.material.io

안드로이드 앱 아이콘 만드는 사이트

Android Material Icon Generator
The icon, the material shadow and all effects are created in SVG!android-material-icon-generator.bitdroid.de

Android Asset Studio
A collection of tools to easily generate assets such as launcher icons for your Android app.romannurik.github.io

아이콘 라이브러리

Orion Icon Library
The best Icon Tool. 6507 Free SVG & PNG Icons. Search, organize, edit and download our highly flexible Icons.orioniconlibrary.com

구글 머티리얼 디자인 가이드 라인 (영어)

영어를 몰라도 Components 탭으로 가시면 많은 정보를 알 수 있을겁니다.

Introduction - Material Design
Create a visual language that synthesizes classic principles of good design with the innovation and possibility of…material.io

사진 최적화 사이트 (.png / .jpg)

TinyPNG - Compress PNG images while preserving transparency
Make your website faster and save bandwidth. TinyPNG optimizes your PNG images by 50-80% while preserving full…tinypng.com

온라인 이미지 편집 툴

iLoveIMG | 쉽고 빠른 온라인 무료 이미지 편집 툴
신속하게 파일 수정이 가능한 무료 이미지 편집 툴 iLoveIMG. 잘라내기, 크기 조정, 압축, 변환 등의 작업을 진행해 보세요!www.iloveimg.com

다양한 아이콘들을 모아둔 사이트

Icongram: icons on the fly 🚀
Icongram serves you 5114 icons from your favourite icon library on the fly 🚀.icongr.am

Font Awesome 5
Font Awesome makes it easy to add vector icons and social logos to your website. And version 5 is redesigned and built…fontawesome.com

68,700 Free Icons - The Largest Icon Pack Ever
Single icon pack with 68,700 free icons. Each icon is in 5 flat styles. Download as PNG, SVG, or as a font.ko.icons8.com

사람이 봤을 때 조화로운 색

ColorBrewer: Color Advice for Maps
Edit descriptioncolorbrewer2.org

머티리얼 컬러 파레트

Colorion
Curated Color Palettes with Search and Tags Supportmaterial.colorion.co

머티리얼 테마 에디터

Theme Editor Home
The Material Theme Editor helps you make your own branded symbol library and apply global style changes to color…material.io

Gallery

개발자와 디자이너 간 협업 툴

Gallery Home
Gallery is a collaborative tool for uploading design work, getting feedback, and tracking revisions - quickly and…material.io

머티리얼 컴포넌트 + 사용법(Docs)

Develop for Android
Build beautiful, usable products faster. Material Design is an adaptable system-backed by open-source code-that helps…material.io


오픈소스 모음 사이트

오픈소스 라이브러리 Best 27

초보 개발자를 위한 안드로이드 오픈 소스 라이브러리 Best 27
어플리케이션(프로그램)을 개발할 때 오픈 소스를 사용하는 것은 시간을 절약할 수 있으며 버그를 줄일 수 있는 효과적인 방법 입니다. 자동차를 만드는것에 비유하자면, 바퀴부터 발명해서 자동차를 만드는 것 보다 이미…aedi.tistory.com

징그럽게 많음 렉 주의;;

wasabeef/awesome-android-ui
awesome-android-ui - A curated list of awesome Android UI/UX librariesgithub.com

깔끔하게 정리 되있음

Android UI OpenSource
Collection of OpenSource for Android UI.kmshack.github.io


 

 

 

 

출처: https://medium.com/wasd/%EC%95%88%EB%93%9C%EB%A1%9C%EC%9D%B4%EB%93%9C-%EA%B0%9C%EB%B0%9C%EC%97%90-%EB%8F%84%EC%9B%80-%EB%90%AC%EC%9C%BC%EB%A9%B4-%ED%95%98%EB%8A%94-%EA%B2%83%EB%93%A4-%EC%82%AC%EC%9D%B4%ED%8A%B8-da84e2d60f0f

반응형
반응형

출처: https://comoi.io/156 [코모스튜디오]

 

Gradle에서 이 에러가 나온다면 

Plugin with id 'com.android.application' not found.

 

build.gradle에

buildscript {

    repositories {

        jcenter() // or mavenCentral()

    }

 

    dependencies {

        classpath 'com.android.tools.build:gradle:1.5.0'

    }

}

 

를 추가 해주면 된다.

 

그래도 에러가 계속 난다면?

 

 

위 노랑이의 위치를 

 

apply plugin: "com.android.application"

바로 위로 옮기면 된다.



출처: https://comoi.io/156 [코모스튜디오]

반응형
반응형

출처: https://coding-factory.tistory.com/209

프로그램을 혼자 개발할려고 하면 힘들죠. 특히 개발을 하면서 디자인도 같이 병행해야 하는 어플리케이션을 만들어야 할 경우에는 더 그렇습니다. 기능보다 디자인이 더 암걸려요. 하지만 오픈소스를 사용하면 개발과 디자인을 쉽게 만들고 개발시간도 짧게 만들어줍니다. 소프트웨어가 꾸준히 발전하고 있는 이유는 바로 이런 오픈소스 덕이 아닐까요? 이번 포스팅에서는 제가 주로 사용하는 안드로이드 오픈소스 사이트에 대해서 알려드리고자 합니다.

 

오픈소스 라이브러리 

1. Android 개발자 포털

 

안드로이드 라이브러리 오픈소스 무료/유료/데모 버전이 있습니다. 오래된 사이트임에도 불구하고 최근까지도 계속 업데이트되고 있는 사이트입니다.

 

2. 초보 개발자를 위한 안드로이드 오픈소스 라이브러리 Best27

 

aedi님께서 정리해놓은 오픈소스들인데 굉장히 정리를 깔끔하게 해놓으셔서 들고왔습니다. 어플리케이션을 개발하면서 굉장히 유용하게 쓰일만한 기능들이 많이있습니다.

 

오픈소스 UI

1. Android UI OpenSource

 

각종 UI들이 있는 깃허브입니다. 움짤형식으로 보기좋게 나열되어있어 자신이 원하는 기능을 쉽게 찾을 수 있게 되어있더라구요. 제가 굉장히 선호하는 곳이기도 합니다.

 

2. 깃허브 UI 오픈소스 모음집

 

위의 리스트와 같이 각종 UI가 있는 깃허브 페이지입니다.

 

안드로이드 앱 프로젝트 오픈소스

1. 개발 기술을 향상시키는 20개 이상의 멋진 오픈 소스 Android 앱

 

안드로이드 어플리케이션을 만들때 참고할만한 어플리케이션들 모아놓은 사이트입니다. 프로그래밍을 공부하기에 있어 이론과 실기를 공부하는것보다 어쩌면 완성되어있는 프로젝트의 소스를 보는것이 더 도움이 될 때가 있습니다. 이 페이지에서는 프로젝트가 난이도별로 분류되어 있어 자신의 역량에 맞게 소스를 확인해볼 수 있게 되어있습니다.

 

반응형

+ Recent posts