How to get IOS app build version
Version/build fields for an iOS app include: “Version” CFBundleShortVersionString (String – iOS, OS X) specifies the release version number of the bundle, which identifies a released iteration of the app. The release version number is a…
Tips to Fix OneDrive Sync Errors
Length of File or folder path File path should not exceed 255 characters. If you have created different sub-folders or have a long pathname, then it might cause the OneDrive sync problem. This is one of the most overlooked yet efficient tips to help you…
How to Install Flutter on Linux
System requirements To install and run Flutter, your development environment must meet these minimum requirements: Operating Systems: Linux (64-bit) Disk Space: 600 MB (does not include disk space for IDE/tools). Tools: it depends on these command-line…
How to Install Flutter on MAC-OS
System requirements Operating Systems: macOS (64-bit) Disk Space: 2.8 GB (does not include disk space for IDE/tools). Tools: Flutter uses git for installation and upgrade. We recommend installing Xcode, which includes git, but you can also install git…
How to Install Flutter on Windows
Windows install System requirements To install and run Flutter, your development environment must meet these minimum requirements: Operating Systems: Windows 7 SP1 or later (64-bit), x86-64 based Disk Space: 1.64 GB (does not include disk space for…
Google I/O 2021 for Developer
Happy Exploring 🙂
Everything About Google I/O 2021
Google’s annual developer conference, new AI-powered tools, and a zany prototype video booth made for hyperrealistic teleconferencing and many more features this year 2021 A New Look for Android Pick up your phone and the lock screen will light up from…
Typecasting : How to Convert ‘int’ to ‘String’ in JAVA
Typecasting, or type conversion, is a method of changing an entity from one data type to another. It is used in computer programming to ensure variables are correctly processed by a function. An example of typecasting is converting an integer to a…
Xcode 13, What’s new in This Version of XCode?
Xcode 13 includes Swift 5.5 and SDKs for iOS 15, iPadOS 15, macOS Monterey, tvOS 15, and watchOS 8. Xcode The Xcodes UI has been refined with new navigator icons and a new always-on bottom bar. The new Cloud tab in the Report navigator shows Xcode Cloud…
How to Clear Cache on Android
When we discuss about cache files, few questions arise in mind. What are temporary app files? How do you clear the cache on Android? And when should you do it? Your Android phone’s limited storage can fill up quickly. One cause of this is that the…