What is Static in Kotlin?
28 October 2020
If you have already worked with Java, you must know that static provides a way to share a single copy of method and variables among all classes using class name... Read More
Why Choose PaaS?
23 October 2020
What is platform-as-a-service? PaaS (Platform as a service) is a cloud service to eliminate the complexity and cost of SaaS (Software as a service) as it provides network and serve Read More
Accessing Flutter Web Localhost From Your Mobile browser
12 October 2020
Flutter is the cross-platform application development framework which also makes it possible to run your codebase not only on mobile such as iOS and Android, but also on browsers a Read More
Animations in Flutter – Scale and Size Transitions
7 October 2020
While writing this article, I’m assuming you’re already familiar with the basic understanding of Animation. You can also research the term on Google and will find a lot Read More
Monitoring Application Health using Application Insights
5 October 2020
As Peter Drucker famously said “What Gets Measured Gets Improved” applies to this day. The people that understand how analysis of a business can make or break it, value accurat Read More
PDF with Flutter – Part 2
8 June 2020
PDF with Flutter – Part 2 In the part 1 of PDF with Flutter, we have seen how to generate pdf in flutter and view the same on mobile. Now,... Read More
Hot Reload in Xamarin
8 June 2020
Designing the UI was never too friendly in Visual Studio while you are working on Xamarin apps. It works a bit under MacOS but in Windows it isn’t too friendly.... Read More
Best Practices to follow while developing a Xamarin Cross Platform App
8 June 2020
No doubt native app development for Android and iOS produces best quality apps. But you don’t always have the liberty to put in efforts to develop same app for two different plat Read More
Application Development for Virtual Voice Assistant
5 June 2020
Application Development for Virtual Voice Assistant Gone are the days when we used only UI based applications, this is the era of talking to electronic devices. The ridiculously im Read More
PDF with Flutter – Part 1
5 June 2020
PDF with Flutter – Part 1 As we know, Google has provide the Flutter framework for X-platform application development, including for both mobile and web. I was working on the... Read More