Introduction Development is a mystery. Sadly, A few of us have limited resources. As an initiative towards “Knowledge for all”, Coding Ninjas has brought a few free courses. The free courses cover an essential level of development so that each ...

Introduction The Material dark theme is used for creating an attractive and optimal functional dark mode theme in Android. It primarily consists of dark background colors and bright foreground colors for all UI elements as in textboxes, buttons, and icons. ...

As soon as we come across the word open-source, GitHub is the first thing that comes to our mind. It is one of the most widely used collaborative tools by Software Developers worldwide. Let’s discuss the top 3 Android projects ...

Introduction Kotlin is a modern language with a self-explanatory and concise syntax; it can be the future language of Android development. Building an Android app with kotlin is very easy and simple. Over the last few years, the demand for ...

Over the last few years, there have been numerous advents in the development industry. Many arguments have been over, development being more important than coding and vice-versa. But, all these arguments are nothing, but myths. To be precise, you never ...

Kotlin is a statically-typed, cross-platform, multi-purpose programming language with type inference. It was designed by the Jet Brains to allow developers to create cross-platform applications on the Android Studio, as the transfer from Java classes to Kotlin classes had to ...

API is a globally used abbreviation for Application Programming Interface which allows intermediary software for establishing communication between two applications. Each time you use a social media application such as Instagram for sending an instant message or you place an ...

LiveData Coroutine Builder: The entire coroutine itself as a code block is relayed to the liveData () builder function as an argument. The code block is not enclosed with parenthesis as Kotlin enables us to skip the parenthesis when a ...

Volley is a reliable HTTP (HyperText Transfer Protocol) library that helps in making networking swift and efficient. It was produced by Google; it came into existence during Google I/O 2013 and was announced by Ficus Kirkpatrick. There was a dire ...

Finally, Android 11.0 is here and is considered to be the eleventh major release of Android, out of the eighteen versions of Android. It came into existence on September 8, 2020, after the four beta releases were successfully tested and ...