Cao Yuewen ywcao@se.cuhk.edu.hk 2018.09.08 SEEM4570 Tutorial 1 Android SDK + XCode SDK + Programming Editors Recommendation Cao Yuewen ywcao@se.cuhk.edu.hk 2018.09.08
Android SDK Installation Software development kit Write android apps from a computer Two ways : Install android Studio -- Easiest way Includes a code editor, android emulator and compiler Manually install Android SDK
Android SDK Installation For mac : Download DMG file and launch it Drag the icon into Application folder, launch Android Studio Select whether you want to import previous settings Follow the Setup Wizard For windows: Refer to https://developer.android.com/studio/install
Android SDK Installation Download android studio https://developer.android.com/studio/
Xcode SDK Installation For mac : Download Xcode from App store Install Xcode components and modify system settings For windows: Refer to https://codewithchris.com/xcode-for-windows/
Xcode SDK Installation
Programming Editors Recommendation Programming Text Editors Vim Sublime Notepad++ Visual Studio Code …… https://www.slant.co/topics/12/~best-programming-text-editors
Programming Editors Recommendation Sublime Text 3 Advantages Code Preview condensed preview of your code layout
Programming Editors Recommendation Sublime Text 3 Advantages Configurability custom themes to change the GUI and code colors for example
Programming Editors Recommendation Sublime Text 3 Advantages Plugin Community Requires less resources Lightning fast loading Better stability …… Download & Install https://www.sublimetext.com/3
Programming Editors Recommendation WebStorm The smartest JavaScript IDE Features Intelligent coding assistance Debugging, tracing and testing Seamless tool integration IDE features …… https://www.jetbrains.com/webstorm/?fromMenu
Programming Editors Recommendation WebStorm
Programming Editors Recommendation WebStorm Chrome Debug Debug result of html file on previous page
Programming Editors Recommendation WebStorm Online document https://www.jetbrains.com/help/webstorm/meet-webstorm.html Video Tutorial https://www.jetbrains.com/webstorm/documentation/
Programming Editors Recommendation PhpStorm Lightning-smart PHP IDE Features Intelligent coding assistance Debugging, testing and profiling HTML/CSS/JavaScript Editor Development Environment …… https://www.jetbrains.com/phpstorm/?fromMenu
Programming Editors Recommendation Pycharm Python IDE Features Intelligent coding assistance Built-in Developer Tools Web Development Scientific Tools Customizable and Cross-platform IDE …… https://www.jetbrains.com/pycharm/?fromMenu
Programming Editors Recommendation JetBrains Toolbox WebStorm/PhpStorm/Pycharm/…
Programming Editors Recommendation JetBrains Toolbox Discount Free for students & teachers
Question Time