Kushagra Acharya
</>

</>

Follow
homeMADbadges
Series

Mobile Application Development

This series will cover the basics of Mobile Application Development for Android in with Java along with other concepts of software developement.

Articles in this series

Content

Jun 4, 20222 min read

Let there be Android! · Overview Mobile Application Development with Android covers basics of application development, design, deployment and programming...

Content

Getting Started with Git

Jun 4, 20224 min read

Once you git, you'll never go back! · Git and Github Git is a free and open source distributed version control system designed to handle everything from...

Getting Started with Git

Hardware, Software and Machines

Jun 4, 20226 min read

The origin · Hardware & Software Hardware Hardware refers to the physical components of a computer. Computer Hardware is any part of the computer that we...

Hardware, Software and Machines

Android Studio IDE

Jun 5, 20224 min read

Your IDE! · About Android Studio is the official integrated development environment (IDE) for Android application development. It is based on the...

Android Studio IDE

Layout, View, ViewGroup Part - I

Jun 6, 20225 min read

What makes the XML so important? · Intro to Activity and its XML layout relationship. So if you generate/already have an Activity (consider MainActivity)...

Layout, View, ViewGroup Part - I

Layout, View, ViewGroup Part - II

Jun 6, 20224 min read

Power of Constraints! · Recap As we have done LinearLayout in the past now we know the major factor that a view would prioritize LinearLayout is...

Layout, View, ViewGroup Part - II