© 2023 Hashnode
#xml
Beginners usually ignore or forget about the AndroidManifest.xml file but its role in app development is huge. In this blog, we will try to get to know this important AndroidManifest.xml file better. …
How does the computer communicate? You are right if you think they only talk in 1s and 0s. But... That’d be like saying humans communicate by making noises and speaking in different languages of their…
YAML YAML is an information transfer language like JSON or XML. And it is used for its simplicity and consistency. File Extention These YAML files end with .yml or .yaml, either of them is correct. In…
Hey y'all! If you're here, then you must be as excited about XML 1.0 as I am! I'm your go-to gal for all the latest and greatest news about XML 1.0. From the latest updates to quirky little tidbits, I…
Welcome to my blog about XML! If you're here, it's probably because you're either confused about what XML is, or you just want to learn more about it. Either way, you've come to the right place! I'm h…
In android, Activity represents a single screen with a user interface (UI) of an application and it will act as an entry point for users to interact with an app. Generally, the android apps will conta…
Hi guys 👋, in this article, I'm going to delve into what a bottom sheet is, its common uses, and how it can be implemented in android development using Kotlin. I will cover its implementation in the …
As data continues to grow at an unprecedented rate, many organizations are turning to XML as a way to store and share information. However, in order to effectively analyze and utilize this data, it of…
Introduction YAML is a data-serialization language often used for configuration files, such as Open API specifications or CI/CD pipelines. Fun fact!🤓 -> According to YAML 1.0 specification document (…
1. Related Post Publish a local markdown file to sites at once by Java, Usage Publish a local markdown file to sites at once by Java, Problem-Solving & Enhancement 2. Introduction After introducin…