Git Product home page Git Product logo

androidmidterm's Introduction

Installing Android Studio

Creating a Project from Scratch

  • Choose empty activity
  • Name your project
  • Choose Kotlin or Java
    • Kotlin can also use java code, so I recommend Kotlin
  • Click finish

Importing a Project from Git

  • Click the VCS tab in Android Studio
  • Click checkout from version control
  • Click git
  • Paste the github link into the URL
  • Click clone
  • Click yes to open the project
  • Leave the setting as is (use explicit module groups and use default gradle wrapper)
  • Finally click ok

Creating a Virtual Device for Testing

  • Click AVD Manager (5th button from the right)
  • Click create virtual device
  • Choose any device (I chose Pixel 2)
  • Chose Android Pie or Oreo
  • Click next then finish

Starting

  • Main file is MainActivity.kt
    • This is where you will write your code for the most part
  • activity_main.xml is where you will make any graphical changes
    • Here you will add buttons, text boxes, layouts, etc.

Android Mid Term

androidmidterm's People

Contributors

codystandridge avatar wyattscarpenter avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.