Samiyal Massy
Samiyal Massy
  • 31
  • 3 284
Creating Beautiful Cards in Jetpack Compose: Step-by-Step Guide
🌟 In this video, we dive into Jetpack Compose and explore how to create stunning cards for your Android apps! Whether you're a beginner or looking to enhance your UI skills, this step-by-step guide will walk you through the process of implementing a customizable card with text, images, and more.
👉 What You'll Learn:
Basics of Jetpack Compose
How to create a Card with images and text
Customization options for styling and layout
Tips for optimizing your UI design
🔗 Code Snippet Included: Check the pinned comment for the complete code example!
🛠️ Tools Used:
Jetpack Compose
Android Studio
📅 Don't forget to subscribe for more tutorials on Android development, UI design, and Jetpack Compose tips!
#JetpackCompose #AndroidDevelopment #UIDesign #AndroidStudio #MobileDevelopment"
มุมมอง: 36

วีดีโอ

How to Integrate ZEGOCLOUD Chat SDK in Flutter | Step-by-Step Tutorial
มุมมอง 6112 ชั่วโมงที่ผ่านมา
· Get UIKits for 10,000 free mins: bit.ly/4dMdd8l · Take Advantage of ZEGOCLOUD: bit.ly/3NlJTuY · How to Build an Android chat App: bit.ly/3ZUTQXH In this video, I'll show you how to easily integrate the ZEGOCLOUD Chat SDK into your Flutter app. With ZEGOCLOUD, you can add real-time chat functionality to your app in just a few steps. Follow along as we set up the SDK, configure it with your app...
Jetpack Compose TextField and Button Tutorial | Simple Input Form in Android Studio
มุมมอง 6812 ชั่วโมงที่ผ่านมา
In this video, you'll learn how to create a simple input form with a TextField and a Button using Jetpack Compose in Android Studio. We'll guide you step by step on building a user interface where users can input text and display a personalized greeting upon pressing the button. Perfect for beginners in Jetpack Compose and Android app development, this tutorial demonstrates how to handle state ...
Master Kotlin Inline Functions: Boost Performance with Inline, Noinline & Crossinline Explained!
มุมมอง 38วันที่ผ่านมา
In this video, we'll dive deep into Kotlin's inline functions and explore how they can optimize your code. Learn how to use inline, noinline, and crossinline to improve performance, especially when working with higher-order functions. By the end of this tutorial, you'll understand when and why to use these powerful keywords to write more efficient Kotlin code. 🔹 What is an inline function? 🔹 Ho...
Implement Video Call in Flutter with ZEGOCLOUD Video Call SDK | Free 10,000 Mins
มุมมอง 16021 วันที่ผ่านมา
· Get 10000 free mins with UIKits: bit.ly/47MS5NZ · Learn more about ZEGOCLOUD: bit.ly/3MZdxWu · How to build an Android video call App: bit.ly/3Boei95 In this video, I will guide you through the process of implementing video calls in Flutter using the ZEGOCLOUD Video Call SDK. You'll learn how to integrate the video call API, set up video chat features, and create a seamless video calling expe...
Master Dependency Injection in Android Kotlin with Hilt | Complete Guide & Annotations
มุมมอง 7721 วันที่ผ่านมา
In this video, you'll learn everything you need to know about Dependency Injection (DI) in Android using the Hilt library. We'll cover the advantages of using Hilt in Kotlin projects and explore essential annotations like @Inject, @Module, @Provides, @Singleton, and more. By the end of this tutorial, you'll have a clear understanding of how Hilt simplifies DI in Android apps, improves testabili...
Master Kotlin in 30 Minutes | Learn Kotlin Programming Fast!(Hindi)
มุมมอง 633 หลายเดือนก่อน
Welcome to my channel! In this video, I'll guide you through the essentials of Kotlin programming in just 30 minutes. Whether you're new to Kotlin or looking to brush up on your skills, this crash course is designed to get you up and running quickly. We'll cover key concepts like variables, functions, control flow, classes, and more, all in a beginner-friendly format. By the end of this tutoria...
How to Implement RecyclerView in Android: A Step-by-Step Guide Part 11(Hindi)
มุมมอง 493 หลายเดือนก่อน
Welcome to our Android development tutorial! In this video, we'll walk you through the process of implementing RecyclerView in an Android app. RecyclerView is a powerful and flexible widget for displaying large sets of data efficiently, and it's a must-know for modern Android development. In this tutorial, you will learn: What RecyclerView is and its key features. How to set up a RecyclerView i...
Capture and Display Images in Your Android App | Android Development Tutorial (Part 10)(Hindi)
มุมมอง 753 หลายเดือนก่อน
In this video, we dive into capturing images using the camera and displaying them directly in an ImageView in your Android app. This step-by-step tutorial will guide you through handling camera intents, requesting necessary permissions, and working with Bitmaps to enhance your app's functionality. 📸 Topics Covered: Requesting camera permissions Launching the camera intent Handling the captured ...
Android Tutorial Series Part 9: Mastering SharedPreferences in Android | Save Data Efficiently"
มุมมอง 863 หลายเดือนก่อน
Welcome to Part 9 of our Android Tutorial Series! In this video, we'll dive deep into SharedPreferences in Android. Learn how to efficiently save and retrieve small amounts of data to provide a seamless user experience. We'll cover: What is SharedPreferences? Creating and accessing SharedPreferences Storing and retrieving different data types Best practices for using SharedPreferences Whether y...
Android Development Tutorial Part 8: Mastering SQLite Databases(HINDI)
มุมมอง 473 หลายเดือนก่อน
Welcome to Part 8 of our Android Development Tutorial series! In this video, we'll dive deep into working with SQLite databases in Android. You'll learn how to create, read, update, and delete data in your Android apps using SQLite. We’ll cover the basics of database setup, table creation, and executing SQL queries. Whether you’re building a simple app or a complex project, understanding SQLite...
Android Layouts Explained | Basics of Layout Design (Part 7) | Hindi Tutorial
มุมมอง 483 หลายเดือนก่อน
Hello friends! In this video, we will explore different types of layouts in Android development and the basics of layout design. This is Part 7 of our series, where we will explain Linear Layout, Relative Layout, Constraint Layout, and Frame Layout in detail. If you are new to Android development or looking to enhance your skills, be sure to watch this series. Don't forget to like the video, sh...
Android App Development Tutorial #6: Creating Your Own GET API for Mobile Apps(HINDI)
มุมมอง 503 หลายเดือนก่อน
"Welcome to the 6th episode of our Android App Development Tutorial Series! In this video, we dive into creating your own GET API, which is essential for fetching data from a server to your mobile app. Learn how to set up a server, write the API endpoint, and integrate it with your Android application. 🔹 Topics Covered: Setting up a server for API Writing a GET API endpoint Connecting the API t...
MVVM Get API Call in Kotlin - Part 4 | Retrofit, Coroutines, LiveData (Hindi)
มุมมอง 574 หลายเดือนก่อน
In this video, we continue our Kotlin MVVM series by implementing a GET API call using Retrofit and Coroutines. We'll walk through setting up the Retrofit service, creating data models, and handling the API response with LiveData. By the end of this tutorial, you'll have a solid understanding of making network requests in an MVVM architecture. Make sure to check out the previous parts for a com...
Android Studio Project File Structure Explained (Hindi ) Part 4
มุมมอง 364 หลายเดือนก่อน
Android Studio Project File Structure Explained (Hindi ) Part 4
Ultimate Guide to Android WebView: Seamless Integration & Best Practices: Part 3
มุมมอง 474 หลายเดือนก่อน
Ultimate Guide to Android WebView: Seamless Integration & Best Practices: Part 3
Mastering Android Intents Part 2: The Ultimate Guide for Beginners
มุมมอง 984 หลายเดือนก่อน
Mastering Android Intents Part 2: The Ultimate Guide for Beginners
Learn App Development Part 1 | Beginner's Guide to Mobile App Development
มุมมอง 804 หลายเดือนก่อน
Learn App Development Part 1 | Beginner's Guide to Mobile App Development
Dive into Dart Mastering the Basics on DartPad 🚀 Learn Dart Programming Tutorial
มุมมอง 256 หลายเดือนก่อน
Dive into Dart Mastering the Basics on DartPad 🚀 Learn Dart Programming Tutorial
Spring Boot Maven Web Application: Build Your First Java Web App
มุมมอง 386 หลายเดือนก่อน
Spring Boot Maven Web Application: Build Your First Java Web App
Transform Text into Stunning Images with Canva AI Generator Easy Tutorial
มุมมอง 68ปีที่แล้ว
Transform Text into Stunning Images with Canva AI Generator Easy Tutorial
Codecanyon Script Setup and Configuration Guide for Non-Coders
มุมมอง 82ปีที่แล้ว
Codecanyon Script Setup and Configuration Guide for Non-Coders
Efficient Data Persistence with Shared Preferences in Flutter: Simplifying Settings Storage
มุมมอง 65ปีที่แล้ว
Efficient Data Persistence with Shared Preferences in Flutter: Simplifying Settings Storage
Mastering Flutter: Get Package for State Management and Beyond
มุมมอง 85ปีที่แล้ว
Mastering Flutter: Get Package for State Management and Beyond
Supercharge Your Flutter App Notifications with awesome_notifications
มุมมอง 936ปีที่แล้ว
Supercharge Your Flutter App Notifications with awesome_notifications
Mastering Flutter Navigators: Complete Guide and Best Practices
มุมมอง 89ปีที่แล้ว
Mastering Flutter Navigators: Complete Guide and Best Practices
Mastering Rich Text in Flutter: A Comprehensive Guide
มุมมอง 94ปีที่แล้ว
Mastering Rich Text in Flutter: A Comprehensive Guide
Mastering Flutter Toasts: Ultimate Guide for Stunning App Notifications
มุมมอง 116ปีที่แล้ว
Mastering Flutter Toasts: Ultimate Guide for Stunning App Notifications
Flutter Carousel Slider Tutorial: Create Stunning Image Carousels with carousel_slider 4.2.1
มุมมอง 474ปีที่แล้ว
Flutter Carousel Slider Tutorial: Create Stunning Image Carousels with carousel_slider 4.2.1

