© 2023 Hashnode
#android-apps
App Developer Salary It's not unexpected to see an improved job forecast for app developers given the increasing reliance on mobile devices. By 2031, there will be a 25% increase in the number of soft…
If you are a beginner, you might have used this Intent thing when navigating from one activity to another. But, it is more than that... If you don't know what it is let me explain it to you in details…
If your app doesn't implement any splash screen, it is implemented by default in Android 12 (API level 31). In other words, there is a splash screen for Android 12 or later but not for Android 11 and …
Steps: Install Node.js Link for the use of JavaScript. Install Java JDK Link for Android Studio. First, check Chocolatey in the system using Command choco -, if not, Install Chocolatey Link to properly manage the package manager. Instal…
Have you ever wanted to send messages and make video calls with friends and family, but don’t have access to a smartphone? Well now, with just a few clicks, you can do all that from your computer! Thi…
Push notifications are an essential tool for keeping users engaged with an app and providing them with timely and relevant information. They can be used to notify users about new content, updates, and…
Hello everyone 👋🏻, I’d like to share with you how to build Android apps with the latest trends for the year 2023. Disclaimer This is an article from my opinion and professional experience, taking in…
As an Android developer, you may be wondering why you should consider using Kotlin for your next project. Kotlin is a modern programming language that was first introduced by JetBrains in 2011, and it…
Android is an open-source and Linux-based Operating System for mobile devices such as smartphones and tablet computers. Android was developed by the Open Handset Alliance, led by Google, and other com…
What is the activity in Android? The simple way to describe it is the activity in Android Development is the User Interface to manage the view to the user, when you open Instagram there will be the main view that has 5 main navigations. Tha…