노출되는 이미지가 불편하시겠지만 양해를 구합니다. 노출, 클릭등에 관한 자료로 활용 중입니다.

ToDo App by Flutter / 플루터로 만드는 '할일앱'



1. Flutter 프로젝트 생성하기


> flutter create flutter_todo




2. 생성된 lib/main.dart를 지우고, 새로운 내용으로 채우기(Material Design)



심플한 Material-style의 앱을 title bar와 body만을 갖고 있도록 고친다.



모든 것은 Widget이다. MaterialApp, Scaffold, AppBar


3. Stateless & Stateful 위젯



StatelessWidget는 동적으로 변경될 수가 없다. 하지만, 동적인 자식들을 가질 수 있다.

이것이 StatefulWidget이다.




4. State 변경 하기



5. User Interaction: Adding a todo item



6. User Interaction: Removing todo items



...


# 원문


https://medium.com/the-web-tub/making-a-todo-app-with-flutter-5c63dab88190




# Flutter 설치하기 ( Windows )


https://flutter.io/get-started/install/


블로그 이미지

StartGuide

I want to share the basic to programming of each category and how to solve the error. This basic instruction can be extended further. And I have been worked in southeast Asia more than 3 years. And I want to have the chance to work another country.

,
노출되는 이미지가 불편하시겠지만 양해를 구합니다. 노출, 클릭등에 관한 자료로 활용 중입니다.


Android Studio (3.1)에서 발생한 이슈 


# 이슈


1. Android Studio Updates(IDE and Plugin) 실패


2. Android Studio 구성 정보의 Disk 사이즈 문제


- C:\ 드라이브 공간이 작은데, 차지하는 공간이 크다.




# 해결책

- \Android Studion\bin\idea.properites를 찾기

- config 폴더와 시스템 폴더 변경 하기




블로그 이미지

StartGuide

I want to share the basic to programming of each category and how to solve the error. This basic instruction can be extended further. And I have been worked in southeast Asia more than 3 years. And I want to have the chance to work another country.

,
노출되는 이미지가 불편하시겠지만 양해를 구합니다. 노출, 클릭등에 관한 자료로 활용 중입니다.

케이뱅크 APP 다운로드 (해외에서)


APP을 설치를 해야 가입이 되지만, 해외에서 APP를 다운로드 할 수가 없는 경우가 있다.







1. APK Download 사이트 방문



https://apkpure.com/

https://apps.evozi.com/apk-downloader/


* 잘 찾아 주는 사이트는 해외별로 다른것으로 보임



2. 검색창에 패키지명을 입력 한다.


com.kbankwith.smartbank



3. 다운로드 


apk를 다운로드 후에 phone에 업로드하고 apk 설치를 한다.







* 다운로드 사이트별로 양호/불량으로 나누어 지는 경우가 있으므로, 잘 찾아 봐야 한다.




블로그 이미지

StartGuide

I want to share the basic to programming of each category and how to solve the error. This basic instruction can be extended further. And I have been worked in southeast Asia more than 3 years. And I want to have the chance to work another country.

,
노출되는 이미지가 불편하시겠지만 양해를 구합니다. 노출, 클릭등에 관한 자료로 활용 중입니다.



ListView에서 자동 스크롤 시키기



추가등의 변경시에 




xml layout에서, 아래 파라미터를 listview에 설정을 하세요.


android:stackFromBottom="true"
android:transcriptMode="alwaysScroll"




출처 :


http://stackoverflow.com/questions/3606530/listview-scroll-to-the-end-of-the-list-after-updating-the-list


블로그 이미지

StartGuide

I want to share the basic to programming of each category and how to solve the error. This basic instruction can be extended further. And I have been worked in southeast Asia more than 3 years. And I want to have the chance to work another country.

,
노출되는 이미지가 불편하시겠지만 양해를 구합니다. 노출, 클릭등에 관한 자료로 활용 중입니다.



안드로이드 스튜디오에서 SHA-1 생성




  1. Open 안드로이드 스튜디오
  2. Open [해당 프로젝트]
  3. Click on Gradle (From Right Side Panel, you will see Gradle Bar)

  1. Click on Refresh (Click on Refresh from Gradle Bar, you will see List Gradle scripts of your Project)
  2. Click on [해당 프로젝트] (Your Project Name form List (root))
  3. Click on Tasks
  4. Click on Android
  5. Double Click on signingReport (You will get SHA1 and MD5 in Run Bar)

  1. Then click this button(Run화면): enter image description here
















