Android Training in Chandigarh (12) - PowerPoint PPT Presentation

About This Presentation
Title:

Android Training in Chandigarh (12)

Description:

Android Training in Chandigarh by CBitss Technologies. They work for development and growth of the candidates – PowerPoint PPT presentation

Number of Views:10

less

Transcript and Presenter's Notes

Title: Android Training in Chandigarh (12)


1
Android Training in Chandigarh
  • CBitss Technologies

2
Download Android Studio
  • To program in most languages, you need a piece of
    software called an IDE or Integrated Development
    Environment. The most common IDE for Android
    development is Android Studio, which comes direct
    from Google itself.
  • An IDE is what gives you the main UI where youll
    enter your code . It also highlights things you
    get wrong, offers suggestions and lets you run
    and test your creations conveniently. It creates
    the files you need, it provides basic layouts and
    generally it saves you a lot of time and effort.
  • Whats great about Android Studio is that it is
    designed specifically for Android development
    .This means that when you download the software,
    youll also get a lot of the other bits you need
    including the Android SDK and the Android Virtual
    Device, which is an emulator you can test your
    apps on. When you go through the installation,
    make sure you leave the boxes ticked to confirm
    that you want these additional components. You
    could manually add them later, but this will just
    complicate matters.

3
Setting Up Android Studio
  • Now you have Android Studio installed youve
    taken your first, bold step toward becoming a
    developer! A lot of people only manage it this
    far and then leave the software installed on
    their computer for months on end, feeling guilty
    every time they see it in the Start Menu.
    Eventually they end deleting it to make space for
    the next AAA title on Steam and so ends the whole
    sorry affair Dont end up like them its time
    for some more affirmative action!
  • Before you can get started, you also need to
    install Java on your machine to use Android
    Studio. Specifically, youre going to need
    install the Java Development Kit (JDK). Java is
    the programming language youre going to be using
    to build your apps in this instance and you need
    to install the JDK in order for Android Studio to
    be able to interpret and compile your code
    (compiling means turning the source into
    something that is understood by the CPU machine
    code). Youll find the Java Development Kit .
    Just download and follow the instructions to
    install.

4
Starting a New Project
  • Once youve installed your samples, you can go
    back to the first page you saw when you loaded up
    Android Studio. Now you want to choose Start a
    new Android Studio Project its finally
    happening!
  • Enter the name you want for your application and
    your company domain. Together these elements
    will be used to create your package name with the
    following format
  • com.companyname.appname
  • The package will be the compiled file or APK
    (Android Package File) that youll eventually
    upload to the Google Play Store. There are ways
    that people can see this, so if youre planning
    on making something youll eventually release,
    try to stay away from using funny words.

5
CBitss Technologies Contact Us 9988741983,
9914641983 Website - http//cbitss.in/android-tr
aining-in-chandigarh/
CBitss Technologies SCO-23, 24,25, Level 3,Near
Passport office, Sector 34 A, Chandigarh
6
(No Transcript)
Write a Comment
User Comments (0)
About PowerShow.com