Android Development -GUI Examplegibson/Teaching/CSC7336/L... · Android Studio IDE • 5.0 Platform...

Post on 11-Aug-2020

9 views 0 download

Transcript of Android Development -GUI Examplegibson/Teaching/CSC7336/L... · Android Studio IDE • 5.0 Platform...

TSP Msc CCN: Software Engineering2018: J Paul Gibson 1

CSC7336 : Advanced Software Engineering…

J Paul Gibson, D311

paul.gibson@telecom-sudparis.eu

http://www-public.telecom-sudparis.eu/~gibson/Teaching/CSC7336/

Android Development -GUI Example

…/~gibson/Teaching/CSC7336/L5-AndroidDevelopment

TSP Msc CCN: Software Engineering2018: J Paul Gibson 2

You need to installAndroid studio on your OS - Windows/OS X/Android/…

From start of 2016 no more support for Eclipse (and Eclipse-based) development tools :-(

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

TSP Msc CCN: Software Engineering2018: J Paul Gibson 3

Install The Platforms You Wish toDevelop For

TSP Msc CCN: Software Engineering2018: J Paul Gibson 4

Install The Development Tools You Wish to use

TSP Msc CCN: Software Engineering2018: J Paul Gibson 5

Flag the update sites you wish to follow

TSP Msc CCN: Software Engineering2018: J Paul Gibson 6

Use the AVD (Android Virtual Device Manager) to create test devices

TSP Msc CCN: Software Engineering2018: J Paul Gibson 7

You may find the standalone SDK manager application useful

https://www.tutorialspoint.com/android/android_sdk_manager.htm

Software Development Kit

TSP Msc CCN: Software Engineering2018: J Paul Gibson 8

HelloWorld (as an android app) - the default “new project”

Now, we all should play around with the IDE to learn the basics