BREAKING:

Paresh Mayani

CEO & Co-Founder at SolGuruz® | Organiser @ GDG Ahmedabad | Top 0.1% over StackOverflow | 15+ years experienced Tech Consultant | Helping startups with Custom Software Development

Why Hiring a Flutter Developer is the Key to Your Business’s Success

Are you ready to unlock the power of Flutter and take your business to new heights? In today’s digital age, having a strong online presence is crucial for success. And when it comes to building cross-platform mobile applications, Flutter is the key to staying ahead of the competition. This revolutionary framework, developed by Google, allows […]

Read More

How to Hire the Right Flutter Developers for Your Startup in 2025?

In today’s rapidly evolving digital landscape, startups increasingly turn to Flutter, a powerful cross-platform framework, to build high-quality mobile apps. However, finding and hiring the right Flutter developers for your startup can be daunting. This article will guide you through hiring the best Flutter app developers for your startup in 2025. From understanding the demand […]

Read More

#AndroidDev #Tip 4 – Managing Android dependencies versions

Welcome to the 4th post on android best practices and tips/tricks. A quick glimpse of all parts: Part 1 – set android baselinealigned false on this element for better performance Part 2 – Define constants for Bundle Keys used between two Activities Part 3 – Don’t leave any exceptions behind In this part In this […]

Read More

#AndroidDev #Tip 3 – Don’t leave any exceptions behind

I have observed in most of the android applications code that we android developers used to only print stack trace and used to ignore exceptions. For example: This is not a standard solutions, you should not just print the log stack trace because you won’t be able to get such exceptions in release build or […]

Read More

#AndroidDev #Tip – Define constants for Bundle Keys used between two Activities

In my previous post, we talked about setting baseAligned false and how it’s improving android application performance. Today we are going to look into couple of practices around defining constants for bundle keys used between two activities. Since I am technical leading a team of android engineers, I have observed question “Should we define constants […]

Read More

#AndroidDev #Tip – set android baselinealigned false on this element for better performance

During android development, many times we come across this lint warning. Today in this tip post, we will discuss about: baselineAligned attribute what is baseline How does it improve performance if we make it false baselineAligned attribute: To understand perfectly, look at the given images, top part is depicting baselineAligned=false and the down part is […]

Read More

Chuck – In-app HTTP inspector for HTTP OkHttp clients

During development many time it happens we have to debug API calls to check what request we are making and what response we are getting. Either we put debug point in android studio or we check using Postman like tools. But Jeff Gilfelt has made our work easier by creating an awesome library “Chuck” https://github.com/jgilfelt/chuck. […]

Read More