Resources  
  • How Do You Implement Number Localization in Vue.jsMar 28, 2024. In Vue.js applications, number localization ensures numerical data aligns with users' language and region preferences. Utilizing the Intl.NumberFormat API, Vue components dynamically format numbers for a culturally sensitive user experience.
  • How To Add Jetpack Compose In Existing Kotlin ProjectMar 27, 2024. This article guides you through the step-by-step process of integrating Jetpack Compose into your existing Kotlin Android project.
  • Single-Dimensional, Two-Dimensional, and Multidimensional Arrays in C#Mar 26, 2024. Arrays are fundamental data structures in programming languages, including C#. In this article, we'll explore single-dimensional, two-dimensional, and multidimensional arrays in C#, understand their differences, and learn how to work with them effectively.
  • Data Binding in AngularMar 23, 2024. Data binding serves as the communication bridge between the template (representing the view) and the component (housing the application's logic and data).
  • How to Add Controls in AG-Grid In AngularMar 17, 2024. AG-Grid, a powerful library for Angular, allows easy integration of data grids. Follow these steps to set up, customize, and enhance AG-Grid in your Angular application.
  • From Script to Screen in Seconds: OpenAI's Sora Reimagines Video CreationMar 09, 2024. OpenAI has unveiled a new tool called Sora that promises to shake up video creation. Imagine describing a scene and having it come to life as a video! This AI-powered tech could revolutionize everything from social media content to educational materials. Get ready.
  • How to Add Customize Download Timer Button in BloggerMar 07, 2024. This article provides a guide on adding a customized download timer button on Blogger, offering increased convenience and control to users. It discusses the benefits of such a button, including scheduled downloads, prevention of disruptions, improved user experience.
  • Add Company Email Signatures and Disclaimers in Microsoft 365Mar 05, 2024. Explore methods to Create and Add Company Email Signatures and Disclaimers in Microsoft 365. Get the best guides to add Email Signatures and Disclaimers in Microsoft 365 in easy steps.
  • Create Auto-Numbering in Microsoft Dynamics 365 EntitiesFeb 29, 2024. Automate entity numbering effortlessly in Microsoft Dynamics 365 with no code required. Utilize system settings, business rules, and workflow automation to generate unique serial numbers for records, enhancing data management and streamlining processes.
  • Bulk Add Terms, Term Sets, and Groups with PowerShell in SharePointFeb 29, 2024. This blog post provides step-by-step instructions on process of executing PowerShell scripts to import term store metadata elements into SharePoint, automating the creation and management of taxonomy structures.
  • [Solved]: Permission to send an SMS has not been enabled for the region indicated by the 'To' number in TwilioFeb 28, 2024. In this article, we will see how to resolve the Twilio error: Permission to send an SMS has not been enabled for the region indicated by the 'To' number in C#
  • How to Add Additional Domain Controller in ServerFeb 28, 2024. Deploying additional domain controllers increases the redundancy, which results in even greater resilience and higher availability.
  • Print Output of First n Natural Numbers in UI Screen in Unity 3Feb 28, 2024. To print the output of the first 'n' natural numbers on the UI screen in Unity 3, you can create a simple script and attach it to a Text UI element.
  • Async Patterns in MVC Controllers for Efficiency or Adding Unnecessary Complexity?Feb 22, 2024. Explore the necessity of async patterns in MVC controllers—unveiling the intricacies of conventional and alternative coding styles
  • How Do You Implement Two-Way Binding in Vue.jsFeb 21, 2024. Vue.js simplifies two-way data binding using the v-model directive. This feature effortlessly links form input elements and custom components, ensuring changes in one are instantly reflected in the other.
  • Mobile Number Validation Using Angular and BootstrapFeb 19, 2024. This article illustrates the implementation steps for 10-digit mobile number validation in an Angular app using reactive forms and Angular's phone number validation pattern. It guides us through setting up the reactive forms module
  • Exploring the Anticipated Features of Android 15Feb 18, 2024. Get ready for a mobile revolution! Android 15 is on the horizon, promising enhanced privacy, personalized experiences, boosted performance, and exciting features for creators and professionals. This article explores potential functionalities, from granular permission control to AI-powered optimization.
  • Android Responsive Login Screen Design using Constraint LayoutFeb 16, 2024. In this article, I going to explain how we can create a responsive Screen for different android Screens using Constraint Layout.
  • Android Intent using KotlinFeb 16, 2024. Here in this article, I going to pass data from one activity to another using intent and also able to send email using intent.
  • How to Add Highlighted Image Slider in BloggerFeb 13, 2024. Enhance your Blogger blog with a highlighted image slider. Learn how to customize your blog layout by adding an interactive image carousel using widgets or plugins for a visually appealing browsing experience
  • Cross-Platform Mobile Development FrameworksFeb 09, 2024. Developing mobile applications for both iOS and Android platforms can be challenging due to the need for separate codebases. Cross-platform frameworks offer a solution, allowing developers to write code once and deploy it on multiple platforms.
  • Creating Keystore to Publish MAUI App from Scratch to EndFeb 07, 2024. When you embark on the journey of app development, the prospect of publishing your creation to a vast audience is undoubtedly thrilling. Publishing an app is not just about making it available; it's about gaining visibility.
  • Implementation of the Bluetooth Connectivity Using .NET MAUIFeb 04, 2024. In this article, I will explain how you can use the .NET Multi-platform App UI (.NET MAUI) IConnectivity interface to inspect the network accessibility of the device. The network connection may have access to the internet. Devices also contain different kinds of network connections, such as Bluetooth cellular and WiFi.
  • Two Pointer Approach in PythonFeb 01, 2024. The Two Pointer Approach is one of the most used and efficient techniques to search for a pair in a sorted array. We'll look into the working of it, implementation and use cases.
  • Create Xamarin Android Custom Loader with LoaderEase NuGet PackageJan 19, 2024. The fundamental objective of a wait window is to furnish users with feedback, mitigating any perception of unresponsiveness or ambiguity during tasks that may consume considerable time. Leveraging the NuGet package " Xamarin.Custom.LoaderEase" enables users to effortlessly fashion a personalized loader aligned with the visual theme of their application.
  • Number Guessing Game in PythonJan 19, 2024. In this article, you will learn how to write a Guess-the-number game in Python using a Google Colab. You will learn three different ways to implement it.
  • Concatenate Two Strings in C# Jan 17, 2024. In C#, string concatenation can be achieved using the + operator, String.Concat method, String.Join method, or string interpolation. Choose the method that suits your coding style and project requirements.
  • Building a Secure PHP MySQL Signup/Login Website with Email VerificationJan 15, 2024. Creating a secure signup/login system is essential for any web application that involves user authentication. In this article, I'll guide you through building a PHP MySQL login/signup website with email verification. I'll focus on security best practices, including password encryption using PHP's built-in functions.
  • How to Implement a Video Splash Screen in Xamarin AndroidJan 11, 2024. This guide provides a step-by-step approach to implementing a captivating video splash screen in Xamarin Android. It covers preparing the video, adding it to resources, updating the layout file, setting video source in code, handling permissions, adjusting splash screen duration, testing, and refining.
  • How to create a Logic App to insert Page number into PDF Jan 03, 2024. In this article, we are going to learn about How to create a Logic App to insert Page number into PDF
  • How to Add ESLint to an Vue.jsJan 02, 2024. Learn how to enhance code quality and adhere to standards in your Vue.js application by adding ESLint. Follow this guide to set up ESLint and customize configurations for your project.
  • Adding Nuget Packages/Dependent Assemblies into Microsoft D365 CRM PluginDec 28, 2023. Adding Nuget Packages into Microsoft D365 CRM Plugin.
  • How to Add Popup Image in Blogger SitesDec 25, 2023. Here are some steps for adding a responsive pop-up image with a link in Blogger
  • Manage Azure Subscription Owners: Add and Remove User AccessDec 22, 2023. Giving and taking away elevated privileges inside the Azure environment is what it means to designate and remove a user as an Owner of an Azure subscription. An owner has complete control over the subscription, including the ability to regulate resources, configurations, and user access.
  • How to Add Christmas Effects to Your WebsiteDec 21, 2023. Add a visual effect of falling snowflakes to your website. Unlock the festive spirit on your website! Learn the hassle-free method to add Christmas effects to your Google Blogger site. Follow six simple steps and witness the magic unfold seamlessly.
  • How to Add a Popup for DELETE a Record in Power AppsDec 15, 2023. This step-by-step guide walks you through configuring a canvas app in Power Apps. Learn how to create screens, galleries, and dialogs while implementing functionality like deletion and user access management.
  • Adding Report Pages as Custom Tooltips in Power BIDec 13, 2023. Adding Report Pages as Custom Tooltips.
  • Smart Sorting: Finding the Middle Number of Two Ordered ListsDec 11, 2023. Efficient C# code uses a binary search approach to find the median of two sorted arrays. The algorithm intelligently partitions arrays, ensuring logarithmic runtime complexity (O(log(min(m, n)))).
  • Networking Between Two Docker Containers in Window OSDec 11, 2023. Establish a Connection between two different containers on the same host using Docker. Docker container communication and networking strategies. It outlines the two primary methods for containers to communicate: through networking and sharing files on disk. The article details Docker's network types and explains the Docker network drivers, including Bridge, Host, Overlay, IPvLAN, and MACvLAN. Practical steps for creating .NET MVC and Web API applications, Dockerizing them, and establishing communication between Docker containers are also provided.
  • Adding Multi-Language Support to Flutter AppsDec 04, 2023. In this article, you will learn how to add multi-language support to your Flutter app. You will explore the steps for setting up language assets, creating language files, and implementing the necessary localization logic. By providing seamless translation and support for a global audience, you can enhance the user experience of your Flutter mobile application.
  • Number Methods in JavaScriptNov 29, 2023. Number Methods in JavaScript. This article delves into JavaScript Number Methods, offering insights into their functionalities. These methods, akin to tools, empower developers to perform various operations on numbers, enhancing precision and versatility in JavaScript code.
  • How to Create Sample Maven Project by Adding TestNG Nov 28, 2023. Learn how to create a Maven project and add TestNG dependencies in Eclipse. Follow steps like configuring Maven settings, specifying project coordinates, and adding dependencies for efficient project development and execution.
  • How to Convert a Month Number to Month Name in PostgreSQLNov 28, 2023. Learn how to convert a month number to a month name in PostgreSQL using the versatile to_char function. Explore format strings like 'Month' and 'Mon' for full and abbreviated names.
  • How to Create Active Directory Domain ServicesNov 23, 2023. This article guides readers on solving the Two Sum problem in Java. It illustrates a straightforward implementation using nested loops to find indices of two numbers in an array that sum up to a target. The provided Java code efficiently tackles this common coding challenge.
  • How to Add Syncfusion Stock Chart in Vue.jsNov 21, 2023. This article will teach us how to add a Syncfusion stock chart in the Vue.js application.
  • Preferences DataStore In AndroidNov 12, 2023. In this article, you will learn about Preferences DataStore in android. Your article provides a clear and detailed explanation of using Preferences DataStore in Android, along with a practical example of creating an alphabet app.
  • Data Types In JavaScript Nov 10, 2023. Data types is most important concept in javascript and very useful logic in programming.Best concepts for fresher interview questions.
  • Learn to Add Role Assignment to Service BusNov 09, 2023. Learn to Add Role Assignments to the Service Bus. The steps you have provided seem to outline the process for adding roles to Azure Service. This can be a crucial aspect of managing access and permissions within the Azure environment, ensuring that the right users have the appropriate level of access to the required resources. Assigning roles helps in controlling the actions that users can perform within the service.
  • Register your app with Azure ADNov 07, 2023. Learn to register your application to the Azure Entra ID. This article provides a concise and clear guide for adding App Registration to Azure Entra ID and creating a client secret. The step-by-step instructions are easy to follow, making it convenient for readers to understand and implement the process.
  • How We Can Add Setup Project in Window Service?Oct 27, 2023. In this article, we will see how we can add a Windows services installer. You can combine your service with any required files, registry entries, and configurations into a single installation package using this installer. The setup project makes it easier to deploy your Windows service.
  • How to Migrate Xamarin to MAUIOct 17, 2023. In this article, I am going to explain how we can migrate our Xamarin Forms application into .NET MAUI in easy steps and how I did it for my live play store app which is multilingual & multithemed application
  • Windows Functions in SQL ServerOct 17, 2023. Windows functions in SQL Server are a powerful set of functions that operate across a specific "window" of rows defined by the OVER() clause. These functions allow for computations and aggregations over this defined window, enabling analytical and statistical calculations without altering the overall result set. Commonly used functions include ROW_NUMBER(), RANK(), DENSE_RANK(), SUM(), AVG(), and COUNT(). These functions greatly enhance query capabilities, aiding in tasks such as ranking data, calculating running totals, and performing comparative analyses within specified partitions or orderings. They play a vital role in advanced SQL operations and reporting.
  • What Is Number Pool In Twilio?Oct 06, 2023. Twilio has emerged as a pivotal player, providing a powerful platform that enables businesses and developers to integrate messaging, voice, and video into their applications. One of the essential components of Twilio's arsenal is the concept of a "Number Pool." In this article, we will delve into the world of Twilio's Number Pool, understanding what it is, why it's important, and how businesses can leverage it for their communication needs.
  • API Call Using Dagger2 Dependency Injection With RxJava In AndroidOct 03, 2023. In this article, you will learn about how to make API Call using Dagger2 dependency injection with RxJava in android.
  • Why Ignoring Your Order Numbers Could Be A Costly OversightOct 03, 2023. This article is about how Order No can reveal the vital information of a company, and how programmer can help to protect it
  • Dependency Injection And Service Lifetime in ASP.NET CoreSep 18, 2023. Dependency injection And Service Lifetime in ASP.NET Core With Realtime example
  • Get Started With Kotlin Multiplatform For MobileSep 12, 2023. This article is going to explain how to create an application that runs on both Android & IOS devices.
  • Kotlin Coroutines Sample Mobile App Code DemonstrationSep 06, 2023. Here's a simple Kotlin Android application code sample that demonstrates the use of Coroutines for asynchronous programming. This example fetches data from a fake API and updates the UI when the data is received using Coroutines.
  • Switch Between Embedded & Standalone Android Emulator | Android StudioSep 05, 2023. In this article, we'll explore the process of transitioning between embedded and standalone Android Emulators within Android Studio.
  • Console Application Add, Mul, Div, SubSep 01, 2023. adding, subtracting, multiplying and dividing of three numbers which will be entered by the user
  • Navigation Drawer with Material 3 in Jetpack ComposeAug 29, 2023. This article is a tutorial for creating a Navigation drawer in Android.
  • Navigation Rail with Material 3 in Jetpack ComposeAug 29, 2023. This article is a tutorial for creating a Navigation Rail in Android.
  • What's new in Android Studio - GiraffeAug 25, 2023. This article describes the new features of Android Studio Giraffe | 2022.3.1.
  • Calculating Driving Distance with Google Maps Distance Matrix API in AndroidAug 22, 2023. In this article, we will learn how to calculate the driving distance between two places in Android.
  • Learn to add API Permissions in Azure App RegistrationAug 22, 2023. Learn to add API Permissions in Azure App Registration. API permissions to an Azure App Registration is an important step when you want to allow your application to access and use specific APIs or services in Azure. Here's a step-by-step guide on how to add API permissions to an Azure App Registration.
  • Sliver Widget In FlutterAug 21, 2023. In this article, you will learn about Sliver widget in Flutter.
  • ROOM VS MongoDB Realm Database in AndroidAug 21, 2023. This article will explain which database we prefer in the Android room or MongoDB.
  • Add Row in Excel using Power AutomateAug 18, 2023. Streamline Excel Data Input: Automate with Power Automate and Microsoft Forms. Learn how to effortlessly add rows to Excel using these tools, enhancing data management and efficiency.
  • Transitioning from Deprecated OnBackPressed in .NET MAUIAug 16, 2023. Enhance User Experience: Android 13's New Back Button Behavior Explained. Learn how to enable smoother navigation with OnBackInvokedCallback and simplify app exit process. Code and steps provided.
  • Learn to add a Custom Domain in Azure Active DirectoryAug 16, 2023. Discover how to integrate a custom domain into Azure Active Directory and establish it as the primary AD. Enhance user authentication and streamline business operations using tailored domains in Microsoft Azure.
  • Face Recognition With ML Kit in Jetpack ComposeAug 14, 2023. This article provides details about ML Kit in Android.
  • Recognize Text With ML Kit in Jetpack ComposeAug 11, 2023. Discover the synergy of ML Kit and Jetpack Compose in modern Android development. Learn text recognition to extract and display text from images, revolutionizing user experiences and creative solutions.
  • Getting Started with Compose for Wear OSAug 10, 2023. Discover the ease of crafting Wear OS apps using Jetpack Compose. Explore setup, fundamental components, and advanced features for creating intuitive, interactive, and optimized user interfaces for Wear OS devices.
  • How To Use DiffUtil Class With RecyclerView In AndroidAug 09, 2023. In this article, you will learn about how to use DiffUtil class with RecyclerView in Android.
  • Adding a Digital Signature to a PDF Using a PFX File And iTextSharp in C#Aug 08, 2023. In this article we learn how to add a digital signature to a PDF Using a PFX file and iTextSharp In C#
  • How To Work with JSON in SQL Server?Aug 08, 2023. In this article, we will learn about How To Work with JSON in SQL Server
  • Converting Strings to Numbers in C#Aug 04, 2023. In this article we learn about how to convert string to numbers in c#
  • LazyRow and LazyColumn In Jetpack ComposeAug 04, 2023. In this article, you will learn about how to use LazyRow and LazyColumn In Jetpack Compose.
  • Shimmer In Jetpack ComposeAug 02, 2023. This article is all about how we can successfully create a shimmer in compose.
  • Adding Highlighted Content Web part in SharePoint Online PageJul 26, 2023. The Highlighted Content Web Part in SharePoint Online allows dynamic display of content from various sources, including document libraries and SharePoint sites. Use of Highlighted Content Web part.
  • How .Net MAUI WorksJul 25, 2023. In this article, you will learn how to get started with .NET MAUI.
  • Adding Users to Active Directory using PowerShell ScriptsJul 24, 2023. Managing user accounts in Active Directory becomes seamless with PowerShell, a robust command-line tool. Learn how to add, modify, and delete users, streamlining administrative tasks for enhanced efficiency and automation.
  • How To Integrate Razorpay Payment Gateway In Flutter?Jul 14, 2023. In this article, you will learn about how to integrate the Razorpay payment gateway in Flutter.
  • Calculate the Number of 1's in Binary RepresentationJul 13, 2023. Given an integer n, return an array ans of length n + 1 such that for each i (0 <= i <= n), ans[i] is the number of 1's in the binary representation of i. Example 1:Input: n = 2 Output: [0,1,1] Explanation: 0 --> 0 1 --> 1 2 --> 10 Example 2:Input: n = 5 Output: [0,1,1,2,1,2] Explanation: 0 --> 0 1 --> 1 2 --> 10 3 --> 11 4 --> 100 5 --> 101Constraints: 0 <= n <= 105
  • How To Add Authentication In ASP.NET Core 6 MVC Project Using Identity?Jul 11, 2023. In this article, We will be learning how to add authentication in ASP.NET 6 Using Identity service.
  • How to Add Tooltip in React ApplicationJul 11, 2023. This article demonstrates how to implement tooltips in a React application using Material UI. It covers the prerequisites, setting up a React project, installing Material-UI, creating a tooltip component, and showcasing the functionality through code examples. The article provides a detailed guide on adding tooltips to enhance user interactions in React applications using Material UI.
  • AWS for Newbies: The First Two Steps You Can't MissJul 06, 2023. This is a concise article that outlines essential steps for individuals new to Amazon Web Services (AWS) to get started on their cloud computing journey. The article highlights two key actions that beginners should prioritize.
  • Push Notification From C# .Net to Android Using FCM HTTP V1Jul 03, 2023. Send Push Notification From C# Dot Net to Android Using FCM HTTP V1.
  • How To Add Audio And Video To HTML?Jul 03, 2023. In this article, we will learn how to add audio and video tags in an HTML document.
  • Add HTML Rich Text Editor to PowerApps FormsJun 29, 2023. The problem statement discusses the issue of default text fields appearing instead of rich text fields in PowerApps forms. The approach outlines steps to replace the text field with a rich text editor and save formatted data.
  • Deploying Springboot Applications in SecondsJun 19, 2023. We have all wished at some point in our career to deploy the backend part of our application in some seconds and some clicks. Azure Spring Apps is the best tools to use to accomplish this.
  • Number Plate Recognition with Azure Custom Vision and Azure Computer VisionJun 15, 2023. Python Notebook that calls Azure Custom Vision and Azure Computer Vision APIs to extract the plate number from any car image
  • Shell Flyout in .NET MAUIJun 14, 2023. Shell flyout in .net MAUI
  • Custom Tabs with Animated Background in AndroidJun 14, 2023. Customs tabs that highlights when selected and animates the background to the next selection backward and forward.
  • How to Create a Unique Number in Javascript for Payment Gateway?Jun 05, 2023. Here we known about how to generate a unique number by using date, month, year and time in JavaScript for payment Gateway
  • How to Add Material-UI in React?May 30, 2023. This article provides a step-by-step guide on how to add Material-UI to a React application. It begins by listing the prerequisites, which include familiarity with HTML, JavaScript, and Bootstrap, as well as having Node.js installed.
  • FlyoutPage in .Net MAUIMay 27, 2023. FlyoutPage in .Net MAUI
  • CollectionView in .Net MAUIMay 22, 2023. In this article, we are going to learn about how to add CollectionView in .Net MAUI.
  • How to Add Security Headers to Your Website Using .htaccessMay 18, 2023. Want to know how to add security headers to your website using .htaccess? Read this blog and add content security policy header in wordpress site.
  • Tabs in .Net MAUIMay 16, 2023. How to implement Tabs in .Net MAUI

About Add-two-numbers-in-Android

NA

OUR TRAINING