Think Twice Before Creating That ChatGPT Action Figure

Think Twice Before Creating That ChatGPT Action Figure

At the start of April, an influx of action figure started appearing on social media sites including LinkedIn and X. Each figure depicted the person who had created it with uncanny accuracy, complete with personalized accessories such as reusable coffee cups, yoga mats, and headphones. All this is possible because of OpenAI’s new GPT-4o-powered image … Read more

Jetpack Compose vs XML. Are you still creating your app with… | by Manish Mandhan | Apr, 2025

Jetpack Compose vs XML. Are you still creating your app with… | by Manish Mandhan | Apr, 2025

Are you still creating your app with Custom Adapters, RecyclerView, and different files for UI? It’s time to migrate.Why?Because Google is actively pushing Jetpack Compose.If you were looking for a short answer, you’re good to go. Jetpack Compose is a declarative UI toolkit built in Kotlin to facilitate UI building for Android apps.Its declarative nature … Read more

Creating Custom XML Views in Android | by Salma Khodaei | Apr, 2025

Creating Custom XML Views in Android This is part of a series that will include starter code for doing various things in Android (modern and old). Today’s post covers the most general use-case for creating a custom xml view and can serve as a beginning point for working with them. Steps: Create an xml file … Read more

Creating Animated Navigation Bar using Android Vector Drawables in Jetpack Compose | by Jyotimoykashyap

Creating Animated Navigation Bar using Android Vector Drawables in Jetpack Compose | by Jyotimoykashyap

Remember, the good old days of using android view system using XMLs. If yes, then probably you must have come across something called as Android Vector Drawables or AVD in short. Don’t worry, even if you have not heard about it then also this article won’t disappoint you. Okay, so here’s a short story of … Read more

Helldivers 2 fans are creating wild cinematic trailers

Helldivers 2 fans are creating wild cinematic trailers

One fan, posting on Reddit under the name Sad-Needleworker-590, posted his own trailer using a few clips of in-game cutscenes, voice lines from the game, and footage filmed from his own games. The end result is chilling; some of the shots of a lone Helldiver jogging through a blood-red sunset or preparing to face off … Read more

Cloudflare announces remote MCP server to reduce barriers to creating AI agents

Cloudflare announces remote MCP server to reduce barriers to creating AI agents

Cloudflare is making it easier for developers to create AI agents with several new updates that  were announced today.  First, the company announced a remote Model Context Protocol (MCP) server. MCP is an open standard that allows AI agents to interact with external services, which is important in enabling them to complete tasks on a … Read more

Creating and Publishing an Android SDK: A Simple Step-by-Step Guide That Actually Works | by Anatolii Frolov | Apr, 2025

Creating and Publishing an Android SDK: A Simple Step-by-Step Guide That Actually Works | by Anatolii Frolov | Apr, 2025

Now that your SDK is working locally, the next step is to make it reusable in other projects.There are multiple ways to publish an Android SDK — you can push to an internal Maven repo, upload to Maven Central, or distribute a .aar manually. But for open-source or lightweight public libraries, JitPack is by far … Read more

Ultimate Guide to Creating Adaptive and Multi-toneThemed Icons for Android🤖: A Step-by-Step Guide 🎨 | by Dinoy Raj | Apr, 2025

Ultimate Guide to Creating Adaptive and Multi-toneThemed Icons for Android🤖: A Step-by-Step Guide 🎨 | by Dinoy Raj | Apr, 2025

Adaptive and themed icons were introduced to ensure consistency across app icons displayed by the launcher on the home screen. In this article, we’ll explore the process of designing multi-tone and gradient-themed icons. Learn how to create adaptive and themed icons for Android apps. This guide covers design tips, implementation steps, and best practices for … Read more

Ultimate Guide to Creating Adaptive and Multi-toneThemed Icons for Android🤖: A Step-by-Step Guide 🎨 | by Dinoy Raj | Apr, 2025

Ultimate Guide to Creating Adaptive and Multi-toneThemed Icons for Android🤖: A Step-by-Step Guide 🎨 | by Dinoy Raj | Apr, 2025

Adaptive and themed icons were introduced to ensure consistency across app icons displayed by the launcher on the home screen. In this article, we’ll explore the process of designing multi-tone and gradient-themed icons. Learn how to create adaptive and themed icons for Android apps. This guide covers design tips, implementation steps, and best practices for … Read more

Remove Splash Screen Flutter. Creating a Flutter application is an… | by Ahmed Taha ElElemy | Apr, 2025

Remove Splash Screen Flutter. Creating a Flutter application is an… | by Ahmed Taha ElElemy | Apr, 2025

Creating a Flutter application is an exciting journey, and understanding how to manage its initial screens can significantly enhance the user experience. One of the first elements users encounter is the splash screen — a brief introductory screen displayed while the app initializes. Flutter provides a default splash screen, but there might be instances where … Read more