© 2023 Hashnode
#android
Previously, we used to create one request and then wait for our whole request to get completed. And after all this wait, we get our data to do any calculation. Example: You order 3 burgers and wait fo…
The Internet is an essential tool in our daily lives, and our online privacy is of the utmost importance. While HTTPS communication protects us from network-level hackers and ISPs, it doesn’t stop ISP…
Welcome you all to a brand new series on react native in this series on Desidev's blog We will discuss technology surrounding react native. Prerequisite ReactJS Javascript (ES6) Tools To start wit…
How does styling work in React Native? Styling in React Native is done using JavaScript. Since React components have support for the style prop, you can also create an object of style values and pass …
Hey Developers, Hope you are all doing well. Well, this is the first tech blog that I am writing so apologize in the beginning only if I am not able to explain my thoughts in words properly. So in thi…
Kotlin provides two mechanisms for defining a blueprint for classes: abstract classes and interfaces. Both abstract classes and interfaces play important roles in object-oriented programming, but they…
Continuing from our previous blog, where we discussed the basics of Firebase and the introduction to Firebase authentication, we now dive deeper into the implementation of Firebase email and password …
Idea Enter a phone number with the country code and press a button to open the Whatsapp app or web. Techstack Flutter Packages Flutter bloc Freezed VSCode Let's code Initial project setup flu…
Android Development Environment Setup Make sure you have the Node installed if not then you can install it from here and you can check the version of a node using node -v https://nodejs.org/en/downl…
As soon as the review for the app comes to mind, you worry about going to the Playstore, correct?A review is an integral part that lets the developer know how much the users are enjoying their applica…