Posts

Showing posts from August, 2025

Top 20 Android Gradle Dependencies और उनके Features (2025)

Image
Top 20 Android Gradle Dependencies और उनके Features (August 2025) Android Dependencies क्या हैं? Android development में, dependencies बाहरी libraries होती हैं जो हमारे project में additional functionality जोड़ती हैं। Gradle एक build automation tool है जो इन dependencies को manage करता है। जब हम अपने app में किसी library का use करना चाहते हैं, तो हमें उसे अपने build.gradle file में add करना होता है। यह process हमारे development को faster और efficient बनाती है क्योंकि हमें हर feature को scratch से develop करने की जरूरत नहीं होती। 1. Material Components for Android implementation 'com.google.android.material:material:1.11.0' Material Components Android के लिए Google की official design library है जो Material Design guidelines को follow करती है। Pre-built material design components जैसे buttons, cards, navigation drawers Theming और styling के लिए extensive support ...

Select and delete multiple items in a list in Sketchware android project

Image
  1. In image manager of project, add delete icon   ic_delete_white . 2. In Resource, in menu folder, add an xml file named  context_menu.xml . Put following code in this file:

How to enable upload from webview in Sketchware?

Image
  Now that Sketchware has a block to add java code directly in the project, it is possible to enable file upload in webview. To enable file upload in webview in sketchware app, follow the steps given below. 1. Insert a webview in VIEW area in the sketchware project. Note the ID of webview, usually it is  webview1 . 2. In LOGIC area of project, in onCreate event, add the block  add source directly  and copy the following code in it:

Sketchware Pro से Advanced Age Calculator App कैसे बनाएं - Years, Months, Days तक

Image
Sketchware Pro से Advanced Age Calculator App कैसे बनाएं Aaj is tutorial mein aap seekhenge ki kaise Sketchware Pro ka use karke ek Advanced Age Calculator App banaya jaye — jisme User ki age sirf Year hi nahi, balki Month, Week, Day, Hour, Minute, Second tak calculate hoti ho. 📁 Step 1: Create New Project in Sketchware Pro Apne mobile mein Sketchware Pro open karein aur ek naya project create karein. Uske baad: Top-right corner mein diye gaye three dots (⋮) par tap karein Java/Kotlin Manager open karein Wahan ek MainActivity.java file create karein 🧠 Step 2: Add Java Code Ab aapko niche diya gaya Java code apne MainActivity.java mein paste karna hai. Note: Package name ko apne project ke package name se replace zarur karein.

Create a Stylish QR Code Generator App with Advanced UI in Android

Image
Advance Level QR Code Generator App बनाने की पूरी जानकारी इस पोस्ट में हम एक ऐसा Android एप्लीकेशन बनाएंगे जो किसी भी टेक्स्ट या लिंक को स्टाइलिश QR कोड में बदल देगा। ये पूरा प्रोजेक्ट एडवांस यूआई के साथ डिजाइन किया गया है, जिसमें हम rounded buttons, glowing effect और glass background का भी इस्तेमाल करेंगे। 📁 Project Structure आपको नीचे दिया गया पूरा फोल्डर स्ट्रक्चर फॉलो करना होगा:

YouTube Video Info App Banane Ka Asaan Tarika | Title, Description, Tags Copy & Thumbnail Download Karein

Image
YouTube Video Info App Banane Ka Complete Tutorial – Stylish & Red Theme Agar aap ek YouTube Video Info App banana chahte hain jo YouTube videos ka title, description, views, likes, aur thumbnail extract kare , toh yeh tutorial aapke liye perfect hai! Hum Java aur XML use karke ek stylish red-themed app banayenge. 1. Introduction – App Ka Purpose Yeh app users ko YouTube videos ki basic details fetch karne mein help karega. User YouTube video URL daalega, aur app YouTube Data API use karke uss video ki details show karega. Kya Kya Sikhenge? ✔ XML mein UI design karna ✔ Java mein API calls handle karna ✔ Custom styling (red theme) ✔ Error handling Note: Yeh tutorial beginner-friendly hai aur step-by-step samjhaya gaya hai. 2. App Ke Features ✅ YouTube video details fetch karna (Title, Description, Thumbnail) ✅ Material Design with red theme ...