LEARNING FOR LIFE

Get Yourself a Better Life! Free eLearning Download

  • Technical
    • Internet & Networking
    • Security & Hacking
    • AI | Artificial intelligence
    • OS & Server
    • WEB/HTML/CSS/AJAX
    • Database & SQL
    • Programming
    • Perl & PHP
    • .Net & Java
    • Mobile Development
    • C/C++/C#
    • Game Development
    • Unix & Linux
    • MAC OS X
    • Windows
    • OFFICE
    • Operation Systems
    • Hardware
  • Graphic & Media
    • Photography
    • 3D
    • Adobe Product Training
    • Art & Drawing & Painting
    • Film & Film Making
    • Game Designing
    • Music Training
    • Tutorials for designer
  • Business
    • Business & Investing
    • Writing & Affiliate
    • Marketing
    • Sales
    • Economics & Finances
    • Seo & Site Traffic
    • Stock & ForEX
  • Life Stype
    • Self Improvement | MP
    • Mindset | NLP
    • Fashion / Clothing / Grooming
    • Seduction
    • Fighting / Martial Arts
    • Food / Drink / Cooking
    • Health / Fitness / Massage
    • Languages / Accents
    • Magic / Illusions / Tricks
    • Psychology / Body Language
  • Engineering & Science
    • Cultures & History
    • Electrical & Architecture
    • Mathematics & Physics
    • Medical
  • Entertainment
    • Comic
    • Manga
    • Novel
    • Magazine
  • PC Game
    • Mac Game
    • Xbox Game
    • Play Station Game

Android Programming Tutorial Videos For Beginners

31/10/2018 Learning for Life Leave a Comment

Android Programming Tutorial Videos For Beginners
English | Size: 1.53 GB
Category: Tutorial

Want To Learn How To Build Android Apps The Easy Way?

Want Lessons That Explain Everything In Clear Easy To Understand Terms.

This Course Teaches You Everything You Need.

In this Android App Programming training course, Infinite Skills teaches you how to use the tools that Google provides in order to create your very own Android Apps. Android has the largest user install base in the world, and with this tutorial you can learn how to create your very own Apps for millions of users worldwide to use! [Read more…]

Programming Android, Beginners, Programming, Tutorial, Videos

Udemy – The Complete Android Kotlin Developer Course

09/10/2018 Learning for Life Leave a Comment

Udemy – The Complete Android Kotlin Developer Course
English | Size: 11.05 GB
Category: CBTs


This course for anyone who want to be Kotlin programmer from scratch, We will start by discus all programming fundamentals that you need to start programming Kotlin. We will start first by install the development environment then you will run your first Kotlin app, and understand how program flow works in Kotlin. Then we will talk about variables and Math operation and proirites. Then we will take about logic and making decision, then we will talk about loops. Then we will talk about how to work with files.Then we will talk about functions and OOP concept that you need to use when you program apps with Kotlin, then we will talk about collections and which type collection you have to use for better performance depend on your app. then we will talk about multi-processing and how you could run multi-process in same time. Then you will learn how to build apps and game in Android like pockemon and tic tac toy and work with restful web services and JSON by build apps like get sunshine time. Also you will learn how to work with sqlite database to add, delete and update records, also you will learn how to use Firebase for online gaming and build social media app like twitter, and Learn how to build apps with sensors like run music when light is on and Nimbuzz vibrate when phone is shake, and more [Read more…]

Mobile Development Android, Developer, Kotlin, The Complete, Udemy

PacktPub – Applied Kotlin for Android Application Development [Video]

08/05/2018 Learning for Life Leave a Comment

PacktPub – Applied Kotlin for Android Application Development [Video]
English | Size: 562.97 MB
Category: CBTs


Kotlin greatly reduces source code verbosity. With Google having announced its support for Kotlin as a first-class language for writing Android apps, now’s the time to learn how to create apps from scratch with Kotlin
The Applied Kotlin for Android Application Development course is for developers who have some experience in the basics of Kotlin and are ready to take the plunge into the more advanced stage. [Read more…]

Mobile Development Android, Application, Applied, Kotlin, Packtpub

Udemy – The Complete Android Kotlin Developer Course (Jan-2018)

02/03/2018 Learning for Life Leave a Comment

Udemy – The Complete Android Kotlin Developer Course (Jan-2018)
English | Size: 4.02 GB
Category: CBTs


Learn how to make online games, and apps for Android O, like Pokémon , twitter,Tic Tac Toe, and notepad using Kotlin
Bestselling
Created by Hussein Al Rubaye
Last updated 1/2018
English
What Will I Learn?
Build Your First Mobile App with Kotlin
Apply to jr. Android development jobs
Build real-world Android apps like Twitter,Facebook, My Notes, Find my phone, media-player, Calculator, find my age, find sunrise time and Alarm
Build online games, like Pokémon, play tic tac toe online with friends.
Work with New Firebase from Google and Web services (RESTful API calls)
Work with sqlite Database and SharedPreferences.
Work with user location and maps [Read more…]

Game Development Android, Developer, Kotlin, The Complete, Udemy

Udemy – Unity Learn Android Game Development by recreating games

03/01/2018 Learning for Life Leave a Comment

