TechnoTalkative View RSS

All About Mobile Developers and App Development
Hide details



Why Hiring a Flutter Developer is the Key to Your Business’s Success 8 Jul 2023 9:21 PM (last year)

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 […]

The post Why Hiring a Flutter Developer is the Key to Your Business’s Success appeared first on TechnoTalkative.

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

How to Hire the Right Flutter Developers for Your Startup in 2024? 2 Jun 2023 1:42 AM (last year)

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 2024. From understanding the demand […]

The post How to Hire the Right Flutter Developers for Your Startup in 2024? appeared first on TechnoTalkative.

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

#AndroidDev #Tip 4 – Managing Android dependencies versions 1 May 2017 1:29 AM (7 years ago)

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 […]

The post #AndroidDev #Tip 4 – Managing Android dependencies versions appeared first on TechnoTalkative.

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

#AndroidDev #Tip 3 – Don’t leave any exceptions behind 28 Apr 2017 5:14 AM (7 years ago)

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 […]

The post #AndroidDev #Tip 3 – Don’t leave any exceptions behind appeared first on TechnoTalkative.

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

#AndroidDev #Tip – Define constants for Bundle Keys used between two Activities 25 Apr 2017 5:50 AM (7 years ago)

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 […]

The post #AndroidDev #Tip – Define constants for Bundle Keys used between two Activities appeared first on TechnoTalkative.

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

#AndroidDev #Tip – set android baselinealigned false on this element for better performance 19 Apr 2017 9:44 PM (7 years ago)

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 […]

The post #AndroidDev #Tip – set android baselinealigned false on this element for better performance appeared first on TechnoTalkative.

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

Chuck – In-app HTTP inspector for HTTP OkHttp clients 22 Feb 2017 8:30 AM (7 years ago)

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. […]

The post Chuck – In-app HTTP inspector for HTTP OkHttp clients appeared first on TechnoTalkative.

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

Android libraries that top apps use 15 Feb 2017 8:38 AM (7 years ago)

I have heard this question from junior android developers that which libraries we should learn and explore, those libraries which are being used in top applications (i.e. top application in terms of download numbers and five star rating counts). Also those libraries which helps in i) application performance ii) clean code iii) code quality and […]

The post Android libraries that top apps use appeared first on TechnoTalkative.

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

My Android Talks for upcoming events 4 Aug 2016 8:54 PM (8 years ago)

Since the new season is approaching with Droidcon India, GDG DevFest and many other mobile developer’s conferences and events, it’s time to focus on technical talks. I have prepared some focused talks on android development with keeping applications architecture, optimizations and developer’s productivity in mind. I have already submitted these talks in conferences I got […]

The post My Android Talks for upcoming events appeared first on TechnoTalkative.

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?

Android – Get more out of Butter Knife 21 Apr 2016 3:38 AM (8 years ago)

I have played a role in many android applications, whether it could be company projects or open source projects. Believing in knowledge sharing and expertise, I have also contributed into couple of projects of community members, by providing mentorship! During my involvement in all of these projects, I have observed most of the android developers […]

The post Android – Get more out of Butter Knife appeared first on TechnoTalkative.

Add post to Blinklist Add post to Blogmarks Add post to del.icio.us Digg this! Add post to My Web 2.0 Add post to Newsvine Add post to Reddit Add post to Simpy Who's linking to this post?