GET UNLIMITED DOWNLOADS
Join Telegram
DMCA -Urgent Content Remove
PSDLY.COM
  • Photoshop
    • Mockups
      • Logo Mockups
      • T Shirt Mockups
      • Business Card
      • Branding Mockups
      • Stationery Mockups
      • Flyer/Poster Mockups
      • Bill-Board Mockups
      • Product Mockups
      • Brochure Mockups
      • Device Mockup
    • Lightroom Preset
    • Photoshop Actions
    • Brushes & Gradient
    • Patterns
    • Objects
    • Textures
    • Templates
    • Magazine
  • Videohive
    • After Effect
      • Broadcast Packages
      • Elements
      • Infographics
      • Logo Stings
      • Titles
      • Openers
      • Product Promo
    • Premiere Pro
    • DaVinci Resolve
    • Footage
    • Apple Motion
    • VIP Templates
  • Fonts
  • Luts
  • Sounds
    • VSTAudio
    • Loops
    • Sound Effect
    • Sound FX
    • Refills
  • Courses
    • After Effects Tutorials
    • WSO Tutorials
    • 3D Tutorials
    • Drawing & Painting
    • Film & Media
    • Flash Tutorials
    • Music Learning
    • Photoshop Tutorials
    • Photography
    • Programming
    • Sound & Production
    • Game Devolopment
    • Ai Courses
    • Web Design Tuts
    • Other Tutorials
  • 3D Models
    • 3ds Max
    • Maya
    • Daz 3D poser
    • Game Assets
    • Cinema 4D
  • Plug-ins
    • AE Plugin
    • Photoshop
    • Illustrator
    • Cinema 4D
    • 3D Max
No Result
View All Result
PSDLY.COM
  • Photoshop
    • Mockups
      • Logo Mockups
      • T Shirt Mockups
      • Business Card
      • Branding Mockups
      • Stationery Mockups
      • Flyer/Poster Mockups
      • Bill-Board Mockups
      • Product Mockups
      • Brochure Mockups
      • Device Mockup
    • Lightroom Preset
    • Photoshop Actions
    • Brushes & Gradient
    • Patterns
    • Objects
    • Textures
    • Templates
    • Magazine
  • Videohive
    • After Effect
      • Broadcast Packages
      • Elements
      • Infographics
      • Logo Stings
      • Titles
      • Openers
      • Product Promo
    • Premiere Pro
    • DaVinci Resolve
    • Footage
    • Apple Motion
    • VIP Templates
  • Fonts
  • Luts
  • Sounds
    • VSTAudio
    • Loops
    • Sound Effect
    • Sound FX
    • Refills
  • Courses
    • After Effects Tutorials
    • WSO Tutorials
    • 3D Tutorials
    • Drawing & Painting
    • Film & Media
    • Flash Tutorials
    • Music Learning
    • Photoshop Tutorials
    • Photography
    • Programming
    • Sound & Production
    • Game Devolopment
    • Ai Courses
    • Web Design Tuts
    • Other Tutorials
  • 3D Models
    • 3ds Max
    • Maya
    • Daz 3D poser
    • Game Assets
    • Cinema 4D
  • Plug-ins
    • AE Plugin
    • Photoshop
    • Illustrator
    • Cinema 4D
    • 3D Max
No Result
View All Result
PSDLY.COM
No Result
View All Result
Home Programming

Android Development with Kotlin (2023)

December 25, 2023
in Programming, Free Course, Tutorials
Android Development with Kotlin (2023)

Android Development with Kotlin (2023)

Download Android Development with Kotlin (2023). Are you looking for this valuable stuff to download? If so then you are in the correct place. On our website, we share resources for, Graphics designers, Motion designers, Game developers, cinematographers, Forex Traders, Programmers, Web developers, 3D artists, photographers, Music Producers and etc.

