Kotlin For Android App Development: Kotlin App Development
التصنيف الكامل: Development > Mobile Development > Kotlin

عن هذا الكورس
تعلم أونلاين 100%
شاهد الدروس في أي وقت ومن أي مكان
محتوى معتمد
مقدم من منصة Udemy
رابط موثوق ومباشر
ينقلك لصفحة التسجيل الرسمية
كورسات مقترحة في نفس المجال
عرض كل الكورسات ←
Learn to Write Unity Compute Shaders
By learning to create Compute Shaders, you will put yourself at the cutting edge of Unity development. Unlike a traditional shader, you can use a Compute Shader to handle any data manipulation problem, where having dozens (or even hundreds) of threads running simultaneously causing a bottleneck in your game to run many, many times faster. In this course you will start from small steps, learning the basics of compute shaders. First, we look at passing data from the CPU to the GPU using buffers. Then we’ll look at using these buffers in our calculations. Once you have this initial grounding, you learn how to use these techniques to create blisteringly-fast post-processing filters. You can use Compute Shaders to handle particle effects and flocking calculations. In the course, you'll create a flock of thousands of birds where each bird flaps its wings in sync with its speed through the air. Divide and conquer is the way, with Compute Shaders. By using hundreds of threads running simultaneously, we develop a GPU Physics engine that can handle thousands of tumbling chess pieces. Compute Shaders are ideal for handling the orientation of grass blades as an avatar moves through grass. The challenging subject of fluids (both 2D and 3D) are covered in the course and you'll see how much this computationally-intensive field benefits from Compute Shaders.The resources for the course are presented as a code-along version and a complete version and include over 30 different examples. Unity Compute Shaders provides the ideal platform to learn how to handle complex problems in your games. Flocking calculations using the 3 key rules of Separation, Cohesion, and Alignment are covered in detail. The physics calculations to handle fast collision detection and the forces inv

Flutter chat application with firebase
You don't need to learn Android/ Java and iOS/ Swift to build real native mobile apps!Flutter - a framework developed by Google - allows you to learn one language (Dart) and build beautiful native mobile apps in no time. Flutter is a SDK providing the tooling to compile Dart code into native code and it also gives you a rich set of pre-built and pre-styled UI elements (so called widgets) which you can use to compose your user interfaces.Flutter is extremely trending and gets used for major Google apps like their Adwords app - it's now marked as "ready for production", hence now is the time to jump in and learn it!WHAT WILL WE BE BUILDING?In this course, we are going to build a flutter chat application using firebase as the backend of this application.WHAT ARE THE FEATURES IN THIS APP?Good looking Real-time Messaging ApplicationFinding other Users by searchingRealtime MessagingAuthenticationState ManagementHandling and validating user inputAt the end of this course you will get clear idea about how to use flutter with firebase and how to manage use shared preferences inside an application. Also you will know what are the main important concepts like Future Builders, Stream Builders and etc.We hope you will get good experience about flutter and this course will lead you to be a mobile developer. Good Luck All !!!This course is for you if ...You're interested in building real native mobile apps for the two most popular mobile platforms - iOS and AndroidYou want to explore the full set of features Flutter offersDon't want to spend hours learning two completely different languagesCourse prerequisites:Basic programming language knowledge will

Real-World ASP .Net Web Forms Project Course
The "ASP .Net Web Forms Live Project" course is a comprehensive training program that covers essential aspects of developing real-world web applications using ASP .Net Web Forms. The course consists of 9 sections and includes 32 lectures with a total duration of 5 hours and 30 minutes.Throughout the course, students will learn key principles of database design, database implementation, architectural design, and creating solution projects. The curriculum also covers business logic layer development, user interface design, data access layer implementation, and working with CRUD operations.Advanced topics such as implementing transactions, authentication, authorization, exception handling, and AJAX implementation are also discussed. Students will gain practical experience in developing various features like working on student request screens, handling authentication sessions, and deploying web applications.By the end of the course, learners will have a strong foundation in ASP .Net Web Forms development, database management, and application deployment, and will be equipped with the knowledge and skills to build interactive and functional web applications.The course "ASP .Net Web Forms Live Project" is a 5-hour and 30-minute program divided into 9 sections consisting of 32 lectures. Here is a summary of the course content:Introduction:Provides an overview of the courseEstablishes foundational database design rulesDatabase Implementation:Discusses architectural design principlesGuides students in creating solutions, projects, and user interface componentsBusiness Logic Layer:Focuses on documenting requirementsTeaches the creation of a Business Object Layer (BOL) for efficient data handlingUser Interface Development:Covers the development of the initial user interface screenDemonstrates working with list cont

