Author: Divikiran
-
Mastering the Art of Pull Request Review
Introduction The review of pull requests is an essential component of the software development process that serves to guarantee the quality of the code, encourage cooperation, and contribute to the delivery of software that is dependable and easy to maintain. A review that is carried out effectively will provide the author with helpful input and…
-
Key Features for Enterprise Mobile Apps: Building Powerful Solutions
Enterprise mobile apps are created with a range of capabilities to meet the unique requirements of corporations and organizations. Here are a few of the most popular features in business mobile apps. It’s important to keep in mind that the particular features included in an enterprise mobile app can change depending on the requirements of…
-
Looking into.NET MAUI: Easily Create Native Cross-Platform Applications
Introduction: Microsoft created the ground-breaking open-source.NET MAUI (Multi-platform App UI) framework. .NET MAUI enables programmers to construct native user interfaces for mobile, desktop, and web apps using a single codebase, with the aim of streamlining cross-platform application development. Building on Xamarin.Forms’ success,.NET MAUI provides developers with an improved and unified development environment, enabling them to…
-
Top 8 uses of ChatGPT
ChatGPT can be used for a wide range of purposes. Here are a few examples: While ChatGPT is a powerful and versatile tool, it’s important to be aware of certain dangers and limitations associated with its use:
-
SSO and Xamarin forms Implementation
Xamarin Forms can implement single sign-on (SSO).The integration of forms with an identity provider that accepts SSO protocols like OAuth or OpenID Connect is required. Here is a general breakdown of the procedures:
-
Not really a goodbye to Xamarin – One .Net and MAUI
Grand vision Microsoft had one grand vision to have unified user interface, which is simpler, small, easier, cross platform and open source and .Net core was part of the journey. In all the versions of .Net core so far Microsoft has added more and more API’s into it. But it still had two other beasts…
-
Xamarin Forms: Add UI controls to Navigation Bar using Title View
Ever wonder, whether you can add UI controls in navigation bar. I had exact requirement with one of my client. My immediate response was “I will see what I can do about it”, as I never had such requirement ever. After bit of investigation, from Xamarin 3.2 onwards, this feature was introduced. You can actually…
-
Testing Public and Private Functions in JavaScript using Jasmine and Chutzpah
Introduction There is a big debate among the online community about how to test private functions in a module when we have only access to public functions from it. This article explains about JavaScript testing using module pattern approach. It is useful if you want to test private functions. Using the Code Basically, this article has three sections, HTML, JavaScript and…
-
Custom fonts using Resource Dictionary in Xamarin Forms – Android
Introduction If you have bit of experience with Mobile or Web development, you might have noticed most of the clients or end user’s expectations are gone high. One of the best way is to add custom font and you can feel big difference on how app’s look and feel. iOS and MacOS preinstalled fonts https://developer.apple.com/fonts/system-fonts/…
-
Xamarin UrhoSharp: SimpleApplication VS Application by Divikiran Ravela