With one single click, On our website, you will find many premium assets like All kinds of Courses, Photoshop Stuff, Lightroom Preset, Photoshop Actions, Brushes & Gradient, Videohive After Effect Templates, Fonts, Luts, Sounds, 3D models, Plugins, and much more. Psdly.com is a free graphics and all kinds of courses content provider website that helps beginner grow their careers as well as freelancers, Motion designers, cinematographers, Forex Traders, photographers, who can’t afford high-cost courses, and other resources.

File Name:Android Development with Kotlin (2023)
Content Source:https://www.udemy.com/course/android-development-with-kotlin/
Genre / Category:Programming
File Size :2.8 GB
Publisher:udemy
Updated and Published:December 25, 2023
Product Details

Unlock the full potential of Android app development with our immersive course, ‘Android Development with Kotlin.’ Tailored for both beginners and intermediate developers, this Course is a comprehensive exploration of the Kotlin programming language within the dynamic landscape of Android development.
Dive into the foundations of Kotlin, mastering variables, control flow, and functions. Navigate Android Studio with ease, building a strong understanding of UI design principles, layouts, and themes. Delve into advanced topics such as object-oriented programming, database handling, networking, and API integration.

Course Structure

  • Installation and Setup
    • Install IntelliJ IDEA – Windows PC
    • Install Android Studio – Windows PC
    • Install IntelliJ IDEA – MAC
    • Install Android IntelliJ – Linux Ubuntu
    • Installing Android Studio – Linux Ubuntu
    • How to Import Kotlin Code/Resources into IntelliJ
    • Kotlin Source Code – GitHub
    • IntelliJ Updates
    • Update to Kotlin 1.2
  • Kotlin Basics
    • Kotlin – How to Make Comments in Your Code
    • Kotlin Variable type Int
    • Kotlin – Variable type – Double
    • Kotlin Variable type Boolean
    • Kotlin – Variable type – Float
    • Kotlin Char Variable Types
    • Kotlin – Difference between Var and Val Keywords
    • Kotlin – How to Read Input with readLine Method – App – Store Conversation
    • Kotlin – Subtraction
    • Kotlin – Multiplying Numbers
    • Kotlin – Division
    • Kotlin – Remainder
    • Incrementing and Decrementing
    • How to Convert Between Data Types
  • Conditional Statements and Loops
    • Conditional operators (<,>, ==, !=, <=, >=)
    • If-else Statements and Conditional operators
    • Logical Operators (AND, OR, NOT)
    • When Expression
    • For Loop
    • While Loop
    • Do while Loop
    • App – How Many Siblings?
    • Functions With Parameters
    • Functions Return Types
    • Functions – No return Type, No parameters
    • Variable Scope
  • Object-Oriented Programming in Kotlin
    • Introduction to Object-Oriented Programming – OOP – What’s a Class?
    • Let’s Create our First Class
    • Setters and Getters
    • Inheritance – Introduction
    • Inheritance
    • Overloading Constructors
    • Controlling Access to fields (Instance Variables – Properties)
    • Kotlin – Class Extension
    • Nested Classes
    • Inner Classes
    • Overloading Operators + Challenge
    • Interface Classes
    • Abstract Classes
    • Generic Classes
    • Enums in Kotlin
  • Arrays and File Handling
    • What’s an Array – Creating Arrays in Kotlin
    • Create Arrays and Iterate Through
    • Arrays – Part 2
    • Array Lists
    • Hashmaps
    • MapOf, Arrayof, MutableList
    • Writing to Files (Text Files)
    • Writing to File with User Input and Appending Characters
    • Reading from Text Files
    • App – Writing a Reader-Write App
  • Android Studio Basics
    • Installing the Android Studio and Setup Kotlin and Run First App
    • Android Studio Quick Tour
    • Android Studio Tour – File Structure, Manifest, Strings
    • App – What’s My Name
    • TextViews, EditText, and Buttons – Enter Name and Show name
    • Enter Name and Show – Final
    • String.xml, Manifest and Android Studio File
  • User Interface Design
    • Android Toast and Context Class
    • App – How Much Do You Weigh on Different Planets?
    • Adding Images to Our Apps – Why we Use Kotlin Extensions Plugin, ImageViews, ImageFilter
    • Adding Images to Our Apps – App – App – Random Background Colors
    • Layouts – LinearLayout
    • Styles and Themes in Android
  • Activity and Fragment Lifecycle
    • Context in Android and Toast Class
    • What’s an Activity?
    • Activity lifecycle
    • Navigating from One Activity to Another
    • Passing Data between Activities
    • Passing data back to the first Activity
    • App – Animals Bio
    • Introduction to Listviews – Demo
    • How do Listviews Work? – Adapters and Listviews
    • RecyclerView and it’s working
    • Adding Event Listeners to Each Row
  • Data Persistence in Android
    • Introduction to Databases in Android – Kotlin – SQLite
    • App – Chores – Demo
    • App – Chores – User Interface
    • App – Chores – Database handler Class
    • App – Chores – Add and Retrieve a Chore
    • App – Chores – Finalize CRUD Functions
    • App – Chores – Saving User Input to Database
    • App – Chores – Custom Listrow – User Interface
    • App – Chores – Recycler Adapter
    • App – Chores – Showing Chores on Recycler Adapter
    • App – Chores – Adding Toolbar Add Button
    • App – Chores – Create Custom Popup
    • App – Chores – Saving Chore From Popup
    • App – Chores – Deleting Chore
    • App – Chores – Final Touches
  • Networking and API Integration
    • Introduction to HTTP Request and JSON and Networking in Android
    • What’s an Android Library?
    • Volley String Request
    • Volley JSON ArrayRequest
    • Volley JSON ObjectRequest
    • App – Recipe Finder – Demo
    • App – Recipe Finder – User Interface
    • App – Recipe Finder – RecyclerAdapter
    • App – Recipe Finder – Parsing Recipes
    • App – Recipe Finder – Show Recipes on RecyclerView
  • Firebase Integration
    • Firebase – Introduction to Cloud-Based Services – Setup
    • Firebase – Read Values from the Firebase Database
    • Firebase – Save Objects and Use Push
    • Firebase – Login User With Email and Password
    • Firebase – Create Account
    • WhatsApp Clone Chat App – Demo
    • WhatsApp Clone Chat App – Setup UI
    • WhatsApp Clone Chat App – Login
    • WhatsApp Clone Chat App – Create Account UI
    • WhatsApp Clone Chat App – Login Users Code
    • WhatsApp Clone Chat App – Check User – Login
    • WhatsApp Clone Chat App – TabLayout ViewPager
    • WhatsApp Clone Chat App – Settings Screen Setup
    • WhatsApp Clone Chat App – Settings Activity
    • WhatsApp Clone Chat App – Status Activity
    • WhatsApp Clone Chat App – Settings Get Image
    • WhatsApp Clone Chat App – Save Images to Firebase
    • WhatsApp Clone Chat App – Showing all Users
    • WhatsApp Clone Chat App – Chat Activity
    • WhatsApp Clone Chat App – Setup Chat Activity
    • WhatsApp Clone Chat App – Sending and Showing Chats
    • WhatsApp Clone Chat App – Final Product
  • Creating Apps
    • Developer Portfolio App – Demo
    • Theme and Colors – Branding
    • User Interface Setup
    • UI and TabLayout
    • Finalizing User Interface and Creating Fragments
    • Setup PagerAdapter Class
    • Wiring it all Up
    • Final Touches and Product
    • App Demo
    • Intro to Motivational App
    • User Interface Setup
    • Volley Library Setup and App Controller
    • Fetching Data from the Remote API
    • Setup Data Classes
    • Setup Fragments and Viewpager Class
    • Fix Previous Error!
    • Final Product – Motivational App

