У нас вы можете посмотреть бесплатно How to Pass Data From One Activity to Another in Android Studio или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Master programming and take your career to new heights with clear, concise C, Android, and Web Development courses for just Rs. 999 / $ 12. Get lifetime access and certificate. Click here to enroll: https://courses.sandipbhattacharya.co... Hi, in this video, I'll talk about some fundamental classes of Android like View, ViewGroup, LinearLayout, Activity, Intent, etc. I'll show you step-by-step how to design a simple form using LinearLayout and pass data to another Activity using Intent, on a button press. We'll then receive the values in second Activity and show them inside TextViews. I'll try to give you a clear idea about the code I'll use. If you're an absolute beginner or want to brush-up your Android knowledge, watch this video till the end. By the end of this video, you'll be able to do this. So, let's get started. What is Activity? Each activity is a screen, similar to windows in a desktop application. What is View? View class represents the basic building block for user interface components in Android. What is ViewGroup? The ViewGroup class is a subclass of the View class which is an invisible container that can hold other Views or other ViewGroups called children and define their layout properties. What is LinearLayout? LinearLayout is a ViewGroup used in android for layout designing that aligns all children in a single direction, one after another, vertically or horizontally. What is TextView? TextView class is used to display text labels in Android apps and is a subclass of View. What is Margin? Margin is a way for a view to keep some distance from other views. What is EditText? EditText is a user interface element for entering and modifying text. What is android:id attribute? The android:id attribute is optional and used to uniquely identify the View. You only need this in the layout file when you what to reference from your app in Java code or in XML. What is Button? Button, a subclass of TextView, is a user interface element that can be pressed, or clicked, by the user to perform an action. What is padding? Padding is the space you add between the content and the border enclosing the content. What is android:gravity? android:gravity is an attribute that is used to align its child to a specific position. What is Toast? A toast provides simple feedback about an operation in a small popup. What is Intent? An Intent is a messaging object you can use to launch a new Activity by passing it to startActivity() method. Intent can also carry any necessary data with various putExtra() methods, in key-value pairs. Source code for this video https://github.com/sandipapps/PassData | -------------------------------------------------------------------- | 👍 Subscribe to the Channel https://www.youtube.com/c/SandipBhatt... Check out other Playlists ► Introduction to Programming with C (2 hours of video content) • C Programming Tutorial for Beginners ► Android App Development for Beginners (8+ hours of video content) • Android Apps and Games Development for Beg... ► Build a Complete Quiz App for Android • Build a Complete Quiz App for Android ► Android SQLite Programming for Beginners (2.5 hours of video content) • Android SQLite Programming for Beginners ► Android Game Development in Android Studio: Build Games for Absolute Beginners (3+ hours of video content) • Android Game Development in Android Studio... ► Android Game Development - Create Your First Mobile Game • Android Game Development - Create Your Fir... ► Android Game Development Tutorial • Android Game Development Tutorial ► Programming Flappy Bird for Android • Programming Flappy Bird for Android ► Object Oriented Programming Fundamentals • Object Oriented Programming Fundamentals ► jQuery for Beginner to Advanced • jQuery for Beginner to Advanced ► PHP MySQL CRUD Tutorial (Create, Read, Update, Delete) (1+ hour of video content) • PHP MySQL CRUD Tutorial (Create, Read, Upd... ❤️ You can donate by clicking here PayPal: https://paypal.me/CreatorSandip For Indians: https://www.instamojo.com/@CreatorSandip ✉️ For Business Inquiries sandip.bhattacharya16@gmail.com 📣 Follow me on other sites → Website: https://SandipBhattacharya.com → Udemy: http://bit.ly/SandipUdemy → Skillshare: http://bit.ly/SandipSkillshare → Google Play: http://bit.ly/SandipPlay → Facebook Page: http://bit.ly/SandipFacebook → Facebook Group: https://bit.ly/PWSGroup → LinkedIn Group: https://bit.ly/PWSGroupLI → Twitter: http://bit.ly/SandipTwitter → GitHub: http://bit.ly/SandipGitHub