Tag Archives: Android Developers

Essential Soft Skills for Developers

In the world of tech, being a great developer takes more than just coding skills. Soft skills, which are like personal abilities, are super important. In this blog, we’ll talk about the best soft skills for developers and why they’re so useful.  Talking and Writing Well  Good communication is a big deal. You need to Continue Reading »

Jetpack compose

Jetpack Compose

If you are an android developer then surely you are making your UI in an XML file and then attach it to the java file or Kotlin file using the setContentView() method. So, to overcome this separation android provides the new feature which is “Jetpack compose”. With the help of the jetpack compose library we Continue Reading »

Bottom Navigation Bar

  A material widget that appears at the bottom of an app and allows users to choose from three to five different views. Multiple objects in the form of text marks, icons, or both are laid out on top of a piece of material in the bottom navigation bar.  It allows users to quickly navigate Continue Reading »