Advanced Topics

  • Introduction to Drawing on Screen
  • Drawing Circles
  • Drawing Images – Bitmaps
  • Custom TextViews
  • Intro to Breathe App
  • User Interface Setup
  • Setup Animation Library
  • Setup Shared Preferences – Saving data on Device
  • Finalizing the App
  • Final Product – Breathe App
AVvXsEircgimJYHDcamzBIYIAvxOruVrpRtEZECHb2ympiRPFnxoZ1IyFYvXjm2S1mcMUxY4gB1UVIQpnJjwnjQghl964Pq0xtBpAcq7QAZABhB h 2ECNMtvhdf1RhmehR NUsg3XZOQ Fe5NdlDP1LqaGOK9uy8kN UEK7VkQt7DUYeM2jnO1FojTQoYZho4L=s16000

DOWNLOAD LINK: Android Development with Kotlin (2023)

DOWNLOAD NOW

FILEAXA.COM – is our main file storage service. We host all files there. You can join the FILEAXA.COM premium service to access our all files without any limation and fast download speed.

Subscribe Our Telegram Channel
Tags: free courseprogrammingTutorials

More Download

Character Animation in Unreal Engine 5 and UEFN
3D Tutorials

Udemy – Character Animation in Unreal Engine 5 and UEFN

