Skip to content

initforcode/android-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 

Repository files navigation

android-workshop

Android Workshop Schedule

  1. Introduction to Android Studio
    • Java
    • XML
    • Activity / Service / Asynchronous task
    • Fragments
    • Manifest
  2. Create activity with Intent
  3. Run on emulator/ device
  4. Add images to the application
  5. Layouts
    • Linear Layout
    • Relative Layout
  6. What is a static variable?
  7. Runtime permissions
  8. Send n Receive data from servers
    • IP address
    • PHP
    • MySQL
    • Getter / Setter
  9. Debugging
  10. File management
  11. Display data using list view
  12. Garbage collection

Android Workshop Pre requisites

  1. Install Android Studio
  2. Install LAMP/ WAMP/ MAMP

Installation Procedure

Android Studio - IDE

  1. The current stable version of android studio can be downloaded from https://developer.android.com/studio/index.html . To download the installer, click on the "DOWNLOAD ANDROID STUDIO" button.

  1. When prompted, accept the terms and conditions of the installation and then click on the download button.

Android Studio - SDK Setup

  1. To setup all android SDK related content, First navigate to the "tools", located on the menu bar at the top of the android studio IDE.

  1. After Expanding the tools, select "SDK Manager" from the drop down list. This will open a dialog which will let you configure your android SDK.

  1. Make sure that once the android SDK is installed, the necessary platforms checked in the image below are installed on your device.It is not necessary to download all platforms but ensure that you download the platform that corresponds to your mobile phone or the phone you will be using to run the application.

  1. To install android SDK or update it, click on the edit button as shown in the picture below to go to the android SDK setup dialog.

  1. Once on the android SDK setup, choose the version of android SDK to download and the location on your device where you want to store the SDK. After this, click on "NEXT" to finsh the android SDK setup.

  1. After installation of the SDK, navigate back to the SDK manager dialog and select the SDK Tools. On this page, select the tools that are selected in the image below and click on apply/ok to install them.

Android Virtual Device (Optional)

  1. The android virtual device (or) android emulator is a digital tool that lets you run and test applications without installing them on the mobile device by providing a virtual mobile interface and a virtual operating system that runs on your computer. To setup a virtual device, select the AVD Manager from the "Tools" tab.

  1. Once on the AVD Manager, Click on the "Create virtual device button"

  1. In the virtual device configuration dialog, under category select Phone and then select the hardware profile of your choice. this selection will only affect the size aand resoultion of the AVD interface. After selecting, hit the next button!

  1. In the system image selection, Download and select any system image that has a release version above Lollipop (api level : 22). and hit next. After this, click finish on the next dialog to finish installation and setup of the AVD. To ensure correct installation of the AVD, launch it from the AVD manager. this should open a new window with the android interface.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •