Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,150,024 members, 7,807,017 topics. Date: Wednesday, 24 April 2024 at 08:39 AM

Learn Coding On Android Studio By Making Complete Apps! – Udemy - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Learn Coding On Android Studio By Making Complete Apps! – Udemy (1633 Views)

CODELAGOS: 337 Schools To Participate In Coding Competition / Learn Coding!!! Weekdays And Weekend / I Wanna Learn Coding And Microsoft Access In Ibadan.. (2) (3) (4)

(1) (Reply)

Learn Coding On Android Studio By Making Complete Apps! – Udemy by nauman673: 9:46pm On May 29, 2016
Learn coding on Android Studio by making complete apps!
WEBRip | English | MP4 | 1280 x 720 | AVC ~2566 kbps | 30 fps
AAC | 44.8 Kbps | 48.0 KHz | 2 channels | ~8 hours | 5.99 GB
Genre: Video Tutorial / Development, Mobile Apps

<strong>achieve your goals.
About This Course
Published 5/2015 English
Course Description
Learn development in the newest SDK!</strong>


<strong>Download</strong>

<strong>pak17.com</strong>
http://pak17.com/2016/05/29/learn-coding-on-android-studio-by-making-complete-apps-udemy/


Android Studio is development environment officially supported by Google. Thanks to this you will always use the newest version of the API, tools and libraries for creating professional applications.

Android Studio provides a convenient application development for wide variety of mobile devices, such as: smartphones, tablets, watches, glasses and many others. During this course the trainer discusses sequential elements of SDK and shows practical examples.

<strong>From Beginner to Professional</strong>

Android Studio training is designed for people who want to start learning development of mobile applications.

You already know Java? Great! You accomplish this training faster.

You don't know Java? Don't worry! Repeat material with the trainer, and thanks to scrupulous learning, you will quickly mastered the principles of programming.

From this training will also benefit people who already have basics of android development, but would like to better understand the capabilities of Android Studio SDK.

<strong>Build complex application!</strong>

Android Studio training shows step-by-step how to build applications and demonstrate the best practices in programming. You will create from scratch complex and fully working TODOexpert application, which allows to show a broad range of Android functionalities and progressive application development process.

Application created during training seems to be a simple task or shopping list. However, it enables to present multiple mechanisms that you will use for your own projects, such as: login using the server, database support, or creating HTTP connections.

<strong>Why to choose this training?</strong>

<strong><ul>
<li>8 hours of HD quality video</li>
<li>professional trainer</li>
<li>quizzes after each module</li>
<li>source code and useful notes attached to the course</li>
<li>knowledge only for practical usage</li>
<li>Android Studio environment is equipped with the newest solutions directly from Google. Skills of creating apps in this IDE are the basis of Android developers work. So do not hesitate, start learning today!</li>
</ul>

</strong>

<strong>What are the requirements?</strong>
Windows, Mac or a Linux PC
the training shows have to use an emulator which runs on your computer, so you don't need a real Android device
<strong>What am I going to get from this course?</strong>
Understand how Android works
Learn how to develop apps for Android phones and tablets
Discover how to work in Android Studio IDE
Find out how to create high quality applications
Learn debugging techniques
Understand how to create Activities and transitions between them
Find out how to operate a views
Discover the mechanisms of resources
Learn how saving data to the database
Learn how to create advanced layouts
Find out how to create an HTTP queries
Understand a login model on using the server
Discover how downloading data from the server to the app
Find out how displaying data directly from the database
Understand how performing operation in the background using AsyncTask
Learn how to store data in SharedPreferences and SQLite
Discover how to create notifications and use the BroadcastReceiver
What is the target audience?
for anyone who wants to get started in programming for Android platform
beginners who have never coded before
more experienced developers who want to take advantage of the Android Studio functionality

<strong>Curriculum</strong>

<strong>Section 1: Introduction to Android</strong>
Lecture 1 Introduction 04:54
Lecture 2 The tools for Android developers 09:48
Lecture 3 Android virtual devices 07:07
Lecture 4 Tools directory 08:09
Lecture 5 Emulators - theory 02:39
Lecture 6 Android tools - additional notes 8 pages
<strong>Quiz 1 The tools for Android developers 6 questions</strong>

<strong>Section 2: The first application</strong>
Lecture 7 Hello Android - new project 09:11
Lecture 8 Project structure 09:32
Lecture 9 Project structure part 2 09:34
<strong>Quiz 2 Hello Android 6 questions</strong>
Lecture 10 AndroidManifest file - theory 06:53
Lecture 11 Activity - theory 05:55
Lecture 12 Adding to the Manifest - practice 06:47
Lecture 13 Activity lifecycle - practice 07:09
<strong>Quiz 3 Android Manifest and Activity 5 questions</strong>
Lecture 14 User interface - layouts 09:05
Lecture 15 User interface - views 07:01
<strong>Quiz 4 Layouts 2 questions</strong>
Lecture 16 The graphics editor 13:04
Lecture 17 Saving status 07:34
<strong>Quiz 5 Save state 5 questions</strong>
Lecture 18 The first application - additional notes 15 pages

<strong>Section 3: ToDoExpert - process of creating application</strong>
Lecture 19 Description of application 07:33
Lecture 20 Login screen - LinearLayout 12:11
Lecture 21 Login screen - translation and selector part 1 07:10
Lecture 22 Login screen - translation and selector part 2 11:17
<strong>Quiz 6 LinearLayout, translation and selector 6 questions</strong>
Lecture 23 Support of views from code level and validation 14:48
<strong>Quiz 7 Support of views 3 questions</strong>
Lecture 24 Task list screen - ListActivity 06:57
Lecture 25 Task list screen - transitions between Activities 12:26
<strong>Quiz 8 ActionBar and traditions between Activities 5 questions</strong>
Lecture 26 New task screen - RelativeLayout 06:52
Lecture 27 New task screen - RlativeLayout part 2 08:26
Lecture 28 Passing data between Activities 10:45
Lecture 29 Passing data between Activities - part 208:58
<strong>Quiz 9 RelativeLayouts and Activities 7 questions</strong>
Lecture 30 Performing operations in the background - AsyncTask 13:21
Lecture 31 Performing operations in the background part 2 04:34
Quiz 10 AsyncTask 4 questions
Lecture 32 Process of creating application - additional notes 10 pages
Lecture 33 Source code Article

<strong>Section 4: Saving and sending data - HTTP and DB</strong>
Lecture 34 Basics of HTTP queries 09:03
Lecture 35 Communication with the server 08:17
Lecture 36 Parsing data using JSONObject 07:42
<strong>Quiz 11 Basics of HTTP gueries 5 questions</strong>
Lecture 37 Saving data in SharedPreferneces 11:13
Lecture 38 Main application object, login manager 09:09
Lecture 39 Main application object, login manager part 2 09:21
<strong>Quiz 12 SharedPrferences and main application 7 questions</strong>
Lecture 40 Getting and parsing data 14:18
Lecture 41 Displaying a data collection - Adapter 06:42
Lecture 42 Displaying a data collection part 2 13:44
Lecture 43 Creating an SQlite database - DBHelper 14:45
Lecture 44 Saving data to database - ToDoDao 09:41
Lecture 45 Saving data to database part 2 07:19
Lecture 46 Displaying data directly from the database - CursorAdapter 11:35
Lecture 47 Displaying data directly from the database 10:47
<strong>Quiz 13 Getting, parsing and displaying data 8 questions</strong>
Lecture 48 Sending data to the HTTP POST server 09:45
Lecture 49 Sending data to the HTTP POST server part 2 08:22
Lecture 50 Operations in the backroung using Service - theory 09:09
Lecture 51 Services and notifications in practice 14:53
Lecture 52 Services and notifications part 2 07:49
Lecture 53 BroadcastReceiver and broadcast mechanism 09:06
<strong>Quiz 14 Services and notifications 9 questions</strong>
Lecture 54 Saving and sending data - additional notes 15 pages

<strong>Download</strong>

<strong>pak17.com</strong>
http://pak17.com/2016/05/29/learn-coding-on-android-studio-by-making-complete-apps-udemy/

Re: Learn Coding On Android Studio By Making Complete Apps! – Udemy by nauman673: 9:14pm On May 30, 2016
Ejoy Guys!

(1) (Reply)

How Much Would You Charge To Create A Ride Sharing Application Like Uber / Facilitator/educator(coding And Robotics) / Mathematics/computer Science Graduate

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 29
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.