Android Studio Course. Build Apps. Android 6.0 Marshmallow

所在平台: Udemy

课程主页: https://www.udemy.com/course/android-tutorial-from-beginner-to-professional/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:Android Studio 课程:构建应用程序。Android 6.0 Marshmallow 课程概述:此课程将随着 Android M 的版本更新而更新!这是 Udemy 上唯一由 Android 专家教授的 Android 课程,该专家从事应用程序开发超过 5 年,为 MasterCard 和英国电信等公司工作。学习本课程的好处是,您不仅可以学习 Android,还可以学习如何使用最流行的第三方库、最佳编码实践、如何有效地构建应用程序,以及节省您在开发过程中大量时间和精力的技巧和库。在超过 5 年的开发中,讲师总结了多种实现方式,举例来说,点击按钮的代码有三种不同的方法,下载并在应用中显示图像的方式有数百种。本课程将教授更简单的方法,并展示替代方案,有时甚至先展示困难的方法,这样您更能理解其背后的原理。 该课程旨在从初学者带您成为专业开发者,内容简明易懂,重点讲解基本概念和问题解决方法。完成四个逐渐复杂的应用程序后,您将成为一名真正的 Android 开发者!所有课程都提供字幕支持。 重要提示:课程中开发的所有应用程序均与 Android L 5.0 (Lollipop) 兼容,并提供了 Android L 的关键功能视频说明。本课程面向任何对 Android 开发感兴趣的人,无论是创建自己的应用程序、开始职业生涯还是提升现有技能。我们会带您从零基础切入,直至可以独立创建应用程序。您无需具备 Java 知识。课程采用“做中学”的方法,让您在第一堂课就能熟悉并使用 Android Studio。 课程内容包括:开发过程中将会出现的应用程序部分,如果有新的概念未讲解,则会进行详细说明,并在实操中练习。课程包含学生练习和解决方案,业界专家的内部知识和提示。课程总计 9.5 小时的视频,包含四个应用程序教程,鼓励学生与导师的互动。 课程大纲简介: - 第一部分学习如何正确使用工具,创建项目,并了解 Android 的内部工作原理,最终在真实设备或模拟器上启动第一个应用程序。 - 接下来的部分将教您如何发现问题、理解错误,培养自学能力,寻找和添加资源以不断完善应用程序。 - 第二个应用程序是一个名为 HangDroid 的游戏,这是经典游戏“猜单词”的版本,深入讲解 Android,包括屏幕导航、视图创建、数据持久化等,最后实现单人或多人游戏模式。 - 第三个应用程序将介绍 Fragments、Tabs、Action Bar、Google Maps、Google Admob 以实现应用盈利,并教您如何将应用上传至 Google Play Store。 - 第四个应用程序目前正在开发中,涉及从 Reddit 消费 Rest API、进行 HttpConnection、解析 JSON 响应以及使用 SQLite 存储帖子,能够离线查看。 本课程由一位在四年内开发过 15 个应用的开发者创建,旨在总结学习过程,通过基本示例和方法论传授您自主学习的能力,以便最终掌握 Android 应用开发的基础知识。 学生反馈: - “我最近参加了您的 Android 课程,非常喜欢您的授课风格和教程展示。” - “我尝试使用 Eclipse IDE 开发,但遇到很多错误,浪费了大量时间。找到您的课程后,我切换到 Android Studio,学习了很多关于开发 Java Android 应用的知识,看到自己在 Android 开发技能上的进步。” 总体来说,本课程将帮助您从零基础迅速成长为能够独立开发 Android 应用的开发者。

课程评论(0条)

课程详情

This course will be updated with Android M as soon as there is an available version! This is the only Android course on Udemy taught by an Android expert who makes apps full time for 5+ years for companies such as MasterCard and British Telecom. What is the benefit of this? You will not only learn Android but you will learn how to use the most popular third party libraries, what are the best coding practices, how to structure your app efficiently, tips and libraries that will save you a lot of headaches and a lot of time during the development. During +5 years of development I have learned many ways of doing the same thing, for instance there are three ways of coding a button click or there are hundred of ways and libraries to download an image and display it in your app. In this course I will teach always the easier way and I will show the alternatives, sometimes I even show you the difficult way first and then the easiest way so you know what are you doing and why are you doing it. The instructor will replicate his process to learn from beginner to professional in a way that everybody can understand, simple and efficient, working in the basics and important concepts and teaching how to solve your own problems. After completing four applications, each one a bit more complex, you will be a real Android developer!Captions has been added to all the lessons Note: All the apps developed in this course are compatible with Android L 5.0 (Lollipop) and a video explaining the key features of Android L is added. This course is for anybody who is interested in Android Development; either to create your own application, start a career or increase your current skills. We will take you from zero knowledge to the ability of creating your own apps. Knowledge of Java is not needed. The method of teaching used is 'Learn by Doing'; we're keen to get you using and becoming comfortable with Android Studio in the very first lesson. The lessons are practical and include student exercises with solutions, as well as inside knowledge and tips from your professional tutor. On every lesson there will be some part of an App to develop, if there is any new concept not seen before we will explain it and after that we will practice with it developing that bit. Also we will realize exercises to test that knowledge, explaining it with different solutions after leaving some time for the student to try it on his own. This course has 9.5 hours of videos with four application tutorials. We promote student-tutor interaction. Have any problems? Let us know and we'll answer you as quickly and coherently as possible; either in the form of a new video or a written explanation. - For the first application you will learn how to use the tools correctly, how to create a project and you will understand how android works internally and how the project is structured and to finish we will launch our first Application on a real device or a emulator. - We will continue with a section which will tell you how to find problems, how to understand errors and how to be self sufficient, finding and adding resources to your code so that way you can keep improving applications in your own. - The second application will be a game, called HangDroid a version of the classic hangman, here we will see Android in more depth, learning the basics about screen navigation, view creation, data persistence and much more, finishing with a game where you can play on single player mode or even multi player with another person! - The third application and more important will introduce Fragments, Tabs, Action Bar, Google Maps, Google Admob to monetize your app and will teach how to upload your App to Google Play Store - The fourth application currently under construction is an App that displays posts from Reddit. This allow us to explain how to consume a Rest API, how to make HttpConnection, parse a JSON response and use SQLite to store the posts, being able to see them in offline mode. This course has been created from a developer who learned how to do apps during four years with more than 15 apps, and his idea is to sum up the process of learning, giving it to you with basics examples and teaching you the methodology used to keep learning on your own so at the end of the course you will not only have learned the basics but also be self sufficient on the Android Apps development. This is what our students said: - I have recently enrolled into your course on Udemy for Android, I have to say I am loving the course and must give yourself top marks for the teaching style and presentation of the tutorials - I tried develop in Eclipse IDE with plugin ADT. But i had much errors, not with develop application, but with Eclipse. Solve all errors take me time. And i used AVD from Eclipse, omg it take even more than 10 - 15 minutes to run project. Again waste of time. But than i find your course. It is about 3 day ago. I switched to Android Studio, i start learning lot of about develop java android app. You help me make "move" things. I see progress with my android develop skills.

课程标签

0人关注该课程

主题相关的课程