SPShrinath Pawarinscoveviber.hashnode.dev路Nov 18, 2022 路 1 min readPart 2. XML BasicsBy looking at the default structure of XML file we'll be discussing attributes. <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" ...00
SPShrinath Pawarinscoveviber.hashnode.dev路Nov 17, 2022 路 1 min readPart 1 .Basics of XML in Android Project"One XML file has only one root tag" So why is this root tag important 馃檮 The answer is when we take root tag through layout (just like canvas is used to paint, right... We take layout in order to use View and ViewGroup) If you want to use lots of ...00