• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

759 Apps courses delivered Online

Spring Boot Essentials

By Packt

This is a course that empowers you by unlocking the complexities of how Spring Boot works so that you understand what's going on. In this way, you get an excellent foundational basis of Spring Boot that allows you to stand in good stead, so you'll feel at ease exploring further and tapping into the amazing power that this versatile and powerful platform offers.

Spring Boot Essentials
Delivered Online On Demand2 hours 18 minutes
£35.99

Smartphone Photography Masterclass

4.3(43)

By John Academy

Overview With the right skills and techniques, you can take photographs with your smartphone that are as good as professional camera photos. Learn the effective tips and tricks of smartphone photography and capture breathtaking pictures with the Smartphone Photography Masterclass.  This photography course will show you how to use your smartphone and take pictures like a pro. From the informative modules, you will learn about lighting, camera settings, camera features and more. Here, you will also learn how to use add-on lenses and edit pictures with editing apps. The course will provide you with valuable tricks and tips to use photography for Instagram success.  So, if you want to take your photography skills to the next level and open new doors of opportunity, enrol now! Course Preview Learning Outcomes Learn the basic principles of smartphone photography Enhance your knowledge of camera settings, modes and features Develop the skills to use add-on lenses Explore different editing apps and learn how to use them Know how to get Instagram success through photography Why Take This Course From John Academy? Affordable, well-structured and high-quality e-learning study materials Meticulously crafted engaging and informative tutorial videos and materials Efficient exam systems for the assessment and instant result Earn UK & internationally recognised accredited qualification Easily access the course content on mobile, tablet, or desktop from anywhere, anytime Excellent career advancement opportunities Get 24/7 student support via email What Skills Will You Learn from This Course? Smartphone Photography Photo Editing Photography for Instagram Who Should Take This Smartphone Photography Masterclass? Whether you're an existing practitioner or an aspiring professional, this course is an ideal training opportunity. It will elevate your expertise and boost your CV with key skills and a recognised qualification attesting to your knowledge. Are There Any Entry Requirements? This Smartphone Photography Masterclass is available to all learners of all academic backgrounds. But learners should be aged 16 or over to undertake the qualification. And a good understanding of the English language, numeracy, and ICT will be helpful. Smartphone Photography Masterclass Certification After completing and passing the Smartphone Photography Masterclass successfully, successfully, you will be able to obtain a Recognised Certificate of Achievement. Learners can obtain the certificate in hard copy at £14.99 or PDF format at £11.99. Career Path​ This exclusive Smartphone Photography Masterclass will equip you with effective skills and abilities and help you explore career paths such as  Photographer Influencer Event manager Online business owner Module 01: Introduction Introduction to Smartphone Photography 00:44:00 Module 02: Smartphone Photography Basics Smartphone Photography Basics 00:40:00 Module 03: Lighting Lighting 00:28:00 Module 04:Camera Modes And Features Camera Modes and Features 00:39:00 Module 05: Camera Settings Camera Settings 00:41:00 Module 06: Using Add On Lenses Using Add on Lenses 00:31:00 Module 07: Photography Tricks And Effects Photography Tricks and Effects 00:26:00 Module 08: Editing Your Photos And Useful Photo Apps Editing Your Photos and Useful Photo Apps 00:39:00 Module 09: Smartphone Photography For Instagram Success Smartphone Photography for Instagram Success 00:35:00 Assignment Assignment - Smartphone Photography Online Course 00:00:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Smartphone Photography Masterclass
Delivered Online On Demand5 hours 23 minutes
£24.99