...

Social Media Content Creation: Canva Beginner to Advanced
Film & Media

Udemy – Social Media Content Creation: Canva Beginner to Advanced

...

Vibing with Base44 to Jetpack Compose: Android Development
Programming

Udemy – Vibing with Base44 to Jetpack Compose: Android Development

...

Master SketchUp, V-Ray and LayOut - Complete Architecture
3D Tutorials

Udemy – Master SketchUp, V-Ray and LayOut – Complete Architecture

...

Load More

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *


Creative Search

No Result
View All Result

About us.

You Can Download Free Thousands of Premium Quality Graphics Resource Mockups, Videohive, Templates, Fonts, Course, Add-Ons, Web Theme for Personal use

Follow us

Free GFX Pack

  • Free Mockups
  • Free Logo Mockups
  • Free T-Shirt Mockups
  • Free Product Mockups

Free VFX Pack

  • Free Footage
  • Free Premiere Pro
  • After Effect Template
  • Free Videohive Download

Free Add-Ons

  • Brushes And Gradient
  • Free Lightroom Preset
  • Free Photoshop Actions

Free Web Pack

  • Free Wp Theme
  • Free Wp Plugin
  • Free HTML Theme
  • Free Blogger Template
  • Home
  • Donate
  • About us
  • Contact
  • DMCA – Content Removal

© 2019 - 2025 Psdly.com. All rights reserved.

No Result
View All Result
  • Photoshop
    • Mockups
      • Logo Mockups
      • T Shirt Mockups
      • Business Card
      • Branding Mockups
      • Stationery Mockups
      • Flyer/Poster Mockups
      • Bill-Board Mockups
      • Product Mockups
      • Brochure Mockups
      • Device Mockup
    • Lightroom Preset
    • Photoshop Actions
    • Brushes & Gradient
    • Patterns
    • Objects
    • Textures
    • Templates
    • Magazine
  • Videohive
    • After Effect
      • Broadcast Packages
      • Elements
      • Infographics
      • Logo Stings
      • Titles
      • Openers
      • Product Promo
    • Premiere Pro
    • DaVinci Resolve
    • Footage
    • Apple Motion
    • VIP Templates
  • Fonts
  • Luts
  • Sounds
    • VSTAudio
    • Loops
    • Sound Effect
    • Sound FX
    • Refills
  • Courses
    • After Effects Tutorials
    • WSO Tutorials
    • 3D Tutorials
    • Drawing & Painting
    • Film & Media
    • Flash Tutorials
    • Music Learning
    • Photoshop Tutorials
    • Photography
    • Programming
    • Sound & Production
    • Game Devolopment
    • Ai Courses
    • Web Design Tuts
    • Other Tutorials
  • 3D Models
    • 3ds Max
    • Maya
    • Daz 3D poser
    • Game Assets
    • Cinema 4D
  • Plug-ins
    • AE Plugin
    • Photoshop
    • Illustrator
    • Cinema 4D
    • 3D Max