Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA CompTIA Security+ Amazon AWS Microsoft AZ-900
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Personal Transformation Mindfulness Life Purpose Meditation CBT Emotional Intelligence
Web Development JavaScript React CSS Angular PHP Node.Js WordPress Vue JS
Google Flutter Android Development iOS Development React Native Swift Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
Microsoft Power BI SQL Tableau Business Analysis Data Modeling Business Intelligence MySQL Data Analysis Blockchain
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Business Plan Startup Freelancing Online Business Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
2021-04-05 05:44:37
30-Day Money-Back Guarantee
Development Mobile Development Android Studio

Android Studio : Basic App Development (JAVA, Windows-10)

Learn about various topics required for Android App Development in Android Studio using JAVA
Rating: 4.4 out of 54.4 (26 ratings)
12,714 students
Created by Harsha Ammiraju
Last updated 4/2021
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Basics about coding in Android Studio
  • Learn everything in Android Studio from scratch
  • Step by step process regarding how to work with different elements in an Android App
  • Detailed description about the code you are going to use
  • Regular updates in the course

Course content

7 sections • 56 lectures • 8h 38m total length

  • Preview07:07
  • Preview02:18
  • Android Virtual Device
    04:22
  • Few Settings
    02:29

  • Android Activity
    02:17
  • Android Manifest File
    02:57
  • View and ViewGroup
    01:45
  • Few Common Attributes
    00:58
  • Quiz-1
    1 question

  • TextView
    06:04
  • Colors and Onclick for TextView
    12:38
  • Span Inclusive vs Exclusive
    10:10
  • Button
    09:38
  • Quiz-2
    1 question
  • Custom Button Background using drawable
    06:51
  • EditText
    10:34
  • ImageView
    04:25
  • ImageButton
    08:34
  • LinearLayout
    10:43
  • Quiz-3
    1 question
  • RelativeLayout
    09:55
  • ConstraintLayout
    11:13
  • ScrollView and Horizontal ScrollView
    12:55
  • WebView
    10:24
  • AutoCompleteTextView and MultiAutoCompleteTextView
    13:03
  • CheckBox
    10:24
  • Radio Button
    05:54
  • Switch and ToggleButton
    09:06
  • ListView
    09:41
  • CalendarView
    09:14
  • Custom Date in CalendarView
    01:18
  • FrameLayout
    04:39
  • Spinner
    09:41
  • Picker
    14:33
  • SeekBar
    19:01
  • RatingBar
    07:13
  • RatingBar as indicator
    02:09
  • ProgressBar
    06:48
  • GridView and GridLayout
    15:12
  • TableLayout
    06:28
  • AbsoluteLayout
    02:11

  • Adding a View to Layout dynamically
    12:01
  • Toast
    03:44
  • SnackBar
    07:35
  • Preview05:59
  • Intent and intent types, Creating new Activity
    12:44
  • Start Activity For Result
    16:17
  • Shared Preferences
    10:28
  • CardView
    13:13
  • CheckedTextView
    24:29

  • Edit App Bar
    10:11
  • App Bar Menu
    11:49

  • Navigation View
    29:57
  • Bottom Navigation View
    15:27

  • RecyclerView
    05:13
  • Creating a RecyclerView
    24:36
  • RecyclerView Assignment-1
    1 question
  • RecyclerView item OnClickListener
    07:20
  • Adding new items
    08:04
  • Remove items
    04:23

Requirements

  • Should have a Windows 10 device.
  • Should know basic coding using JAVA.
  • Enthusiasm towards Android App Development

Description

This Android Studio course is designed To Walk You Step-By-Step Through the Process of Android App Development in Android Studio.

Even today, Android remains one of the most popular platform for Mobile Devices. Android Studio is an IDE for Android OS which helps developers to build Android Apps. Android Studio is available for Windows, MAC and Ubuntu, but in this course, we will be using Android Studio in Windows-10. In this course, you will learn about App Development in Android Studio in detailed procedure

Things you will learn in this course:

  1. Android Studio and other required software installation

  2. Views and ViewGroups in Android

  3. About different Layouts

  4. How to use API in your application

  5. Developing basic apps in Android

  6. Usage of SQLite and Firebase in your Android Application

  7. Publishing your Android App in Play Store.


At the end of this course, you will be in a position to implement the topics you have learnt in this course and then publish a basic application in Play Store.

All you need to know prior to this course is basic coding using JAVA


Topics covered in this course so far

  1. Android Studio Installation in a Windows-10 device

  2. Creating a Project

  3. Basic Settings inside Android Studio

  4. Basic Views like TextView, Button, ImageView, etc.

  5. Basic ViewGroups like LinearLayout, RelativeLayout, etc.

  6. ListView

  7. ScrollView

  8. Picker

  9. Spinner

  10. SeekBar

  11. Intent

  12. Message Displaying options like Toast, SnackBar

  13. Alert Dialog

  14. SharedPreference

  15. About App Bar

  16. About NavigationView and Bottom NavigationView

  17. RecyclerView

Topics which will be covered in the near future

  1. Fragments

  2. SQLite

  3. API

  4. FireBase setup

  5. Creating few apps using FireBase

  6. Publishing an App in play store

Who this course is for:

  • Beginners who are interested in Android Studio

Instructor

Harsha Ammiraju
Always a learner
Harsha Ammiraju
  • 4.4 Instructor Rating
  • 26 Reviews
  • 12,714 Students
  • 1 Course

I have a Master's degree in Computer Science and always love to share my knowledge with others. I have been coding in Android Studio since late 2018 and I still have a lot of things to learn.

Currently preparing course about coding in Android Studio which includes Android Studio basics, SQlite and FireBase in Android Studio.

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.