Microsoft Teams for Business Users

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for This course is designed for people who need to use Microsoft Teams to communicate, share files, and conduct online meetings with colleagues. No experience with Teams is required; however, a basic understanding of Office apps will be useful. Overview In this course, you will use Microsoft Teams to communicate and collaborate with your colleagues. You will: Send messages to colleagues using Teams. Call and meet with people in Teams. Lead a meeting. Configure your Teams environment. Share files and app content. Create and configure Teams. This course is designed to help you master Microsoft© Teams©, the key communications tool in the suite of Microsoft© 365© productivity apps. Microsoft Teams enables individuals and organizations to chat, share ideas, collaborate on files, and essentially, work together. You can use Teams to have a quick chat with a colleague, participate in a virtual meeting, make an online call, and share files and resources. The Microsoft Teams app is available in three versions: a desktop app, a web app, and a mobile app. Once you are familiar with the Teams desktop app, you can easily transfer that knowledge and work in the web and mobile apps to take advantage of connecting through Teams wherever your work takes you. Messaging Colleagues Using Teams Topic A: Navigate in Teams Topic B: Chat with Contacts Topic C: Post in Team Channels Calling and Meeting in Teams Topic A: Call People in Teams Topic B: Meet in Teams Leading Meetings in Teams Topic A: Conduct Presentations Topic B: Manage Meetings Configuring Your Teams Environment Topic A: Configure General Application Settings Topic B: Configure Notifications and Privacy Settings Topic C: Configure Call and Device Settings Sharing Files and App Content in Teams Topic A: Share Files Topic B: Add Apps and Connectors Creating and Configuring Teams Topic A: Create and Manage a Team Topic B: Create and Configure Channels Topic C: Add and Configure Channel Tabs

Microsoft Teams for Business Users
Delivered OnlineFlexible Dates
Price on Enquiry

Complete C# programming

5.0(3)

By Systems & Network Training

Complete C# programming training course description This training course teaches developers the programming skills that are required for developers to create Windows applications using the C# language. Students review the basics of C# program structure, language syntax, and implementation details, and then consolidate their knowledge throughout the week as they build an application that incorporates several features of the .NET Framework. What will you learn Use the syntax and features of C#. Create and call methods, catch and handle exceptions, and describe the monitoring requirements of large-scale applications. Implement a typical desktop application. Create class, define and implement interfaces, and create and generic collections. Read and write data to/from files. Build a GUI using XAML. Complete C# programming training course details Who will benefit: Programmers wishing to learn C#. Prerequisites: Developers attending this course should already have gained some limited experience using C# to complete basic programming tasks. Duration 5 days Complete C# programming training course contents Review of C# Syntax Overview of Writing Applications using C#, Datatypes, Operators, and Expressions. C# Programming Language Constructs. Hands on Developing the Class Enrolment Application. Methods, exceptions and monitoring apps Creating and Invoking Methods. Creating Overloaded Methods and Using Optional and Output Parameters. Handling Exceptions. Monitoring Applications. Hands on Extending the Class Enrolment Application Functionality. Developing a graphical application Implementing Structs and Enums. Organizing Data into Collections. Handling Events. Hands on Writing the Grades Prototype Application. Classes and Type-safe collections Creating Classes. Defining and Implementing Interfaces. Implementing Type-safe Collections. Hands on Adding Data Validation and Type-safety to the Grades Application. Class hierarchy using Inheritance Class hierarchies. Extending .NET framework classes. Creating generic types. Hands on Refactoring common functionality into the User Class. Reading and writing local data Reading and Writing Files. Serializing and Deserializing Data. Performing I/O Using Streams. Hands on Generating the Grades Report. Accessing a Database Creating and using entity data models. Querying and updating data by using LINQ. Hands on Retrieving and modifying grade data. Accessing remote data Accessing data across the web and in the cloud. Hands on Modifying grade data in the Cloud. Designing the UI for a graphical applicatione Using XAML to design a User Interface. Binding controls to data. Styling a UI. Hands on Customizing Student Photographs and Styling the Application. Improving performance and responsiveness Implementing Multitasking by using tasks and Lambda Expressions. Performing operations asynchronously. Synchronizing concurrent data access. Hands on Improving the responsiveness and performance of the application. Integrating with unmanaged code Creating and using dynamic objects. Managing the Lifetime of objects and controlling unmanaged resources. Hands on Upgrading the grades report. Creating reusable types and assemblies Examining Object Metadata. Creating and Using Custom Attributes. Generating Managed Code. Versioning, Signing and Deploying Assemblies. Hands on Specifying the Data to Include in the Grades Report. Encrypting and Decrypting Data Implementing Symmetric Encryption. Implementing Asymmetric Encryption. Hands on Encrypting and Decrypting Grades Reports.

Complete C# programming
Delivered in Internationally or OnlineFlexible Dates
£3697

Flutter Web - Build a Diary Web App with Flutter and Cloud Firestore