참조 :

http://stackoverflow.com/questions/39697905/generate-sha1-fingerprint-in-android-studio-2-2

블로그 이미지

StartGuide

I want to share the basic to programming of each category and how to solve the error. This basic instruction can be extended further. And I have been worked in southeast Asia more than 3 years. And I want to have the chance to work another country.

,
노출되는 이미지가 불편하시겠지만 양해를 구합니다. 노출, 클릭등에 관한 자료로 활용 중입니다.

Android Chat SDK

순위권 Tread 비교


     -순위권
        zendesk ( or  zopim )
        liveperson
        twilio
        cometchat
        sendbird

     -순위권외
        conversity
        applogic
        azstack
        velaro
        snapengage
        purechat
        boldchat
        clickdesk
        comm1000
        smartsupp
        kayakoengage
        livehelpnow
        websitealive


https://www.google.com/trends/explore?q=zendesk,liveperson,twilio,cometchat,sendbird



Zendesk vs Salesforce vs Freshdesk: Comparison of Top 3 Help Desk Solutions

1.Freshdesk


2.Zendesk


3.Salesforce


https://financesonline.com/zendesk-salesforce-freshdesk-comparison-of-top-3-help-desk-solutions/


블로그 이미지

StartGuide

I want to share the basic to programming of each category and how to solve the error. This basic instruction can be extended further. And I have been worked in southeast Asia more than 3 years. And I want to have the chance to work another country.

,
노출되는 이미지가 불편하시겠지만 양해를 구합니다. 노출, 클릭등에 관한 자료로 활용 중입니다.


Android HelloWorld 만들기


Android Studio를 실행하고,


1. create a new project



2. project name & company domain

Application name : My First App

Company Domain : example.com


3. Target Android Devices 선택 , Minimum SDK 선택


4. Add an Activity to Mobile , Empty Activity 선택


5. Customize the Activity , 기본값으로.. Finish


https://developer.android.com/training/basics/firstapp/creating-project.html




실행



Available Virtual Devices에 AVD(Android Virtual Device)추가 하기


Tools -> Android -> AVD Manager 선택


1. Create Virtual Device...



2. Select Hardware, Nexus 6를 선택


3. Select Image , API 22를 선택


4. AVD , Finish


실행 2





https://developer.android.com/training/basics/firstapp/running-app.html

블로그 이미지

StartGuide

I want to share the basic to programming of each category and how to solve the error. This basic instruction can be extended further. And I have been worked in southeast Asia more than 3 years. And I want to have the chance to work another country.

,
노출되는 이미지가 불편하시겠지만 양해를 구합니다. 노출, 클릭등에 관한 자료로 활용 중입니다.


Android Studio 설치 ( Windows )


- 안드로이드를 위한 공식 IDE


설치 설명 동영상 (40초 짜리)

https://developer.android.com/studio/install.html


1. 다운로드 파일을 실행

2. 셋업 마법사를 따라서 Android Studio와 필요한 SDK tools를 설치






파일 받기 링크

https://developer.android.com/studio/index.html


사이즈 예) 2.2.0.12 버젼 ( 1615 MB )



사용자 화면 /  User Interface

https://developer.android.com/studio/intro/index.html



1. toolbar

2. navigation bar

3. editor window

4. tool windows

5. status bar


Project Structure ( 보기형식을 Android로 선택시 )

모든 build 스크립트는 최상위 레벨의 Gradle Scripts아래에 보관된다.

1.manifests : AndroidManifest.xml를 보관

2.java : Java 소스코드와 JUnit 테스트 코드를 보관

3. res : 소스코드가 아닌 모든 리소스를 보관, 예를들면 XML layout, UI 문자열 그리고 bitmap 이미지



블로그 이미지

StartGuide

I want to share the basic to programming of each category and how to solve the error. This basic instruction can be extended further. And I have been worked in southeast Asia more than 3 years. And I want to have the chance to work another country.

,