📰 Dev.to · Khush Panchal
Articles from Dev.to · Khush Panchal · 10 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (9465)
ArXiv cs.AIDev.to · FORUM WEBForbes InnovationDev.to AIOpenAI NewsHugging Face Blog

Dev.to · Khush Panchal
1w ago
What even is an AI Agent?… Isn’t it just an API Call?
If you’ve been hearing “agents will do everything” and thinking… “Isn’t this just a GPT API with...

Dev.to · Khush Panchal
2mo ago
Run Your MVVM Android App on iOS — KMP Magic ✨
In this article, we’ll take an existing Android MVVM app and gradually convert it into a Kotlin...

Dev.to · Khush Panchal
1y ago
Kotlin Generics Simplified
Generics in Kotlin allow us to write flexible and reusable code. In this article, we’ll dive into the...

Dev.to · Khush Panchal
1y ago
How to Create and Publish an Android Library for Beginners
In this article, we will explore the simplest way to create and publish an open-source Android...

Dev.to · Khush Panchal
1y ago
Step by Step guide to create basic MVVM Application in Android
Machine Coding LLD Android — MVVM-Hilt-Retrofit In this blog we will create a basic mvvm...

Dev.to · Khush Panchal
1y ago
Understanding Kotlin’s Any, Unit, Nothing
Kotlin offers unique types that can be quite different from what developers are used to in Java. In...

Dev.to · Khush Panchal
1y ago
Inline Function — When to use?
In this article, we will investigate the Kotlin inline function in detail and come to a conclusion on...

Dev.to · Khush Panchal
2y ago
Functional Interface in Kotlin
What is Functional Interface or SAM (Single Abstract Method)? Functional Interface which...

Dev.to · Khush Panchal
2y ago
Kotlin Delegation Simplified
Introduction In this blog I will explain the delegates in Kotlin in simple terms. Before...

Dev.to · Khush Panchal
2y ago
Does Kotlin have primitive data types?
In this blog I have came to the conclusion whether Kotlin actually have primitive data types or...
DeepCamp AI