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

132 App Development courses

🔥 Limited Time Offer 🔥

Get a 10% discount on your first order when you use this promo code at checkout: MAY24BAN3X

The Complete Masterclass on PL-900 Certification

By Packt

Prepare for success with the Microsoft PL-900 Certification Course, covering the fundamentals of Power Platform, including Power BI, Power Apps, Power Automate, Power Virtual Agents, and related topics such as Dataverse, AI Builder, Connectors, Dynamics 365, Teams, Security, and Administration. Suitable for beginners with no prerequisites.

The Complete Masterclass on PL-900 Certification
Delivered Online On Demand
£82.99

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React

By Packt

Embark on this course in web development with HTML, CSS, JS, and React for a comprehensive training program designed to empower beginners and experienced designers alike with the essential skills needed to create captivating and dynamic websites. Explore the power of React.js, HTML5, CSS3, JavaScript, and build scalable components with React.

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React
Delivered Online On Demand
£82.99

Mobile Photography

4.8(34)

By Stills

As phone and tablet cameras continue to improve and App developments become more advanced, mobile photography – previously considered only suitable for quick snaps and throwaway selfies – is more and more becoming recognised as a legitimate photographic medium. And anyone with a phone or tablet can do it! This course will explore the concepts of digital camera photography (and all that it entails) but through the medium of your own mobile device. Through a mixture of discussion and practical work this course will help you to push the limits of what your phone camera can do. As well as exploring the creative side of photography, we’ll break down some of the technical elements to get a better understanding of photography in general and learn how to achieve similar results using your phone or tablet. We’ll explore useful Apps to help get the desired output from your device and spend time looking at postproduction techniques that can improve and enhance your camera photos beyond a casual snapshot. Some of the Apps we will be looking at include Slow Shutter [https://apps.apple.com/us/app/slow-shutter-cam/id357404131] (iOS), VSCO [https://www.vsco.co/] (iOS/Android), Snapseed (iOS [https://apps.apple.com/us/app/snapseed/id439438619]/Android [https://play.google.com/store/apps/details?id=com.niksoftware.snapseed&hl=en_GB&gl=US&pli=1]), Adobe Lightroom [https://www.adobe.com/uk/products/photoshop-lightroom.html] for Mobile (iOS/Android) and Manual Camera [https://play.google.com/store/apps/details?id=com.lensesdev.manual.camera.pro] (Android). You do not need to have all these downloaded in advance and, please be aware that depending on the capabilities of your phone, some of the features of these apps may not be available to you. This course is suitable for beginners and requires very little technical knowledge – just an enthusiasm and interest in photography and how to get a little more from your device. Please bring comfy weather-appropriate clothing as there will be some time spent outside shooting. Please specify the Make and Model of your mobile device when booking, so that the tutor can provide specific information tailored to your device wherever possible   -------------------------------------------------------------------------------- Courses are subject to minimum enrolment. Please register early, within five days of the start date, to reduce the likelihood of course cancellation. Please read our cancellation policy before booking. [https://stills.org/stills-bookings-cancellation-policy/] Students, anyone over the age of 65, and those in receipt of any form of benefits can claim the concessionary price, offering a 10% discount on the full course price. Valid proof of eligibility must be produced on the first day of the course. Please use the code CONCESSION when prompted at checkout.

Mobile Photography
Delivered In-Person
Dates arranged on request
£110

Basic Java Programming for Developers New to OO (TT2120)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for In order to be successful in this course you should have incoming hands-on experience with another programming language. This course is not for non-developers or new developers. Possible roles that may attend this course include: Software Developers: Professionals who have been working with other programming languages and want to expand their skillset by learning Java and its object-oriented features. Web Developers: Those who work on web applications and want to enhance their back-end development capabilities with Java. Mobile App Developers: Developers who wish to enter the world of Android app development, where Java is a widely used language for creating mobile applications. Overview This 'skills-centric' course is about 50% hands-on lab and 50% lecture, designed to train attendees in core OO coding and Java development skills, coupling the most current, effective techniques with the soundest industry practices. Our engaging instructors and mentors are highly experienced practitioners who bring years of current 'on-the-job' experience into every classroom. Working in a hands-on learning environment, guided by our expert team, attendees will learn to: Understand what OO programming is and what the advantages of OO are in today's world Work with objects, classes, and OO implementations Understand the basic concepts of OO such as encapsulation, inheritance, polymorphism, and abstraction Understand not only the fundamentals of the Java language, but also its importance, uses, strengths and weaknesses Understand the basics of the Java language and how?it relates to OO programming and the Object Model Learn to use Java exception handling Understand and use classes, inheritance and polymorphism Understand and use collections, generics, autoboxing, and enumerations Become familiar with the concept of functional programming using Lambda Expressions Process large amounts of data using the Stream API introduced in Java 8 Discover the new Date/Time API Use the JDBC API for database access Work with annotations Take advantage of the Java tooling that is available with the programming environment being used in the class Java 8 Features: Lambda Expressions, Method and Constructor references, The Streams API, Collectors, The Optional class Geared for experienced developers, Basic Java Programming for Developers New to OO, this hands-on, workshop-style course will provide you with an immersive learning experience that will expand your skillset and open doors to new opportunities within the ever-growing technology landscape. Mastering Java and its powerful capabilities will provide you with the competitive edge you need to stand out in today's fast-paced development world. Working in a hands-on learning environment led by our expert coach, you?ll thoroughly explore the foundations of the Java platform, essential programming concepts, and advanced topics, ensuring you acquire a strong understanding of the language and its ecosystem. The object-oriented programming principles taught in this course promote code reusability and maintainability, enabling you to streamline development processes and reduce long-term costs. As you progress through the course, you will also gain familiarity with using an IDE, enhancing your development workflow and collaboration with other Java developers, enabling you to integrate seamlessly into new projects and teams. You?ll also gain practical experience in applying the concepts and techniques learned, solidifying your newly acquired skills and facilitating their direct application in real-world scenarios. You?ll exit this course empowered to create robust, scalable, and efficient Java-based applications that drive innovation and growth for your organization THE JAVA PLATFORM * The Java Platform * Lifecycle of a Java Program * Responsibilities of JVM * Documentation and Code Reuse USING THE JDK * Explain the JDK?s file structure * Use the command line compiler to compile a Java class * Use the command line Java interpreter to run a Java application class THE INTELLIJ PARADIGM * Introduce the IntelliJ IDE * The Basics of the IntelliJ interface * IntelliJ Projects and Modules * Creating and running Java applications WRITING A SIMPLE CLASS * Write a Java class that does not explicitly extend another class * Define instance variables for a Java class * Create object instances * Primitives vs Object References * Implement a main method to create an instance of the defined class ADDING METHODS TO THE CLASS * Write a class with accessor methods to read and write instance variables * Write a constructor to initialize an instance with data * Write a constructor that calls other constructors of the class to benefit from code reuse * Use the this keyword to distinguish local variables from instance variables OBJECT-ORIENTED PROGRAMMING * Real-World Objects * Classes and Objects * Object Behavior * Methods and Messages INHERITANCE, ABSTRACTION, AND POLYMORPHISM * Encapsulation * Inheritance * Method Overriding * Polymorphism ESSENTIAL JAVA PROGRAMMING * Essential Java Programming LANGUAGE STATEMENTS * Arithmetic operators * Operators to increment and decrement numbers * Comparison operators * Logical operators * Return type of comparison and logical operators * Use for loops * Switch Expressions * Switch Expressions and yield USING STRINGS AND TEXT BLOCKS * Create an instance of the String class * Test if two strings are equal * Get the length of a string Parse a string for its token components * Perform a case-insensitive equality test * Build up a string using StringBuffer * Contrast String, StringBuffer,and StringBuilder * Compact Strings * Text Blocks SPECIALIZING IN A SUBCLASS * Constructing a class that extends another class * Implementing equals and toString * Writing constructors that pass initialization data to parent constructor * Using instanceof to verify type of an object reference * Pattern matching for instanceof * Overriding subclass methods * Safely casting references to a more refined type FIELDS AND VARIABLES * Discuss Block Scoping Rules * Distinguish between instance variables and method variables within a method * Explain the difference between the terms field and variable * List the default values for instance variables * Final and Static fields and methods * Local Variable type inference USING ARRAYS * Declaring an array reference * Allocating an array * Initializing the entries in an array * Writing methods with a variable number of arguments RECORDS * Data Objects in Java * Introduce records as carrier of immutable data * Defining records JAVA PACKAGES AND VISIBILITY * Use the package keyword to define a class within a specific package * Discuss levels of accessibility/visibility * Using the import keyword to declare references to classes in a specific package * Using the standard type naming conventions * Visibility in the Java Modular System Correctly executing a Java application class * The Java modular system * Defining Modules INHERITANCE AND POLYMORPHISM * Write a subclass with a method that overrides a method in the superclass * Group objects by their common supertype * Utilize polymorphism * Cast a supertype reference to a valid subtype reference * Use the final keyword on methods and classes to prevent overriding INTERFACES AND ABSTRACT CLASSES * Define supertype contracts using abstract classes * Implement concrete classes based on abstract classes * Define supertype contracts using interfaces * Implement concrete classes based on interfaces * Explain advantage of interfaces over abstract classes * Explain advantage of abstract classes over interfaces * Static, default and private methods in interfaces SEALED CLASSES * Introduce Sealed classes * The sealed and permits modifiers * Sealed Interfaces Exception Handling INTRODUCTION TO EXCEPTION HANDLING * Introduce the Exception architecture * Defining a try/catch blocks Checked vs Unchecked exceptions EXCEPTIONS * Defining your own application exceptions * Automatic closure of resources * Suppressed exceptions * Handling multiple exceptions in one catch * Helpful Nullpointers * Enhanced try-with-resources Java Developer's Toolbox DEVELOPING APPLICATIONS * Introduce the wrapper classes * Explain Autoboxing and Unboxing * Converting String representations of primitive numbers into their primitive types * Defining Enumerations * Using static imports * Deprecating methods Advanced Java Programming INTRODUCTION TO GENERICS * Generics and Subtyping * Bounded Wildcards * Generic Methods * Legacy Calls To Generics * When Generics Should Be Used LAMBDA EXPRESSIONS AND FUNCTIONAL INTERFACE * Understanding the concept of functional programming * Writing lambda expressions * Understanding functional interfaces COLLECTIONS * Provide an overview of the Collection API * Review the different collection implementations (Set, List and Queue) * Explore how generics are used with collections * Examine iterators for working with collections USING COLLECTIONS * Collection Sorting * Comparators * Using the Right Collection * Lambda expressions in Collections * Bonus Topics: Time Permitting STREAMS * Understanding the problem with collections in Java * Thinking of program solutions in a declarative way * Use the Stream API to process collections of data * Understand the difference between intermediate and terminal stream operations * Filtering elements from a Stream * Finding element(s) within a Stream * Collecting the elements from a Stream into a List takeWhile and dropWhile intermediate operations COLLECTORS * Using different ways to collect the items from a Stream * Grouping elements within a stream * Gathering statistics about numeric property of elements in a stream

Basic Java Programming for Developers New to OO (TT2120)
Delivered on-request, onlineDelivered Online
Price on Enquiry

Best Salesforce Training in Hyderabad

By Salesforce Masters

Salesforce courses [https://salesforcemasters.in/]are structured learning programs designed to equip individuals with the knowledge and skills needed to leverage Salesforce effectively. Whether you're a sales professional aiming to boost your productivity, a marketer seeking to optimize campaign performance, or a business owner looking to enhance customer relationships, there's a Salesforce course tailored to your specific goals and requirements. These courses cover a wide range of topics, including Salesforce basics, advanced administration, automation, app development, and more. They are typically delivered through a combination of online modules, instructor-led sessions, hands-on exercises, and real-world case studies, ensuring that learners not only grasp theoretical concepts but also gain practical experience that can be applied directly in their roles. Benefits of Salesforce Courses [https://salesforcemasters.in/] Investing in Salesforce courses offers a multitude of benefits for individuals and organizations alike: 1. Enhanced Productivity: By mastering Salesforce, professionals can streamline workflows, automate repetitive tasks, and optimize their day-to-day processes, resulting in increased productivity and efficiency. 2. Improved Customer Experiences: Salesforce enables businesses to deliver personalized experiences at every touchpoint, from initial lead capture to post-sale support. Courses on Salesforce CRM empower individuals to leverage customer data effectively, anticipate needs, and provide exceptional service, thereby fostering long-term customer loyalty. 3. Competitive Advantage: In today's competitive market, companies that leverage Salesforce effectively gain a significant edge over their counterparts. By investing in Salesforce training, organizations can ensure that their teams are equipped with the latest tools and techniques to stay ahead of the curve. 4. Career Advancement: Salesforce skills are in high demand across industries, with certifications such as Salesforce Administrator, Salesforce Developer, and Salesforce Architect being highly sought after by employers. Completing Salesforce courses not only enhances one's skill set but also opens up new career opportunities and prospects for advancement. 5. Flexibility and Accessibility: Salesforce courses are available in various formats, including online self-paced modules, live virtual classrooms, and in-person training sessions, making them accessible to learners regardless of their location or schedule. This flexibility allows individuals to learn at their own pace and tailor their learning experience to suit their needs. 6. Continuous Learning and Growth: The Salesforce platform is constantly evolving with new features, updates, and enhancements being rolled out regularly. By enrolling in Salesforce courses, professionals can stay updated with the latest trends and best practices, ensuring that their skills remain relevant and in-demand in the ever-changing landscape of technology. Choosing the Right Salesforce Course With a plethora of Salesforce courses [https://salesforcemasters.in/] available in the market, choosing the right one can seem daunting. However, by considering the following factors, individuals can make informed decisions that align with their learning objectives: 1. Reputation and Accreditation: Look for courses offered by reputable training providers with a proven track record of delivering high-quality content and certified instructors. Accredited courses endorsed by Salesforce are particularly valuable as they adhere to industry standards and best practices. 2. Curriculum and Learning Objectives: Review the course curriculum to ensure that it covers topics relevant to your goals and skill level. Whether you're a beginner looking to master the basics or an experienced professional seeking advanced training, the course content should be comprehensive and aligned with your learning objectives. 3. Delivery Mode and Flexibility: Consider your preferred learning style and schedule when choosing a course delivery mode. Online courses offer flexibility and convenience, while instructor-led sessions provide opportunities for interactive learning and real-time feedback. Choose a format that suits your preferences and availability. 4. Hands-on Experience and Practical Exercises: Effective Salesforce training [https://salesforcemasters.in/] goes beyond theoretical concepts, providing hands-on experience through practical exercises, case studies, and real-world simulations. Look for courses that offer opportunities for application-based learning, allowing you to reinforce your understanding and skills through practical application. 5. Support and Resources: Evaluate the level of support and resources provided by the training provider, including access to instructors, discussion forums, online communities, and supplementary materials. A supportive learning environment can enhance your overall learning experience and facilitate knowledge sharing and collaboration with peers.

Best Salesforce Training in Hyderabad
Delivered Online On Demand
FREE

An Introduction to RxSwift

By Packt

Advanced Swift 4 Design Patterns with Reactive Programming with RxSwift.

An Introduction to RxSwift
Delivered Online On Demand
£84.99

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island

By Packt

This video course is designed to teach you about the latest WidgetKit developments in iOS 16, and how to use them with SwiftUI. You will learn about new features such as live activities and Dynamic Island, and explore how to create dynamic widgets for your iOS applications using SwiftUI. It's a great way to enhance your skills and create high-quality widgets.

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island
Delivered Online On Demand
£82.99

Flutter & Dart Development for Building iOS and Android Apps - QLS Endorsed

By Kingston Open College

QLS Endorsed + CPD QS Accredited - Dual Certification | Instant Access | 24/7 Tutor Support | All-Inclusive Cost

Flutter & Dart Development for Building iOS and Android Apps - QLS Endorsed
Delivered Online On Demand
£105

Firebase and Cloud Firestore for Android

By Packt

Learn all about the brand new Firestore, a NoSQL document based technology

Firebase and Cloud Firestore for Android
Delivered Online On Demand
£37.99

Flutter & Dart Development for Building iOS and Android Apps

4.7(160)

By Janets

Register on the Flutter & Dart Development for Building iOS and Android Apps today and build the experience, skills and knowledge you need to enhance your professional development and work towards your dream job. Study this course through online learning and take the first steps towards a long-term career. The course consists of a number of easy to digest, in-depth modules, designed to provide you with a detailed, expert level of knowledge. Learn through a mixture of instructional video lessons and online study materials. Receive online tutor support as you study the course, to ensure you are supported every step of the way. Get an e-certificate as proof of your course completion. The Flutter & Dart Development for Building iOS and Android Apps is incredibly great value and allows you to study at your own pace. Access the course modules from any internet-enabled device, including computers, tablet, and smartphones. The course is designed to increase your employability and equip you with everything you need to be a success. Enrol on the now and start learning instantly! WHAT YOU GET WITH THE FLUTTER & DART DEVELOPMENT FOR BUILDING IOS AND ANDROID APPS * Receive a e-certificate upon successful completion of the course * Get taught by experienced, professional instructors * Study at a time and pace that suits your learning style * Get instant feedback on assessments  * 24/7 help and advice via email or live chat * Get full tutor support on weekdays (Monday to Friday) COURSE DESIGN The course is delivered through our online learning platform, accessible through any internet-connected device. There are no formal deadlines or teaching schedules, meaning you are free to study the course at your own pace. You are taught through a combination of * Video lessons * Online study materials CERTIFICATION Upon successful completion of the course, you will be able to obtain your course completion e-certificate free of cost. Print copy by post is also available at an additional cost of £9.99 and PDF Certificate at £4.99. WHO IS THIS COURSE FOR: The course is ideal for those who already work in this sector or are an aspiring professional. This course is designed to enhance your expertise and boost your CV. Learn key skills and gain a professional qualification to prove your newly-acquired knowledge. REQUIREMENTS: The online training is open to all students and has no formal entry requirements. To study the Flutter & Dart Development for Building iOS and Android Apps, all your need is a passion for learning, a good understanding of English, numeracy, and IT skills. You must also be over the age of 16.  COURSE CONTENT Section 01: Introduction Introduction 00:02:00 Setup On Windows 00:16:00 Setup On Linux 00:14:00 Setup On Mac iOS 00:14:00 Setup On Mac Android 00:12:00 App Base Code 00:03:00 Section 02: Widgets Text 00:04:00 Container 00:04:00 Row 00:05:00 Column 00:02:00 Stack 00:02:00 Image 00:06:00 Center 00:02:00 Padding 00:03:00 Align 00:02:00 Constrained Box 00:03:00 Baseline Class 00:03:00 Aspect Ratio 00:03:00 Sized Box 00:02:00 Transform 00:03:00 Section 03: Gestures Pointers 00:06:00 Tap 00:02:00 Double Tap 00:02:00 Long Press 00:03:00 Vertical Drag 00:04:00 Horizontal Drag 00:04:00 Pan 00:04:00 Section 04: Navigation Components Scaffold 00:06:00 App bar 00:05:00 Bottom Navigation Bar 00:08:00 TabBar View 00:07:00 Drawer 00:05:00 SliverApp Bar 00:07:00 Section 05: Input/Selection Components FlatButton 00:04:00 RaisedButton 00:03:00 DropdownButton 00:09:00 TextField 00:04:00 CheckBox 00:06:00 Radio Button 00:04:00 PopupMenuButton 00:07:00 IconButton 00:04:00 ButtonBar 00:03:00 Floating Action Button 00:04:00 Switch 00:04:00 Slider 00:05:00 Date Picker 00:05:00 Time Picker 00:07:00 SimpleDialog 00:08:00 AlertDialog 00:06:00 BottomSheet 00:06:00 Expansion Panel List and Expansion Panel 00:07:00 SnackBar 00:07:00 Cupertino Setup 00:02:00 Cupertino Action Sheet 00:06:00 Cupertino Activity Indicator 00:01:00 Cupertino Alert Dialog 00:04:00 Cupertino Button 00:03:00 CupertinoPageScaffold 00:04:00 CupertinoPicker 00:04:00 CupertinoPopupSurface 00:04:00 CupertinoSegmentedControl 00:04:00 CupertinoSlider 00:04:00 CupertinoSwitch 00:03:00 CupertinoNavigationBar 00:04:00 CupertinoTabBar 00:05:00 CupertinoTabScaffold 00:04:00 CupertinoTextField 00:04:00 Section 06: Information Displays Icons 00:04:00 Chip 00:03:00 Tooltip 00:02:00 DataTable 00:09:00 Card 00:06:00 Linear Progress Indicator 00:03:00 Circular Progress Indicator 00:04:00 Section 07: Layout GridView 00:03:00 ListView & ListTile 00:04:00 Stepper & Step 00:07:00 Divider & divideTiles 00:05:00 Aligning Widgets 00:03:00 Sizing Widgets 00:03:00 Nesting Rows and Columns 00:03:00 Add, Update and Delete Widgets 00:06:00 Section 08: Navigation & Routing Navigate To A New Screen and Back 00:06:00 Multiple Files For Each Screen 00:03:00 Send Data To A New Screen 00:05:00 Return Data From A Screen 00:05:00 Navigate With Named Routes 00:03:00 Animating A Widget Across Screens 00:02:00 Stateless vs Stateful Widgets 00:08:00 Section 09: Animation Tween Animation 00:07:00 Staggered Animation 00:04:00 Reverse and Stop Animations 00:02:00 Section 10: Platform Specific Code Call Android Java Code 00:08:00 Send Parameters To Android Java Code 00:07:00 Call Android Kotlin Code 00:08:00 Send Parameters To Android Kotlin Code 00:05:00 Call iOS Objective-C Code 00:10:00 Send Parameters To iOS Objective-C Code 00:05:00 Call iOS Swift Code 00:08:00 Send Parameters To iOS Swift Code 00:05:00 Section 11: Building & Releasing Remove Debug Badge 00:01:00 Build & Release For Android 00:04:00 Build & Release For iOS 00:06:00 Section 12: Networking Fetch Data From The Internet 00:13:00 Making authenticated requests using HTTP Headers 00:03:00 Parsing JSON In The Background 00:17:00 Working With WebSockets 00:10:00 Section 13: Data Persistence Reading & Writing Files On The Server Using SQL Injection Vulnerability 00:06:00 Storing Key-Value Data On Disk 00:03:00 Data Persistence Using SQLite 00:04:00 Section 14: Creating An App Calculator Part 1 - TabBar Creation 00:12:00 Calculator Part 2 - Implementing The Tabs 00:05:00 Calculator Part 3 - Tab Persistence 00:03:00 Changing Android App Icon 00:05:00 Changing iOS App Icon 00:01:00 Change App Display Name 00:05:00

Flutter & Dart Development for Building iOS and Android Apps
Delivered Online On Demand
£25