* Cantinho Satkeys

Refresh History
  • j.s.: try65hytr a todos  4tj97u<z
    30 de Outubro de 2024, 21:00
  • JPratas: dgtgtr Pessoal  4tj97u<z k7y8j0
    28 de Outubro de 2024, 17:35
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  k8h9m
    27 de Outubro de 2024, 11:21
  • j.s.: bom fim de semana   49E09B4F 49E09B4F
    26 de Outubro de 2024, 17:06
  • j.s.: dgtgtr a todos  4tj97u<z
    26 de Outubro de 2024, 17:06
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana
    26 de Outubro de 2024, 11:49
  • JPratas: try65hytr Pessoal  101yd91 k7y8j0
    25 de Outubro de 2024, 03:53
  • JPratas: dgtgtr A Todos  4tj97u<z 2dgh8i k7y8j0
    23 de Outubro de 2024, 16:31
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    23 de Outubro de 2024, 10:59
  • j.s.: dgtgtr a todos  4tj97u<z
    22 de Outubro de 2024, 18:16
  • j.s.: dgtgtr a todos  4tj97u<z
    20 de Outubro de 2024, 15:04
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  101041
    20 de Outubro de 2024, 11:37
  • axlpoa: hi
    19 de Outubro de 2024, 22:24
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana  4tj97u<z
    19 de Outubro de 2024, 11:31
  • j.s.: ghyt74 a todos  4tj97u<z
    18 de Outubro de 2024, 09:33
  • JPratas: try65hytr Pessoal  4tj97u<z classic k7y8j0
    18 de Outubro de 2024, 03:28
  • schmeagle: iheartradio
    17 de Outubro de 2024, 22:58
  • j.s.: dgtgtr a todos  4tj97u<z
    17 de Outubro de 2024, 18:09
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    17 de Outubro de 2024, 09:09
  • JPratas: try65hytr A Todos  4tj97u<z classic k7y8j0
    16 de Outubro de 2024, 01:41

Autor Tópico: QuickChat 2.0 (WhatsApp like chat) iOS10 and Swift 3  (Lida 257 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Online mitsumi

  • Moderador Global
  • ***
  • Mensagens: 115290
  • Karma: +0/-0
QuickChat 2.0 (WhatsApp like chat) iOS10 and Swift 3
« em: 08 de Julho de 2019, 11:35 »

QuickChat 2.0 (WhatsApp like chat) iOS10 and Swift 3
.MP4 | Video: 1280x720, 30 fps(r) | Audio: AAC, 48000 Hz, 2ch | 4.86 GB
Duration: 25 hours | Genre: eLearning Video | Language: English
Whatsapp, quick chat, ios chat, swift, real time chat, ios push notifications, ios call, sinch, firebase database.

What you'll learn

    Latest iOS and Swift 3
    App to app calling like whatsapp
    End to end Encryption
    Photo, Video, Audio, Location messages
    Learn to use Firebase backend
    Dealing with JSON files
    Learn how to send Push notifications
    Learn Backendless backend service provider
    Login with Social media account like Facebook
    Integrate 3rd party code to your Applications
    Bug fixing
    Saving files on server and retrieving them
    Saving files on device and retrieving them
    Offline application functionality
    User Location management and MapKit
    Use the camera and photo library to take and store pictures/videos
    At the end of this course you will have a real world application ready to post it to Appstore with full functionality as you would expect from real application
    More than 140 lectures taking you step by step from beginning to the end where we will have cool chat application!

Requirements

    You need to know how your way around in xCode
    The course is designed for people with some knowledge in iOS programming with Swift
    If you havent done any iOS development before, I advise you to take some beginner courses

Description

If you are looking to learn how to build real world application, you have come to the right place.

This course is different from other Udemy course. I dont teach you to build 10 useless apps in 2 hours, If you are after quantity and not quality, this course is not for you.

This course is 27+ hours long in debt (every single step is covered) on how to build only 1 app. and that is a copy of Whatsapp Chat. After you finish this course you will have an app that can replace your messaging app and can be uploaded to App Store.

THIS IS NOT A BEGINNER LEVEL COURSE!

If you dont know your way around in xCode, how to make simple debuging, or this is your first tutorial, I strongly suggest you to take a beginner level course first before you take this course.

The QuickChat was updated to 2.01 version to work without backendless.

New update includes:

    Firebase user authentication
    Firebase file saving for (audio and video messages) also we save them locally on the device as usual
    Loading bar for uploading audio/video messages
    User can update his Avatar now
    Push notification with OneSignal (which support emoji in notification as well)
    Call screen has now speaker and mute buttons and avatar image of the user we call.
    Redesign of the avatar image, we dont upload the image and save url now, we save the image on the User object. This makes the avatar available right away and no need to download.
    New typing indicator so you can see now when other user is typing message to you.
    Avatar icon clicking in ChatView will open Profile view of that user.
    Group message Avatar was added to the groups
    etc.

Overall the app became much faster, more responsive and easier to use. Offline functionality has improved as well. Push notifications work much better now.

This is not just update to existing QuickChat, QuickChat 2.0 its standalone course that has all the content of QuickChat and plus the extra functions, and its written in latest Swift 3 language. More than 20 hours of HD video material that will teach you have to build whatsapp clone, fully functional chat application with end to end encryption and call function.

This is not a beginner level course, you need to have programming experience in xCode and iOS programming in general.

This course will teach you how to building step-by-step a WhatsApp clone using latest Swift, xCode, Firebase and Backendless backend service.

We will be using Firebase as backend for our chat and Backendless for user login management, Push Service and File Storage.

Integrate App to App calling

The cool thing about Firebase is that its a real time backend, what does this mean? We dont have to constantly query for new messages, Firebase will push each new message to us automatically with no additional code required. This is very efficient on code writing and on network usage.

The application will work online and offline, Firebase will keep local datastore and will sync with online datastore ones the device gets internet connection.

We will use Facebook Login as well as user registration on Backendless.

The course will teach you how to integrate 3rd party libraries to your project, how to combine the Objective-C and Swift libraries.

I will teach you how to send and receive Push notifications to keep your users notified when they receive messages.

The application is build in a way that its very easy to modify to integrate to other applications as well, also you can continue building the app to a stage that you can post it to appstore as ready fully functional chat application.

Who this course is for:

    iOS developers who want to learn more about backend providers, how to integrate 3rd party code to your project. Integrate new functionalities to your existing projects and many more cool staff!
    This is not beginner level course, if you havent done any programming on iOS, I would highly recommend taking a beginner course before you attend this class
             

               

Download link:
Só visivel para registados e com resposta ao tópico.

Only visible to registered and with a reply to the topic.

Links are Interchangeable - No Password - Single Extraction