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 App Development Essentials: Distributing Apps

10/02/2017 Tut4DL Leave a Comment

Android App Development Essentials: Distributing Apps
English | Size: 338.7 MB
Category: Video Training


Once you’ve created an Android app, it’s time to share it with the world. Luckily, there are many avenues to distribution. This course focuses on the two primary channels: Google Play and the Amazon Appstore. The first step is to prepare your app, including cleaning up, minifying, and (optionally) obfuscating code to prevent others from decompiling and stealing it. Then you’ll learn how to package and export an APK file for distribution. Author David Gassner then walks you through each step involved in releasing an app through Google Play or Amazon, including creating graphics and marketing copy, setting pricing, registering for developer programs, uploading the APK, and publishing the app. Finally, once your app is released, learn how to track its success with the built-in reporting features offered by both stores. [Read more…]

Mobile Development Android App Development

Pluralsight – Overcoming Common Android Performance Barriers

08/02/2017 Learning for Life Leave a Comment

Pluralsight – Overcoming Common Android Performance Barriers
English | Size: 464.41 MB
Category: Programming


At the core of any Android application is hidden performance glitches that cause the user experience of your application to be poor. In this course, Overcoming Common Android Performance Barriers, you will learn how to monitor, detect, and optimize performance hazards that will significantly improve the experience of your users. First, you will learn about memory hazards and memory leaks. Next you’ll explore poor network and power consumption, as well as poor UI implementation. Finally, you’ll learn how to lift all of them using the latest Android profiling tools.
[Read more…]

Mobile Development Android, Common, overcoming, Performance, Pluralsight

Java Game Development – Create a Flappy Bird Clone

31/01/2017 Tut4DL Leave a Comment

Java Game Development – Create a Flappy Bird Clone
English | Size: 278.2 MB
Category: Video Training


If you know anything about Java, you’ll know that it can be used in an almost endless number of ways. One of the most popular uses is for game development. Since gaming is a billion dollar industry and rising, there are plenty of exciting employment opportunities to be found. To get one of those coveted jobs however, you need to have the broadest skill set possible. A comprehensive understanding of Java game development is an excellent place to start.
[Read more…]

Mobile Development Flappy Bird Clone, Java Game

Android App Development: Easy and Quick Programming

31/01/2017 Tut4DL Leave a Comment

Android App Development: Easy and Quick Programming
English | Size: 2.6 GB
Category: Video Training


Once upon a time, iOS app developers were the ones in demand. Now the mobile world has busted wide open and Android is a fierce rival, not to mention a truly exciting area to dive into. App development is advancing at a rapid pace and there’s always something new and innovative being produced somewhere. With this course, you can jump right in and get involved yourself; who knows, maybe the next must have Android app will be one of your own creations!
[Read more…]

Mobile Development Android App

Build Android Apps with App Inventor 2 – No Coding Required

31/01/2017 Tut4DL Leave a Comment

Build Android Apps with App Inventor 2 – No Coding Required
English | Size: 5.5 GB
Category: Video Training


Everybody has a great idea for an app. The problem is, not many of those people have the skills or knowledge required to make that idea a reality. Building an app, regardless of its simplicity or platform, requires certain technical know-how like coding, UX/UI design, and more. App Inventor 2, however, cuts through all of the smoke and allows anyone – even those with no coding experience – to build Android apps from the ground up. This course will teach you how.
[Read more…]

Mobile Development Android Apps, App Inventor 2

eLearnSecurity – Mobile Application Security and Penetration Testing (MASPT v2)

30/01/2017 Learning for Life Leave a Comment

eLearnSecurity – Mobile Application Security and Penetration Testing (MASPT v2)
English | Size: 901.80 MB
Category: CBTs


Course at a glance
Start from iOS and Android architectures basics
Exposes Android and iOS vulnerabilities in-depth
Covers mobile OSs security mechanisms and implementations
Covers Mobile applications reverse engineering
[Read more…]

Mobile Development Application, eLearnSecurity, MASPT v2, Mobile, Penetration Testing

Learn To Create Mobile Apps using Javascript, HTML

28/01/2017 Tut4DL Leave a Comment

Learn To Create Mobile Apps using Javascript, HTML
English | Size: 200.47 MB
Category: Video Training


Learn Ionic 2 by creating increasingly complex and functional mobile apps for iOS, Android, and Windows 10
[Read more…]

Mobile Development HTML, JavaScript, Mobile Apps

Overcoming Common Android Performance Barriers

28/01/2017 Tut4DL Leave a Comment

Overcoming Common Android Performance Barriers
English | Size: 464.41 MB
Category: Video Training


At the core of any Android application is hidden performance glitches that cause the user experience of your application to be poor. In this course, Overcoming Common Android Performance Barriers, you will learn how to monitor, detect, and optimize performance hazards that will significantly improve the experience of your users. First, you will learn about memory hazards and memory leaks. Next you’ll explore poor network and power consumption, as well as poor UI implementation. Finally, you’ll learn how to lift all of them using the latest Android profiling tools. When you’re finished with this course, you will have a foundational knowledge of investigation and enhancements of performance threats that will help you as you move forward to perfect the user experience in your application.
[Read more…]

Mobile Development Android Performance

TutsPlus – Animate Your Android App

13/01/2017 Learning for Life Leave a Comment

TutsPlus – Animate Your Android App
English | Size: 508.36 MB
Category: CBTs


Animations have become an important part of the Android user experience. Subtle, well-crafted animation is used throughout the Android OS and can make your app more engaging and dynamic. Not only that, but properly used animations can help make your UI more intuitive and responsive-feeling. [Read more…]

Mobile Development Android App, animate, Tutsplus

Treehouse – Testing in Android

13/01/2017 Learning for Life Leave a Comment

Treehouse – Testing in Android
English | Size: 231.27 MB
Category: Comp|Software Training


Properly testing your codebase is important, but that doesn’t mean it’s easy! In this stage, we’ll see why unit testing is so difficult on Android. We’ll also see how we can successfully implement unit tests using Mockito!
[Read more…]

Mobile Development Android, Testing, Treehouse

  • « Previous Page
  • 1
  • …
  • 148
  • 149
  • 150
  • 151
  • 152
  • …
  • 170
  • Next Page »
  • Jessica Hawks – Digital Creatives Academy
  • Taylor Welch – Belief Architecture
  • ScrapBook – SaaS and Ecommerce Growth Hacks Bundle
  • Sandy Franks (AWAI) – Core Story Framework
  • DNS On Windows Server 2025 Inside Out 100% Labs | Udemy

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