By Packt

In this course, build a full-fledged Flutter web app called DiaryBook with Flutter 2.0 and Dart. Also, learn to use Cloud Firebase Firestore to deploy our web app.

Flutter Web - Build a Diary Web App with Flutter and Cloud Firestore
Delivered Online On Demand9 hours 31 minutes
£101.99

Automate ReactJS and Spring Boot CICD Pipelines on Azure DevOps

By Packt

In this course, you will learn the process followed by big companies to automatically build and deploy their frontend ReactJS and backend Spring Boot application on Azure cloud using AzureDevOps.

Automate ReactJS and Spring Boot CICD Pipelines on Azure DevOps
Delivered Online On Demand5 hours 24 minutes
£37.99

App Development Advanced Diploma - CPD Certified

4.7(26)

By Academy for Health and Fitness

24-Hour Knowledge Knockdown! Prices Reduced Like Never Before The UK mobile app market is expected to reach a staggering £20.5 billion by 2025. With the app development industry booming, there's never been a better time to acquire the skills to build your own apps and potentially launch your next big venture. This App Development Advanced Diploma Bundle equips you with the knowledge and tools to create various applications across different platforms and technologies. With this App Development Advanced Diploma course you will get 20 CPD Accredited PDF Certificates, Hard Copy Certificate Flutter & Dart Development for Building iOS and Android Apps and our exclusive student ID card absolutely free. Courses Are Included In This App Development Advanced Diploma Bundle: Course 01: Flutter & Dart Development for Building iOS and Android Apps Course 02: Web GIS Application Development with C# ASP.NET CORE MVC and Leaflet Course 03: Level 3 Creating Web App for iPad Course 04: Web Application Penetration Testing Course 05: Industry 4.0 - Automation & Applications Course 06: Tic-Tac-Toe Clone - The Complete Cocos2d-x C++ Game Course Course 07: Tic-Tac-Toe Clone - The Complete SFML C++ Game Course Course 08: Flappy Bird Clone: SFML C++ Game Course 09: Modern OpenGL 3D Game Course 10: Blender 3D - Create a Cartoon Character Course 11: Developing Game in Unity 3D Course 12: Unreal Engine 4 for Beginners Course 13: Unreal Engine 4 Course 14: Make Cinematics Using Unreal Engine 5 Course 15: Maya & Unity 3D: Modeling Lowpoly Tree for Mobile Games Course 16: Maya & Unity 3D: Modeling Environments for Mobile Games Course 17: Publish Game Assets to the Unity & Unreal Marketplace for Passive Income Course 18: Monetize Your Mobile Game or App Course 19: The Media Crash Course Course 20: Environment Design Using Unreal Engine 5 Each lesson in this App Development course is crafted for easy understanding, enabling you to become proficient in App Development. Whether you are a beginner or looking to sharpen your existing skills, this App Development is the ideal choice. Learning Outcomes of this Bundle Grasp fundamental programming concepts in various languages like Dart, C#, and C++. Master essential app development frameworks like Unity, Unreal Engine, and Maya. Explore web application security principles to protect your creations. Design and develop engaging 2D and 3D games for different platforms. Enrol in App Development Advanced Diploma today and take the first step towards achieving your goals and dreams. Why buy this Bundle? Free CPD Accredited Certificate upon completion of this Bundle Get a free student ID card with this Bundle Lifetime access to the course materials Get instant access to this Bundle course Learn from anywhere in the world 24/7 tutor support with the App Development Advanced Diploma course. App Development Advanced Diploma is an entirely online, interactive lesson with voice-over audio. Start your learning journey straightaway with our App Development Advanced Diploma Training! App Development Advanced Diploma premium bundle consists of 20 precisely chosen courses on a wide range of topics essential for anyone looking to excel in this field. Each segment of App Development Advanced Diploma is meticulously designed to maximise learning and engagement, blending interactive content and audio-visual modules for a truly immersive experience. The App Development course is extremely dynamic and well-paced to help you understand App Development with ease. Certification of App Development You have to complete the assignment given at the end of the App Development Advanced Diploma course and score a minimum of 60% to pass each exam. After passing the App Development Advanced Diploma exam You will be entitled to claim a PDF & Hardcopy certificate accredited by CPD Quality standards completely free. CPD 200 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This App Development Advanced Diploma course is ideal for: Students seeking mastery in App Development Professionals seeking to enhance App Development skills Individuals looking for a App Development related career. Anyone passionate about App Development Requirements This App Development Advanced Diploma doesn't require prior experience and is suitable for diverse learners. Career path This App Development Advanced Diploma bundle will allow you to kickstart or take your career in the related sector to the next stage. Mobile App Developer Game Developer Web Developer UI/UX Designer Certificates CPD Accredited Digital certificate Digital certificate - Included CPD Accredited Hard copy certificate Hard copy certificate - Included If you are an international student, then you have to pay an additional 10 GBP for each certificate as an international delivery charge.

