Saurabh Jadhav's Blog

Saurabh Jadhav's Blog

Follow
homeAndroid DevelopmentFlutterPythonTipsnewsletter

Installing LangChain: How to install LangChain and get started with it

Sep 6, 20233 min read 34 views

Introduction LangChain is an open-source framework for developing applications powered by large language models (LLMs). It provides a high-level API...

Installing LangChain: How to install LangChain and get started with it

What is LangChain? A brief introduction to LangChain and its key features.

Sep 6, 20233 min read 21 views

What is LangChain? LangChain is an open-source framework for developing applications powered by large language models (LLMs). It provides a high-level...

What is LangChain? A brief introduction to LangChain and its key features.

Custom WeekView with Jetpack Compose

Jul 28, 20237 min read 90 views

In this blog post, we will learn how to create a custom week view using Jetpack Compose in Android. Jetpack Compose is a modern toolkit for building...

Custom WeekView with Jetpack Compose

Changing Image Aspect Ratio in Android using Kotlin + Couroutines

May 17, 20239 min read 96 views

The aspect ratio of an image is a proportional relationship between its width and height, We will change aspect ratio of any image in android. ยท The...

Changing Image Aspect Ratio in Android using Kotlin + Couroutines

Retrofit with MVVM in Jetpack Compose

Feb 3, 20236 min read 2.2K views

We will build simple app using jsonplaceholderAPI for this project and use Retrofit library with MVVM in JetPack Compose. So here are the...

Retrofit with MVVM in Jetpack Compose

Location tracking service: Run every 1 minute send to server every 60 mins

Jan 27, 20235 min read 73 views

So as title suggest this are our requirements : Location tracking service which runs continuously in the background and records users Lat, Long...

Location tracking service: Run every 1 minute send to server every 60 mins