ความคิดเห็น

  • @manoshtarua2090
    @manoshtarua2090 ชั่วโมงที่ผ่านมา

    I need a video .How to admove implement in Android development project ,new version in Android studio.❤

  • @sssssdssdd04
    @sssssdssdd04 12 ชั่วโมงที่ผ่านมา

    First to watch ,

  • @NeerajSingh-lq3js
    @NeerajSingh-lq3js 5 วันที่ผ่านมา

    awesome & easy 👍

    • @SamiyalMassy
      @SamiyalMassy 4 วันที่ผ่านมา

      Thanks a lot 😊

  • @SamiyalMassy
    @SamiyalMassy 5 วันที่ผ่านมา

    · Get UIKits for 10,000 free mins: bit.ly/4dMdd8l · Take Advantage of ZEGOCLOUD: bit.ly/3NlJTuY · How to Build an Android chat App: bit.ly/3ZUTQXH

  • @Vipin-w7p
    @Vipin-w7p 11 วันที่ผ่านมา

    Great Explanation 🎉😊

  • @sssssdssdd04
    @sssssdssdd04 15 วันที่ผ่านมา

    Thanks it is easier as compared to agora

  • @NeerajSingh-lq3js
    @NeerajSingh-lq3js 22 วันที่ผ่านมา

    is it free?

  • @adityapurohit3292
    @adityapurohit3292 25 วันที่ผ่านมา

    Multiple Users Kaise Add Kare?

  • @mobiledevelopers6221
    @mobiledevelopers6221 25 วันที่ผ่านมา

    Great Tutorial , Please Make A Video On Streaming Like TH-cam If Possible 🙏

  • @SamiyalMassy
    @SamiyalMassy 25 วันที่ผ่านมา

    Check Out Below · Get 10000 free mins with UIKits: bit.ly/47MS5NZ · Learn more about ZEGOCLOUD: bit.ly/3MZdxWu · How to build an Android video call App: bit.ly/3Boei95

  • @goravkatoch8367
    @goravkatoch8367 25 วันที่ผ่านมา

    Nicely explained 😅

  • @oliv-h5x
    @oliv-h5x 27 วันที่ผ่านมา

    This Tutorial is Very Informative

  • @Vipin-w7p
    @Vipin-w7p 3 หลายเดือนก่อน

    Great tutorial , i want to know what are selaed classes in kotlin

  • @poonammassy-xp9mk
    @poonammassy-xp9mk 3 หลายเดือนก่อน

    Good job 👍

  • @_Hacker.Termux
    @_Hacker.Termux 3 หลายเดือนก่อน

    Bhabhi mujhe ek help chahiye thi ..aap ka insta I'd do

    • @SamiyalMassy
      @SamiyalMassy 3 หลายเดือนก่อน

      Keep watching our videos and subscribe our channel

  • @PrinceKumar-ub6te
    @PrinceKumar-ub6te 3 หลายเดือนก่อน

    Thanku bhaiya

  • @PrinceKumar-ub6te
    @PrinceKumar-ub6te 3 หลายเดือนก่อน

    Bhaiya apka contact number mil sakta hai kya ..??🙂🙂

  • @PrinceKumar-ub6te
    @PrinceKumar-ub6te 4 หลายเดือนก่อน

    Thank you

    • @SamiyalMassy
      @SamiyalMassy 3 หลายเดือนก่อน

      You're welcome

  • @PrinceKumar-ub6te
    @PrinceKumar-ub6te 4 หลายเดือนก่อน

    Thanks 😊

  • @PrinceKumar-ub6te
    @PrinceKumar-ub6te 4 หลายเดือนก่อน

    Bhaiya khud ka api kaise Banta Hai Iska tutorial Lao agar hoo sake to ❤️

    • @SamiyalMassy
      @SamiyalMassy 4 หลายเดือนก่อน

      okay Zrur Ayega

  • @PrinceKumar-ub6te
    @PrinceKumar-ub6te 4 หลายเดือนก่อน

    Basic se advance video banao long video please bro

    • @SamiyalMassy
      @SamiyalMassy 4 หลายเดือนก่อน

      I will try my best

  • @PrinceKumar-ub6te
    @PrinceKumar-ub6te 4 หลายเดือนก่อน

    Complete course bano 😢

    • @SamiyalMassy
      @SamiyalMassy 4 หลายเดือนก่อน

      Ye Series chalti rhegi Daily is series par video ayegi Follow krte rhe

  • @nick8292
    @nick8292 9 หลายเดือนก่อน

    Hi, does the user get a notification if the app is not running, i.e. killed?

    • @sssssdssdd04
      @sssssdssdd04 6 หลายเดือนก่อน

      Yes

    • @SamiyalMassy
      @SamiyalMassy 6 หลายเดือนก่อน

      For that You Have To Run A Service

  • @DivyaniGajjar
    @DivyaniGajjar 10 หลายเดือนก่อน

    Material Segmented Button.......how can we store and retrieve a value for segmented button in gender selection ???

  • @bhaskarnarayan2109
    @bhaskarnarayan2109 11 หลายเดือนก่อน

    actionStream is deprecated and to implement the same, you need to have few static Future methods with an annotation @pragma. See it's official documentation to know more about it. However, I came here to see whether there is anything done to handle app navigation after clicking on the notification and if the app is in killed state. Anyways, nice effort but try to make sure your app runs properly before uploading anything to youtube

    • @SamiyalMassy
      @SamiyalMassy 3 หลายเดือนก่อน

      Thanks for Reviewing

  • @Appsenses
    @Appsenses ปีที่แล้ว

    nice carousel tutorial💥

  • @maximilian3466
    @maximilian3466 ปีที่แล้ว

    🤦 promo sm

  • @sssssdssdd04
    @sssssdssdd04 ปีที่แล้ว

    Nice tutorial onshared prefrence flutter

  • @sssssdssdd04
    @sssssdssdd04 ปีที่แล้ว

    Very nice tutorial information on flutter toast

  • @sandraforbes5907
    @sandraforbes5907 ปีที่แล้ว

    *Promo SM*

  • @poonammassy-xp9mk
    @poonammassy-xp9mk ปีที่แล้ว

    😂😂😂😂😂

  • @sssssdssdd04
    @sssssdssdd04 ปีที่แล้ว

    This Video is Very Helpful!

  • @mobiledevelopers6221
    @mobiledevelopers6221 ปีที่แล้ว

    Nice tutorial ! Keep Making Videos!

  • @mobiledevelopers6221
    @mobiledevelopers6221 ปีที่แล้ว

    Fantastic video on rich text in Flutter! 🎉📚 Your explanations and demonstrations have truly helped me understand the power and flexibility of rich text widgets in Flutter. I've always wondered how to style text dynamically and display different text formats, and your tutorial covered it all flawlessly. 💪💻 I really appreciate how you walked us through the process of applying various text styles, such as changing font colors, sizes, and even adding custom fonts. The way you showcased the different options for inline widgets, like icons, images, and even emojis, was incredibly insightful. 😊🔤 Moreover, your tips on handling text overflow and ensuring responsiveness in different screen sizes were incredibly valuable. I can now confidently tackle any rich text scenario with ease. 💯🚀 The examples and code snippets you provided were clear and well-explained, making it easy for me to follow along and implement rich text in my own projects. 🙌🔍 I'm grateful for this tutorial, and I highly recommend it to anyone looking to enhance their Flutter apps with beautiful and dynamic text. Don't miss out on this fantastic resource! Here's the link: [Insert video link here]. Happy coding! 💙💻

  • @instacleandcdc5391
    @instacleandcdc5391 ปีที่แล้ว

    Wow, this video on rich text in Flutter is incredibly informative and well-presented! 🚀 The way you explain the concept of rich text and demonstrate its capabilities in Flutter is simply outstanding. I've been struggling to implement dynamic and styled text in my Flutter apps, but thanks to your tutorial, I now feel confident to tackle any rich text requirement. The examples and code snippets you provide are extremely helpful and make it easy to follow along. 🙌💻 I also appreciate how you cover various formatting options, such as applying different text styles, inline widgets, and even customizing clickable links. It's impressive to see how versatile Flutter's rich text support can be. 😍 The best part is that you go beyond the basics and delve into advanced techniques, like handling text overflow, working with spans, and integrating with data sources. Your explanations are clear and concise, making it easier for viewers of all skill levels to grasp the concepts. 👏 I'm truly grateful for this tutorial and can't wait to apply these newfound skills in my next Flutter project. Thank you for sharing your expertise and providing such valuable content. 🙏✨ For anyone interested in rich text and Flutter, make sure to check out this video! You won't be disappointed. Here's the link: [Insert video link here]. Happy coding! 💙📺

  • @sammassy6495
    @sammassy6495 ปีที่แล้ว

    Nice tutorial