Сообщения без ответов | Активные темы Текущее время: 2025-02-03 18:45



Ответить на тему  [ 1 сообщение ] 
[Udemy] Learn App Design + Code With Our Android Development Course [2016, ENG] 
Автор Сообщение
Постоянный
Постоянный
Раздал: 1.19 ТБ
Скачал: 949.67 ГБ
Ратио: 1.278


Зарегистрирован: 2014-10-13 17:53
Сообщения: 2494
Ответить с цитатой 
Learn App Design + Code With Our Android Development Course

#777
Год выпуска: 2016
Производитель: Udemy
Сайт производителя: http://www.udemy.com
Продолжительность: 16:22:44
Тип раздаваемого материала: Видеоурок
Язык: Английский
Описание:
Закодировать Android App Из Photoshop Для Playstore в 16 часов с этой серии развития Android


Have you ever seen a beautiful screen and wondered how it was designed or read a hundred lines of neatly formatted code and wondered how it works? This course aspires to seamlessly blend app design with android development giving you the complete picture. Learn how to design and code a fully working, professionally designed Android app from Photoshop to Playstore under 16 hours.

We build an app called BucketDrops in the series which lets you keep track of life goals. The course begins with app design instructed by Gary and covers the following:

Photoshop basics
Illustrator basics
Principles of Logo Design
Process to design the app mockup screens
We then dive into Android Programming using Android Studio instructed by Vivek Ramesh "Vivz" which covers the following topics

