© 2022 Hashnode
SCADE works with a wide range of screen sizes because it is a cross-platform app development framework. Adapting an app project to a wide range of screen sizes and pixel densities while maintaining the same codebase has always been a source…
Briefly about WebRTC WebRTC is a video chat and conferencing development technology. It allows you to create a peer-to-peer connection between mobile devices and browsers to transmit media streams. Yo…
Developer Roadmap: Before you start flutter: The first question that will come to an android developer is ‘where is my XML?’. Well, unfortunately there is no XML in flutter. You have to rely on the widget tree written in dart language to bu…
We have two type of apks : Android CPU architecture specific apk ("armeabi-v7a", "x86", "arm64-v8a", "x86_64") : In this, the libraries which are specific to other architectures aren't included, only required libraries are included. Unive…
Statista reports indicate that Google Play Store had multiple million mobile app development in Dallas for download in the second from last quarter of 2020. The pattern of building versatile applications has sped up in recent years since in…
Android There are lots of updates from the GoogleIO this week. Honestly, I have not yet watched most of the videos, but I'm certainly planning to watch some that got my attention. Exciting updates ab…
Welcome to my second blog article ! At first, if someone doesn't know what it's WinDev : there is its website (the French one can be found here). I wanna talk about the product only, not the marketing or other stuffs about this brand. I use…
Originally Posted on https://chetangupta.net/strings/ In any Programming languages to perform any kind of computation you always work with Numeric(Int, float, double etc), Boolean and Strings kind of …
Testing is quite a fascinating topic in software development. On the one hand, writing tests takes time, and it might not feel as rewarding - you cannot show a test to a client as you can a new featur…
Introduction: Hey Android Floks! I am Rohit Jakhar, Native Android Developer having 2+ year experience.Welcome again in series on Kotlin which Named is Kotlin BreakDown. I will breakdown some Kotlin …