Unreal Engine 5: One Course Solution For Dynamic Sky System
Welcome to your ultimate solution for Unreal Engine 5's Dynamic Sky and Weather System. In this course, you'll embark on a journey to create a robust sky system featuring a dynamic day-night cycle, mesmerizing volumetric clouds, immersive snowy weather complete with footprints and intricate snow particles, and even rainy weather with lifelike raindrops, puddles, and captivating lightning effects. Best of all, we'll be starting from the ground up.In the first section, we'll delve into creating the fundamental day-night cycle. We'll bring stars, the moon, and detailed variables into play, enabling us to fine-tune the appearance of our sky system. Our journey begins with crafting a Blueprint Dynamic Sky Actor, offering a streamlined lighting solution. From there, we'll employ the construction script to lay the foundations of a basic time-of-day system using Blueprint macros. As we progress, we'll explore the concept of a sky sphere and a sky material, introducing our own customizable stars and moon through blueprint variables.Moving on to the second section, we'll introduce 2D clouds and volumetric clouds to our dynamic sky system. This adventure starts with creating a Blueprint enum to define distinct cloud modes. We'll then enhance our sky material, built in the previous section, to incorporate 2D clouds seamlessly. Additionally, we'll delve into planar projection, uncovering its role in projecting volumetric clouds onto the sky. We'll explore volume texture and volumetric advanced output for heightened realism and harness normalized altitude masks and macro variations for intricate detail and captivating shapes. After breathing life into our clouds with animations, we'll expose more properties to our blueprint, offering greater control over the final appearance.In the thir

Complete Guide To Redux-Saga With React JS
Become a highly-demanded Frontend developer by adding the Redux-Saga Skill into your React knowledge. You will have slight edge over those people who have just hold only knowledge about React.** Course is updated with new feature like Searching, Sorting, Filterning Pagination with Redux-Saga. Also I have completed the deployement of React Redux-Saga App on Heroku Plateform**This project-based course will have you coding right away. Building application with the help of React and Redux-Saga in this course will sharpen your skills in modern web development.With Redux-Saga middleware, you will get know how to work with api in React Application. And I am sure after taking this course you will become master to implement Redux in any one of your React application.In this course you will learn below key concept related to Redux-Saga with React:How redux saga fits into a front end single page application using React and Redux ?What is redux-saga ?How to make an API request with redux saga and deal with the response ?How to set up a redux saga to listen for dispatched redux actions and the various ways to set up redux saga to listen for dispatched actions.Learn different redux saga effect and patterns such as take, takeEvery, takeLatest, fork, put, call, delay, all as well as blocking and non-blocking calls.Learn to handle error with redux-saga.Learn Generator function concept along with ES6 syntax in Javascript.Basic RequirementSome sort of HTML, CSS and JavaScript knowledge required.Basic understand of ES6 moduleBasic React knowledge will added an Advantage.Some sort of routing required in ReactRedux knowledge required little bit but I will explain

BigQuery ML - Machine Learning in Google BigQuery using SQL
"BigQuery ML lets you create and execute machine learning models in BigQuery using standard SQL queries."Big Query ML is a blessing for engineers who want to work in Machine Learning domain but lack programming language like Python, R. With Big Query ML, they can use their existing SQL knowledge to build operational production-grade Machine learning models.What's included in the course ?Brief introduction to various Machine Learning services of Google Cloud.Fundamentals of BigQuery ML and challenges which it solves. All of the Machine Learning algorithms are explained in 2 Steps :Step 1 : Theoretical explanation of working of an ML algorithm. Step 2 : Practical implementation of the ML algorithm in BigQuery ML.Each and every Machine learning algorithm is explained with HANDS-ON examples.Hyperparameter tuning of models, Model Explainability functions, Feature pre-processing functions.Model management operations using bq commands.BigQuery ML pricing (Flat rate On-demand pricing models).Assignment for each Machine learning algorithm for self Hands-On in Big Query ML.Learn Best practices and Optimization techniques for BigQuery ML.Machine Learning algorithms explained:Linear regressionLogistic regressionK-means clustering Boosted TreeDeep neural networks ARIMA+ Time series Forecasting Product Component Analysis (PCA)Matrix FactorizationAfter completing this course, you can confidently start creating production-grade Machine Learning models in Real-world corporate projects using BigQuery M
