In this video we will learn, how we can provide different layout files for portrait and landscape mode and for different screen sizes by creating separate layout folders with different qualifiers like orientation, width, height, smallest width etc. Further reading: https://developer.android.com/training/multiscreen/screensizes.html ____________________ ❗ Subscribe to the channel: https://www.youtube.com/c/codinginflow?sub_confirmation=1 ⏯ Watch more tutorials: https://www.youtube.com/c/codinginflow/playlists ㊙ Help translating the videos: http://www.youtube.com/timedtext_cs_panel?c=UC_Fh8kvtkVPkeihBs42jGcA&tab=2 💚 Support the content: https://codinginflow.com/support-the-content 💬 Join the Discord chat: https://discord.gg/TSnMvmc 🎧 Audiobooks and podcasts for programmers: https://codinginflow.com/audiobooks-podcasts-programmer 👶 How to get started with Android development: https://codinginflow.com/learn-android-development-complete-beginner 📣 Follow Coding in Flow on social media: Facebook: https://www.facebook.com/codinginflow Instagram: https://www.instagram.com/codinginflow Twitter: https://twitter.com/codinginflow Blog: https://codinginflow.com
In this video, you will learn about using Constraint Guideline to support different Android screen sizes here are coupons for my courses https://www.udemy.com/
When there are runtime configuration changes in your Android phone, like changing the screen orientation or the device's language, your whole app process will b
In this video, we will look at Android UI - specifically Views and Layouts. We will understand difference between px and dp. We will explore LinearLayout, Relat
This is a answer to a question I found: "I want my game to run full screen. I've tested it on iPad 2 and it runs perfect but for iPhone 4 the sides are clipped
In this video we will learn, how to remove the default ActionBar either from all activities within an application or only from single activities. This is necess
Create a UIScrollView using Auto Layout in Storyboard for Xcode 9 Learn how to create a UIScrollView that can contain more content than fits on the screen usin
Read the blog post: https://goo.gl/oL0P8w Mike Denny, a Design Advocate on the Google Design team, explains how to build a responsive UI on Android using width
In this tutorial we will use the Parcelable interface, which is a faster alternative to Java's Serializable interface, to send a custom object from our MainActi
Access 7000+ courses for 60 days FREE: https://pluralsight.pxf.io/c/1291657/424552/7490 Implement Adaptive UI flows and create multi-pane tablet layouts and u
In this video we will learn, how to set OnClickListeners for multiple buttons and handle them all in one onClick method. Instead of passing an anonymous inner c
Shows how to create an alternate layout for your landscape view in android studio. This is the second video in the series Workout Timer Pro!
How to Get Android Screen Size in Pixels and Inches Programmatically Take your app to the top keyword installs: http://bit.ly/2Xyg176 Recommended way to get
ANDROID APP DEVELOPMENT - INTRODUCTION TO LINEAR LAYOUT IN ANDROID STUDIO In this video we will look at the Linear Layout in Android Studio Linear Layout is ba
In this little video series we are going to build a navigation drawer from scratch. When we click any of the menu items in our navigation drawer, we will switch
How to create drawable folders in android studio: The standard procedures are: 1. Choose Project - app - scr - main. 2. Right click "res", choose "New" and ch
In this video series we are going to learn, how to use the ConstraintLayout, which is basically an improved RelativeLayout with a flatter view hirarchy, better
In this video we are going to use an awesome tool called "Android Drawable Importer" to batch import images for different screen resolutions, instead of creatin
How can you have different layouts for portrait and landscape mode in Android ?
Source code https://github.com/SabithPkcMnr/SplashScreen Source code - direct link (zip): https://github.com/SabithPkcMnr/SplashScreen/archive/master.zip _____
The Complete Android Development Layout desgin: 5_ Supporting Multiple Screens sizes