Skip to main content

2 posts tagged with "Mobile"

View All Tags

· 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.