Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 1.2 KB

README.md

File metadata and controls

12 lines (11 loc) · 1.2 KB

android-webinar-2020

Prerequisites:

  1. Install Android Studio 3.6. (if you already have it, update it to 3.6)
  2. Clone this repo. (ref video)
  3. Open this project in android studio and let it build. (this will install all the required libraries for webinar)
  4. Then run the existing app on emulator or mobile:
    • If you want to use your mobile, enable usb debugging in it.
    • If you want to use the emulator then create a virtual device (ref video)

      For windows enable virtual environment in your laptop (check youtube for your laptop's model).
      For ubuntu enable kvm and add your user. (ref doc)

  5. (optional) Read Blog number [1,5,7,8] from the list in this article, this will give you the basic knowledge that is required for the webinar.