Skip to main content

· 6 min read
Shubhasai Mohapatra

Kotlin, the modern programming language for Android development, offers many powerful features that make coding more expressive and concise. One such feature is inline functions. Inline functions can significantly improve the performance of your Android applications by reducing the overhead of function calls. In this blog post, we'll explore what inline functions are, why they are useful, and how to use them effectively in your Android projects.

· 6 min read
Shubhasai Mohapatra

Understanding lifecycle events of an Android App is very much essential while developing an Android App. Android lifecycle empowers developers to create efficient, responsive, and stable apps by managing resources effectively, preserving user data, and handling system changes gracefully.

You might have seen various articles/ tutorials on Activity Lifecycle but in the article lets start with the Application Lifecycle first.

· 3 min read
Shubhasai Mohapatra

Are you confused between Java and Kotlin? Believe me, I was also confused as same. Yes, java is a very old language and also very widely used. Lots of websites that we see today their backends written in java. Apart from android Development, with the help of java, one can do backend coding and some people also do competitive programming. Java has very good community support and you will never feel like you are alone on this path.