top of page

BLOGS

Continuous Integration and Deployment through Circle CI

Feb 3, 2018  ·  5 min read

On small or casual projects, developers can do tasks manually with regards to building projects, testing and deployment. But this quickly creates a very big headache when you reach to a point of complexity or have big team of...

Circleci_Circleci.jpeg

Building TV Apps !!

Jul 15, 2020  ·  5 min read

If building mobile apps interests you alot, then building applications for Android TV or Firestick will surely drive you crazy. I personally chose this field of development as I wanted to explore new dimension of tech in building apps...

1_AZWHd_UcuoIvMqvUNTCiUA.jpeg

Android TV Voice Search

Feb 23, 2021  ·  4 min read

“Every good conversation starts with good listening”. So wouldn’t be amazing if you could make your smart tv listen 👂 and give you intents accordingly 😉...

0_f224w0t2FUgcpG8r.jpeg

A small leak can sink a great ship !!

Oct 7, 2022  ·  10 min read

The creation of this blog post is a summary of my talk at Droidcon Italy 2022. 

High memory leaks lead to sluggy apps or skipping frames during its execution or even termination of your application in the middle of critical work... 

Screenshot 2022-10-13 at 9.32.20 PM.png

Kotlin Multiplatform KMP 🧐 or 🙈 !!

Nov 6, 2022  ·  4 min read

Droidcon Italy 2022, was full of learnings and interesting conversations around various tech getting build in Android world.

One of the interesting discussion was “Kotlin Multi Platform Roundtable”.

Here's my form of short summary to this insightful discussion..

1_MCU8J5-roudxIIYt1U1J1A.jpeg

WTM - A Journey !!

Dec 15, 2022  ·  3 min read

This blog is a small summary of my journey to WTM — Women Tech Makers Ambassador. Let’s start from the very beginning for all who are reading “WTM” for the first time 🫣

Untitled.gif

Is your app accessible ?? Check it out with Accessibility Scanner !!

Jan 3, 2023  ·  5 min read

When as a developer you build any app or any feature in an existing app, what you aim for the most, it's the seamless user experience. But now the question is, do you just want to target users with no disabilities? 

What about targeting your app for the audience with disabilities ? So, let's bring accessible engineering into the picture. 

0_7_1fRo715iF5twvS.png

Feb 12, 2023  ·  5 min read

There are many blogs out there to implement collapsing toolbar layouts in jetpack compose. But what about the situation where you want to stick the toolbar at top of the screen, but would surely like to stick the tab layout to the top?

In general, how to make a layout collapsable rather than just a toolbar :)

0_zQJ9vuK-pQ7O0ITa.webp

Feb 12, 2023  ·  5 min read

This blog post will focus on a thrilling feature available in Android Studio Flamingo Canary 5 and above, known as App Quality Insights (AQI), which can be located near the profiler in your studio. Personally, I have it positioned at the bottom, so let’s explore what it has in store.

1_bbs6PoE5IHT_TXoqOUt18w_edited_edited.j

May 26, 2023  ·  5 min read

Selecting the ideal API style for your project is a critical decision that can significantly impact its performance, flexibility, and developer experience. In this blog post, we will delve into the characteristics, strengths, and considerations of two leading contenders: REST API and GraphQL. By understanding the nuances of each approach, you’ll be better equipped to make an informed choice.

1_XcQQlUjjUHXSECC3BBQsyw.webp
bottom of page