App Development Advanced Diploma - CPD Certified
Delivered Online On Demand4 days
£100

Arduino Interfacing with Sensors in Your Smartphone

4.5(3)

By Studyhub UK

Step into innovation and technology with our groundbreaking course, 'Arduino Interfacing with Sensors in Your Smartphone.' Embark on a journey where creativity meets functionality as you harness the power of Arduino to connect sensors to your smartphone seamlessly. From the thrill of setting up your hardware and software to crafting custom Android apps without coding, this course promises to unlock endless possibilities in mobile technology. Discover the essential components needed to kickstart your Arduino adventure, from hardware requirements to navigating the intricacies of MIT App Inventor. Dive deep into the realms of mobile app development as you explore the Designer and Blocks Editor, laying the foundation for your foray into creating intuitive mobile apps. With our guidance, even those with zero coding experience can craft innovative applications that effortlessly bridge the gap between Arduino and smartphones. Unlock the potential of sensors as you delve into the world of proximity, accelerometer, gyroscope, and magnetometer sensors. Learn how to read analogue sensor data with Arduino and translate it into interactive mobile experiences. Whether you're a budding technologist, a hobbyist seeking to expand your skills, or an entrepreneur with a vision for innovative mobile solutions, this course equips you with the tools and knowledge to turn your ideas into reality. Learning Outcomes: Understand the hardware and software requirements for interfacing Arduino with smartphones. Master MIT App Inventor to design and develop custom Android apps for Arduino projects. Explore various sensors, including proximity, accelerometer, gyroscope, and magnetometer. Learn to create mobile apps without coding, integrating Arduino seamlessly. Gain proficiency in reading analogue sensor data and controlling Arduino remotely via smartphones. Highlights of the Arduino Interfacing with Sensors in Your Smartphone : Unlimited access to the course for a lifetime. Opportunity to earn a certificate accredited by the CPD Quality Standards and CIQ after completing this course. Structured lesson planning in line with industry standards. Immerse yourself in innovative and captivating course materials and activities. Assessments designed to evaluate advanced cognitive abilities and skill proficiency. Flexibility to complete the Course at your own pace, on your own schedule. Receive full tutor support throughout the week, from Monday to Friday, to enhance your learning experience. Unlock career resources for CV improvement, interview readiness, and job success. Who is this Arduino Interfacing with Sensors in Your Smartphone Course for? Tech enthusiasts eager to explore Arduino and smartphone integration. Hobbyists looking to expand their knowledge in mobile app development. Entrepreneurs seeking to develop innovative mobile solutions. Students interested in learning about sensor interfacing and mobile technology. Engineers and developers aiming to enhance their skills in IoT and mobile connectivity. How is the course assessed? To successfully complete the course you must pass an automated, multiple-choice assessment. The assessment is delivered through our online learning platform. You will receive the results of your assessment immediately upon completion. Will I receive a certificate of completion? Upon successful completion, you will qualify for the UK and internationally-recognised certification and you can choose to make your achievement formal by obtaining your PDF Certificate at a cost of £9 and Hardcopy Certificate for £15. Requirements The Arduino Interfacing with Sensors in Your Smartphone is open to all, with no formal entry requirements. All you need is a passion for learning, a good understanding of the English language, numeracy and IT, and to be over the age of 16. Career Path Mobile App Developer: £25,000 - £70,000 per annum IoT Engineer: £30,000 - £65,000 per annum Software Engineer: £25,000 - £70,000 per annum Electronics Engineer: £25,000 - £55,000 per annum Embedded Systems Developer: £30,000 - £70,000 per annum Technology Consultant: £35,000 - £80,000 per annum Course Curriculum Introduction and Getting Started Introduction 00:03:00 Hardware and Software Requirements Hardware and Software Requirements 00:02:00 Download and Install MIT App Inventor 00:10:00 Download and Install Arduino Pro IDE 00:09:00 Setting Up App Inventor What is App Inventor 00:02:00 Designer and Blocks Editor MIT App Inventor User Interface Explained 00:04:00 First Mobile App to Control Arduino Make your first Mobile App - Blink LED 00:15:00 Code your Arduino - Blink LED 00:05:00 Proximity Sensor Proximity Sensor Mobile App 00:14:00 Light Sensor Mobile App and Arduino Code 00:13:00 Practical Testing 00:03:00 Accelerometer Sensor Accelerometer Sensor Mobile App 00:14:00 Coding Accelerometer Sensor 00:05:00 Gyroscope Sensor Gyroscope Sensor Mobile App and Arduino Code 00:06:00 Magnetometer Sensor Magnetometer Sensor Mobile App and Arduino Code 00:05:00 Make Android App With Zero Experience MIT App Inventor Introduction uuuu 00:03:00 What can you do and system requirements 00:03:00 What is app inventor in More Details 00:02:00 Java Vs App Inventor 00:03:00 Why using App Inventor 00:01:00 App Architecture 00:05:00 Let's Start Making Apps 00:05:00 First App Add Items and Start Programming with Blocks 00:10:00 First App Testing and Running the App using Emulator 00:13:00 Resources you need to visit to Create Better Apps 00:02:00 How to Create a website for your app for free and take credit for it 00:05:00 Android Apps for Arduino with MIT App Inventor without Coding Introduction 00:03:00 App Inventor Overview 00:04:00 An App Challenge 00:01:00 System Requirements 00:01:00 AppInventor Vs Java and C 00:03:00 Why App Inventor Works 00:02:00 App Architecture 00:05:00 Download and Install App Inventor on Your Device 00:09:00 AppInventor UserInterface With Example 00:14:00 Arduino Coding for Led On Off Practical Example 00:09:00 Making an Android App for Led On Off Practical Example 00:12:00 Testing On Off App with Arduino 00:07:00 Make a Login Protected Led Control App 00:14:00 Slider Application to Control Led Brightness 00:15:00 Slider Practical 00:09:00 Practical Connect Bluetooth Module 00:05:00 RGB Led Controller Android Application 00:14:00 RGB LED Arduino Coding 00:12:00 Sensor Readings Arduino Coding 00:09:00 Sensor Readings Android Application 00:17:00 LCD Text Arduino Coding 00:09:00 LCD Text Android Application 00:06:00 Remote Controlled Robot Android Application 00:09:00 Remote Controlled Robot Arduino Coding 00:15:00 Make Money with MIT App Inventor Apps 00:05:00 Reading Analog Sensor with Arduino Introduction 00:02:00 How to read analogue sensors using Arduino 00:02:00 Software Requirements 00:04:00 Wiring Analog Sensors to Arduino 00:09:00 Writing code to collect reading from analogue sensors 00:07:00 Practical Analogue Sensor Testing 00:03:00 Analyse and convert Sensor Reading 00:03:00 Manipulating Sensors Reading 00:06:00 ADC in Arduino Explained 00:14:00