Basic components of Android (Activities, Services, Intents, Fragments, and BroadcastReceivers
Drawables and selectors
Efficient Image Loading With Glide
Fragments, FragmentManager and FragmentTransaction
Realm database and queries
RecyclerView, sections, animation and swipe to delete
Styles and themes
Custom Widgets and Views
Running periodic tasks with IntentService, AlarmManager and BootReceiver
Reverse engineering an APK file
Proguard
Publishing on Google Play
Follow along as Gary Simon and Vivek Ramesh "Vivz" walk you through the entire process of designing and coding a production-ready android app.

Содержание
├── 01 Introduction
│ └── 001 Introduction.mp4
├── 02 Introduction to Photoshop for UI Design
│ ├── 002 Creating New Documents and Artboard Documents.mp4
│ ├── 003 Understanding Layers.mp4
│ ├── 004 Tools and Techniques Specific to UI Design.mp4
│ └── 005 Exporting Assets.mp4
├── 03 Introduction to Adobe Illustrator for Logo Icon Design
│ ├── 006 Creating New Documents.mp4
│ ├── 007 Working with Layers.mp4
│ └── 008 Tools and Techniques.mp4
├── 04 BucketDrops Designing the Logo Icon in Illustrator
│ ├── 009 Creating the Basic Bucket Shape.mp4
│ ├── 010 Adding the Drop Inside the Bucket.mp4
│ └── 011 Finishing the Logo Icon.mp4
├── 05 BucketDrops Designing the Mockups in Photoshop
│ ├── 012 Beginning the Initial Add a Drop Mockup.mp4
│ ├── 013 Finishing the Add a Drop Mockup.mp4
│ ├── 014 Designing the Action Bar.mp4
│ ├── 015 Designing the Bucket Drop Rows Container.mp4
│ ├── 016 Designing the Add a Drop Overlay.mp4
│ ├── 017 Finishing up the Mockup Designs.mp4
│ ├── 018 Exporting the Assets.mp4
│ └── 019 Organizing the Assets.mp4
├── 06 Introduction To Coding
│ ├── 020 Setup Java.mp4
│ ├── 021 Setup Android Studio.mp4
│ ├── 022 Hello World Using Android Studio.mp4
│ ├── 023 Setup Genymotion Custom Android Emulator.mp4
│ ├── 024 What Is Git and What is GitHub.mp4
│ ├── 025 Share Project On GitHub From Android Studio.mp4
│ ├── 026 Android Studio Settings Overview.mp4
│ ├── 027 What is Dp, Sp, Px in Android.mp4
│ ├── 028 Android Studio Project Structure.mp4
│ ├── 029 Introduction To Views and Linear Layout.mp4
│ ├── 030 Weights in Linear Layout.mp4
│ ├── 031 Gravity vs. Layout Gravity.mp4
│ ├── 032 Introduction To The Relative Layout.mp4
│ ├── 033 Padding vs, Margin.mp4
│ ├── 034 Event Handling In Layouts.mp4
│ ├── 035 Introduction To Activity Lifecycle.mp4
│ └── 036 Example Of Activity Lifecycle.mp4
├── 07 Bucket Drops Project Setup
│ ├── 037 How does BucketDrops app work.mp4
│ ├── 038 The Index and How to get the code.mp4
│ ├── 039 What is an Activity, Fragment, Service, Receiver and Intent.mp4
│ ├── 040 What is Context.mp4
│ ├── 041 Bucket Drops Screen Structure.mp4
│ └── 042 Setup BucketDrops in Android Studio.mp4
├── 08 Coding the Main Screen
│ ├── 043 Adding the Logo and Button.mp4
│ ├── 044 Adding a selector to the Button.mp4
│ ├── 045 Image View Scale Type Illustrated.mp4
│ ├── 046 Adding a Toolbar to XML.mp4
│ ├── 047 Display Bitmaps Efficiently With Glide.mp4
│ └── 048 Event Handling For Button.mp4
├── 09 Introduction To Fragments
│ ├── 049 Introduction to Fragments.mp4
│ ├── 050 Fragment Lifecycle Demo.mp4
│ ├── 051 Fragment Activity Combined Lifecycle.mp4
│ ├── 052 Adding a Fragment to XML.mp4
│ ├── 053 Introduction to Fragment Manager and Fragment Transactions.mp4
│ ├── 054 Adding Fragments Through Code.mp4
│ ├── 055 Introduction to Dialog Fragments.mp4
│ ├── 056 Setup Dialog Add in XML.mp4
│ └── 057 Setup Dialog Add in Java.mp4
├── 10 Saving Data With Realm
│ ├── 058 Introduction to Realm Database.mp4
│ ├── 059 Realm Queries.mp4
│ ├── 060 Advanced Realm Concepts.mp4
│ └── 061 Add Drop to Realm Database.mp4
├── 11 Introduction to the Recycler View
│ ├── 062 Introduction to the Recycler View.mp4
│ ├── 063 Add Recycler View to XML.mp4
│ ├── 064 Build Drop Layout in XML.mp4
│ ├── 065 Implement Recycler Views Adapter.mp4
│ ├── 066 Show Data Inside Adapter From Database.mp4
│ ├── 067 FIx the error plugin is too old.mp4
│ ├── 068 Recycler View with Empty View.mp4
│ ├── 069 Adapter Data Observer.mp4
│ └── 070 Fix bug while loading images with Glide.mp4
├── 12 Building A Sectioned Recycler View
│ ├── 071 Sectioned Recycler View Theory.mp4
│ ├── 072 Implement Sectioned Recycler View.mp4
│ ├── 073 Introduction to Recycler View Item Decoration.mp4
│ ├── 074 Add Divider to the Recycler View.mp4
│ └── 075 Making the Footer work.mp4
├── 13 Swipe To Delete And Mastering The Recycler View
│ ├── 076 Introduction to Recycler View Item Touch Helper.mp4
│ ├── 077 Implement Swipe to Delete.mp4
│ ├── 078 Create Dialog Mark in XML.mp4
│ ├── 079 Handle Recycler View OnItemClick.mp4
│ ├── 080 Mark Item As Complete in the Database.mp4
│ ├── 081 Add Menu in XML.mp4
│ ├── 082 Approximating Time Using Date Utils.mp4
│ ├── 083 Sort Data In Recycler View.mp4
│ ├── 084 Using Shared Preferences.mp4
│ ├── 085 Adapter With No Items View.mp4
│ ├── 086 Add Animation To Recycler View.mp4
│ ├── 087 Disable Swipe For The Footer.mp4
│ └── 088 Reset Filter For Consistent UX.mp4
├── 14 Styles And Themes
│ ├── 089 Styles And Themes.mp4
│ └── 090 Custom Styles For Dialog And Toolbar.mp4
├── 15 Building A Custom Date Picker Widget In Android
│ ├── 091 Custom Widget Bucket Date Picker View.mp4
│ ├── 092 Custom Widget XML Layout.mp4
│ ├── 093 Setup Bucket Date Picker Widget in Java.mp4
│ ├── 094 Introduction to Motion Events and Touch Listener.mp4
│ ├── 095 Detect Compound Drawable Clicks.mp4
│ ├── 096 Increment and Decrement Date Picker.mp4
│ ├── 097 Introduction to the Handler.mp4
│ ├── 098 Continuous Increment and Decrement with Handler.mp4
│ ├── 099 Toggle Compound Drawables on Press.mp4
│ ├── 100 Save State of our Bucket Date Picker Custom Widget.mp4
│ └── 101 Polish the App with a custom font.mp4
├── 16 Services And Broadcast Receivers
│ ├── 102 Introduction to Intent Service and Alarm Manager.mp4
│ ├── 103 Implement Intent Service and Alarm Manager.mp4
│ ├── 105 Introduction to Intents and Broadcast Receivers.mp4
│ └── 106 Boot Receiver.mp4
└── 17 Publishing Your App
├── 107 Signing the App.mp4
├── 108 Reverse Engineering Your App And Securing It With Proguard.mp4
└── 109 Uploading Your App To Google Play.mp4

Файлы примеров: отсутствуют
Формат видео: MP4
Видео : AVC, 1280x720,1920x1080, (16:9), 30.000 fps, ~1118 Kbps avg, 0.018 bit/pixel
Аудио: 44.1 KHz, AAC LC, 2 ch, ~57.1 Kbps

Скриншоты





























2016-03-11 03:03
Профиль
  • Торрент
Автор: Александр С. Хэш: ---
Добавлен: 2016-03-11 03:01 Приватный: Нет (DHT включён)
Статус:
---
Размер: 6.04 ГБ (6 489 831 473 байт)
Изменил:
---
Скачали: 0 (Раздающих: 0%)
Причина:
---
Здоровье: 0%
Сидеров: 0 Личеров: 0
Скорость раздачи: 0 байт/сек Скорость скачивания: 0 байт/сек
Последний сидер: Нет Последний личер: Нет
Для скачивания торрента необходимо зарегистрироваться или войти на трекер.
Показать сообщения за:  Поле сортировки  
Ответить на тему   [ 1 сообщение ] 

Кто сейчас на конференции

Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 10


Вы не можете начинать темы
Вы не можете отвечать на сообщения
Вы не можете редактировать свои сообщения
Вы не можете удалять свои сообщения
Вы не можете добавлять вложения

Найти:
Перейти:  
Создано на основе phpBB® Forum Software © phpBB Group
ppkBB3cker v.2.5 © 2008-2021 @ PPK | Icon Theme by Everaldo.com Design Studio
Designed by ST Software.
Русская поддержка phpBB
[ Time : 0.210s | 16 Queries | GZIP : Off ]
Ресурс не предоставляет электронные версии произведений, а занимается лишь коллекционированием и каталогизацией ссылок, присылаемых и публикуемых на форуме нашими читателями. Если вы являетесь правообладателем какого-либо представленного материала и не желаете чтобы ссылка на него находилась в нашем каталоге, свяжитесь с нами и мы незамедлительно удалим её. Файлы для обмена на трекере предоставлены пользователями сайта, и администрация не несёт ответственности за их содержание. Просьба не заливать файлы, защищенные авторскими правами, а также файлы нелегального содержания!
tracker_cron Яндекс.Метрика