Udemy – Unity Learn Android Game Development by recreating games
English | Size: 1.2GB
Category: Tutorial


Android game development is a growing trend in the world. We are all currently living in the era of applications and games. Whether you want to learn and practice C# skills, or you want to be creative and create your own game, this course will teach you everything you need to know.

There is no better way to learn how to make your own original game than by re-creating popular Android games. [Read more…]

Game Development Android, Game Development, Learn, Udemy, Unity

Packt Publishing – Kotlin for Android & Java Developers – Clean Code on Android

14/12/2017 Learning for Life 1 Comment

Packt Publishing – Kotlin for Android & Java Developers – Clean Code on Android
English | Size: 1.78 GB
Category: CBTs


After this course, you’ll be able to confidently use Kotlin for any kind of project — but we’ll of course apply what we learn to Android app development in this course.

Kotlin is a modern language for the JVM, and the only officially supported language on Android besides Java. It’s developed by JetBrains, the makers of IntelliJ on which Android Studio is based. Since Google’s announcement to officially support Kotlin in 2017, interest in the language has radically increased — and with it the number of tutorials, courses, books, and also job offers for Kotlin. It’s a great time to dive into this modern language and get ahead of other Android developers! With its modern language design that incorporates industry best practices, Kotlin allows you to write highly expressive, understandable and safe code — while being 100% interoperable with Java. You can use any Java classes and methods from Kotlin and the other way around. This course shows you what language features I mean, and how you can apply them in order to write world-class code. Learn to use Kotlin the right way to actually improve your Android app code write null-safe, concise, and readable code in Kotlin using functional and object-oriented concepts workaround unnecessary boilerplate code when using Android APIs (e.g. SQLite) using higher-order extension functions, use Android Studio effectively to speed up your development workflow, get your questions answered along the way should you ever get stuck. [Read more…]

Mobile Development Android, Developers, Java, Kotlin, Packt Publishing

Lynda – Android Development – Concurrent Programming

24/11/2017 Learning for Life Leave a Comment

Lynda – Android Development – Concurrent Programming
English | Size: 339.46 MB
Category: CBTs


Make your Android apps more efficient by managing processes in multiple threads. Although threads share resources, you can divide work so that tasks can be performed simultaneously. Still, programming multiple threads (aka concurrent programming) can be a challenge even for experienced developers. This course introduces concurrent programming concepts and techniques specific to Android. [Read more…]

Mobile Development Android, Concurrent, Development, Lynda, Programming

Packt Publishing – Automated UI Testing in Android

12/11/2017 Learning for Life Leave a Comment

Packt Publishing – Automated UI Testing in Android
English | Size: 844.89 MB
Category: Tutorial


The course follows a systematic approach to the automated testing of Android applications and also shows how to tackle corner cases.

The approach is mainly practice-oriented and mostly based on practical samples. During the course, you’ll make some samples and then enhance them step-by-step, covering more advanced topics.

The Automated UI Testing for Android course is practice-oriented and explains major approaches to automating Android application testing. [Read more…]

Mobile Development Android, Automated, Packt Publishing, Testing, UI

Udemy – Android App Development Tutorial for Absolute Beginners

28/08/2017 Learning for Life Leave a Comment

Udemy – Android App Development Tutorial for Absolute Beginners
English | Size: 1.80 GB
Category: Tutorial


Learn to create your own Android apps that you can publish.
The Android operating system is changing our lives in so many ways and also enabled enterprises to develop into big names in the IT business. It has the biggest database of users around the world and the numbers are only increasing. With the boom of mobile devices, the android app market has grown majorly, with the addition of new and innovative apps regularly. [Read more…]

Mobile Development Android, App, Development, Tutorial, Udemy

Linux Academy – Introduction To Android Development

15/07/2017 Learning for Life Leave a Comment

Linux Academy – Introduction To Android Development
English | Size: 1.94 GB
Category: CBTs


Linux and the Android OS can be considered brothers because of their common DNA. Although Android certainly contains Linux, it extends it in ways that are specific to a mobile platform. During the course, we will explore the Android Operating System as well as how to develop applications for it and prepare them for distribution either independently or through the Google Market. [Read more…]

Mobile Development Android, Development, Introduction, Linux Academy

  • « Previous Page
  • 1
  • …
  • 26
  • 27
  • 28
  • 29
  • 30
  • …
  • 34
  • Next Page »
  • CBT Nuggets – Troubleshooting Cisco Data Center Infrastructure (300-615 DCIT) 2024 part3
  • Udemy – Apache Kafka Series – Kafka Connect Hands-on Learning
  • Pearson – Deploying OSPF for Cisco Networks
  • Skillshare – Creating a Bicycle Helmet in Plasticity by Jon Moberly
  • Zenva – The Comprehensive 2D Action RPG With Godot Course 2024

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

2019 2020 2021 2022 2023 2024 Advanced AWS Azure BBC Beginners BitBook BOOKWARE Certified Cisco Cloud Comic Complete Course Data Design eBook Fundamentals Guide Hybrid iLEARN Introduction JavaScript Learn Learning LinkedIn Linux Lynda Masterclass Microsoft Packt Pluralsight Programming Python Security Skillshare Training Udemy Using XQZT

Copyright © 2025 · Equilibre on Genesis Framework · WordPress · Log in