Arduino Interfacing with Sensors in Your Smartphone
Delivered Online On Demand7 hours 1 minutes
£10.99

An Introduction to PCs Using Windows 8 - Video Training Course

4.3(43)

By John Academy

Description: This An Introduction to PCs Using Windows 8 - Video Training Course has been designed to help you understand what an operating system is and how it helps you to interact with the hardware. You will get an overview of PCs and the Windows 8 interface, using modern apps and navigation tools which coherently works with desktop applications. Firstly, in this course, you will learn about the different devices that are available in a PC; input, output, storage devices, etc. Windows 8 is an updated OS version from Microsoft which incorporates a lot of new and exciting features and interface. This course will provide you a guideline on using the navigation features and desktop applications. You will also be introduced with the refurbished Internet Explorer 10. Customizing Windows 8 environment to suit your needs is also possible. Overall, including the security features, this course will prepare you for the professional field. Assessment: At the end of the course, you will be required to sit for an online MCQ test. Your test will be assessed automatically and immediately. You will instantly know whether you have been successful or not. Before sitting for your final exam you will have the opportunity to test your proficiency with a mock exam. Certification: After completing and passing the course successfully, you will be able to obtain an Accredited Certificate of Achievement. Certificates can be obtained either in hard copy at a cost of £39 or in PDF format at a cost of £24. Who is this Course for? An Introduction to PCs Using Windows 8 - Video Training Course is certified by CPD Qualifications Standards and CiQ. This makes it perfect for anyone trying to learn potential professional skills. As there is no experience and qualification required for this course, it is available for all students from any academic background. Requirements Our An Introduction to PCs Using Windows 8 - Video Training Course is fully compatible with any kind of device. Whether you are using Windows computer, Mac, smartphones or tablets, you will get the same experience while learning. Besides that, you will be able to access the course with any kind of internet connection from anywhere at any time without any kind of limitation. Career Path After completing this course you will be able to build up accurate knowledge and skills with proper confidence to enrich yourself and brighten up your career in the relevant job market. Getting to Know PCs and the Windows 8 User Interface Identify Components of a Personal Computer IPU FREE 00:08:00 Sign In to Windows 8 00:07:00 Signing In to Windows 8 and Managing Tiles 00:08:00 Navigate the Start Screen 00:18:00 Using the Account ID Menu 00:02:00 Using Modern Apps and Navigation Features Access and Identify the Charms 00:03:00 Viewing the Charms 00:02:00 Modern Apps and Common Navigation Features 00:03:00 Navigating a Modern App 00:07:00 Multitasking with Apps 00:05:00 Working with Multiple Apps 00:05:00 Working with Desktop Applications Navigate the Desktop IPU 00:07:00 Navigating The desktop 00:07:00 Manage Files and Folders with File Explorer IPU 00:09:00 Managing Files and Folders 00:15:00 Elements of a Desktop Window 00:12:00 Working with the Elements of a Desktop Window 00:10:00 Creating and Modifying Files with Wordpad 00:14:00 Printing a Document 00:05:00 Using Internet Explorer 10 Navigate Internet Explorer 10 00:08:00 Navigating Internet Explorer 10 00:09:00 Browse the Web 00:12:00 Using Internet Explorer and Share 00:08:00 Customizing the Windows 8 Environment Customize the Start Screen 00:07:00 Creating Groups on the Start Screen 00:02:00 Changing PC Setting 00:07:00 Customize the Desktop IPU 00:08:00 Personalizing the Desktop 00:11:00 Using Windows 8 Security Features Set Privacy Levels and Passwords 00:05:00 Changing Your Password 00:05:00 Use Windows Defender IPU 00:05:00 Changing Windows Defender Settings 00:05:00 Store and Share Files with SkyDrive 00:03:00 Mock Exam Mock Exam- An Introduction to PCs Using Windows 8 - Video Training Course 00:20:00 Final Exam Final Exam- An Introduction to PCs Using Windows 8 - Video Training Course 00:20:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

An Introduction to PCs Using Windows 8 - Video Training Course
Delivered Online On Demand4 hours 42 minutes
£19

One-to-One Social Media Consultancy Session

By Avocado Social

Elevate Your Social Media Marketing with Personalized Coaching   Our one-to-one coaching sessions offer practical and strategic social media support for small business owners, marketing managers, and social media managers. Let us inspire you with fresh ideas and help you enhance your social media marketing efforts.   Before the session, we'll send you a brief questionnaire to gather essential details about your brand, social media objectives, and processes. This information will be formalized into a clear set of aims and objectives for the session.   After the session, you'll receive tailored coaching notes summarizing key takeaways and providing clear next steps to implement right away. Topics Typically Covered: Aligning social media and business objectives Identifying and reaching your ideal target audience Competitor analysis and successful techniques Selecting the right social media platforms Content brainstorming and gathering, including hashtags, video, and photography Social media management: frequency, scheduling, and useful apps Overview of social media advertising Practical demonstrations of tactics

One-to-One Social Media Consultancy Session
Delivered OnlineFlexible Dates
£399