SketchPro
Photo
π€5π2β€1π1π₯1π1π1π€1πΏ1
π₯ Aaj se 6 mahine tak β No excuses, No skipping β sirf lagataar kaam! πͺ
Har din kaam hoga, bina kisi bahane ke, bina kisi break ke.
Bas mehnat, focus aur dedication. π―
π Agle 6 months sirf grind mode on π₯
Taaki ek saal baad life alag level pe ho!
Tayyar ho jaoβ¦ game ab shuru ho raha hai! π
#6MonthsChallenge #NoExcuses #FullFocus #GrindModeOn #DisciplineOnly
Har din kaam hoga, bina kisi bahane ke, bina kisi break ke.
Bas mehnat, focus aur dedication. π―
π Agle 6 months sirf grind mode on π₯
Taaki ek saal baad life alag level pe ho!
Tayyar ho jaoβ¦ game ab shuru ho raha hai! π
#6MonthsChallenge #NoExcuses #FullFocus #GrindModeOn #DisciplineOnly
π7β€5π2π2π2π1π1π€£1π€1π1
π 12 July
Gaon ka ladka, sapno ka banda π«
Aaj ek aur saal bada ho gaya, lekin jazba wahi hai β seedha dil se!
Thank you sabko jo mere safar ka hissa hain. π
#BirthdayVibes #BornToRise π₯
Gaon ka ladka, sapno ka banda π«
Aaj ek aur saal bada ho gaya, lekin jazba wahi hai β seedha dil se!
Thank you sabko jo mere safar ka hissa hain. π
Another year older, another step closer to the dream.
#BirthdayVibes #BornToRise π₯
π₯°13π―6β€3π2π₯1π1π€©1π1π€1
New Project coming soon β‘
π7π₯°3π3π3π2π€2π1π1π€©1π1πΏ1
web.sketchub.in
Sketchub β’ Alex ( Personal Assistant )
Alex - Personal AI Assistant
Version 1.0 (15 July 2025)
β’ LLaMA 3 70B via OpenRouter API.
β’ Clean chat UI with typing indicator.
β’ Markdown & code block support with copy option.
β’ Smooth animations & easy sharing.
---
Version 1.1 (17 July 2025) - Latestβ¦
Version 1.0 (15 July 2025)
β’ LLaMA 3 70B via OpenRouter API.
β’ Clean chat UI with typing indicator.
β’ Markdown & code block support with copy option.
β’ Smooth animations & easy sharing.
---
Version 1.1 (17 July 2025) - Latestβ¦
β€4π€2π2π1π₯°1π€©1π―1πΏ1π1
https://www.behance.net/gallery/229941977/Nexari-Chatbot-AI-Assistant-UX-UI-Design?tracking_source=search_projects|ai+chat+app+chatbot+ui+design&l=0
Mujhe AiChat Bot ka or ui suggest kro
Mujhe AiChat Bot ka or ui suggest kro
Behance
Nexari Chatbot - AI Assistant UX UI Design
Nexari is a smart AI chatbot app offering intuitive, secure, and human-like conversation experiences anytime.
π€3π2π₯°1π1π€1
web.sketchub.in
Sketchub β’ Alex ( Personal Assistant )
Alex - Personal AI Assistant
Version 1.0 (15 July 2025)
β’ LLaMA 3 70B via OpenRouter API.
β’ Clean chat UI with typing indicator.
β’ Markdown & code block support with copy option.
β’ Smooth animations & easy sharing.
---
Version 1.1 (17 July 2025) - Latestβ¦
Version 1.0 (15 July 2025)
β’ LLaMA 3 70B via OpenRouter API.
β’ Clean chat UI with typing indicator.
β’ Markdown & code block support with copy option.
β’ Smooth animations & easy sharing.
---
Version 1.1 (17 July 2025) - Latestβ¦
π€5π₯°3π2π1π€©1π1π―1π1π€1π1
Apk info Application Prompt for Sketchware Users
Design a fully professional Android App Manager application using Sketchware Pro that strictly follows Material 3 (Material You) principles, but implement everything using Fully Java code and Fully XML layouts. No extra assets or libraries.
Requirement:
- App must list installed applications, divided into Downloaded Apps and System Apps.
Application Structure:
1οΈβ£ Main Screen (MainActivity.java + activity_main.xml):
- Top ActionBar (Toolbar style simulated):
β’ Title: App Manager
β’ Right-side icons:
- Search Icon β Opens SearchActivity
- Refresh Icon β Reload apps
- 3-dot Overflow Menu:
- Settings β Opens SettingsActivity
- Developer Info β Opens DeveloperActivity
β’ Build using a horizontal LinearLayout with TextView (for title) and ImageViews (for icons), inside a CardView or elevated LinearLayout to simulate Material 3 TopAppBar.
- Tab Layout:
β’ 2 Tabs: "Downloaded Apps" and "System Apps".
β’ Use horizontal LinearLayout with two TextViews styled as tabs.
β’ Selected tab text color: #000000 (Black).
β’ Unselected tab text color: #888888 (Grey).
β’ Use a View (height=2dp) below active tab as indicator with dynamic accent color.
- App List:
β’ Use ListView (or CustomListView) to display installed apps.
β’ Each item must be a CardView-style LinearLayout in a custom item_app.xml:
- ImageView: App Icon (Rounded)
- TextView: App Name (Bold)
- TextView: Package Name (Small)
β’ OnClick: Open AppDetailsActivity passing the package name.
- Loading Indicator:
β’ Use ProgressBar (Circular) with dynamic colors.
β’ Show/hide using View.VISIBLE and View.GONE during app loading.
- Empty State:
β’ If no apps found, show centered ImageView (placeholder image) and TextView with text "No apps found".
2οΈβ£ App Details Screen (AppDetailsActivity.java + activity_app_details.xml):
- TopAppBar (Same structure):
β’ Back Arrow Icon (ImageView)
β’ App Name (Centered Title)
β’ 3-dot Overflow Menu:
- Find in Market
- Backup APK
- Main Layout:
β’ App Icon (Large ImageView)
β’ App Name (TextView)
- Main Buttons (use Buttons in XML):
β’ Launch App (Filled Button)
β’ Uninstall (Outlined Button)
β’ App Settings (Text Button)
- App Information List:
β’ Display app details like:
- Package Name
- Version
- Installed Date
- App Size
- APK Path
- Permissions List
- Target SDK / Min SDK
β’ Use LinearLayouts inside a ScrollView for scrolling content.
3οΈβ£ Settings Screen (SettingsActivity.java + activity_settings.xml):
- Light, Dark, System Default Theme Selection
- Switch to toggle Dynamic Color
- Dropdown to select Sorting: A-Z, Size, Installed Date
- About Section with app info
4οΈβ£ Developer Info Screen (DeveloperActivity.java + activity_developer.xml):
- Static Information about developer.
UI Design Notes:
- Use #FFFFFF as background color throughout.
- Use dynamic accent colors for active tabs, indicators, buttons.
- Use Rounded Corners (16dp) for all Cards, Buttons, App Icons.
- Use Material Symbols Rounded icons (as PNG drawables).
- Add soft shadows using CardView or elevation.
- Ensure proper padding (16dp standard) around all UI elements.
- Use animations between activities (slide in/out) using Java.
General Implementation:
- Use Fully Java code to handle all app loading, click events, list population, APK backup, uninstall intents, open in Play Store, app settings, etc.
- Layouts must be built using Fully XML code with no dependency on Sketchware's GUI editor.
- No external libraries allowed; use standard Sketchware Pro components and native Android methods.
Output must result in a clean, modern, dynamic Material 3-like App Manager experience inside Sketchware Pro.
π8π€3π2β€1π₯°1π1π1π1
SketchPro
Apk info Application Prompt for Sketchware Users Design a fully professional Android App Manager application using Sketchware Pro that strictly follows Material 3 (Material You) principles, but implement everything using Fully Java code and Fully XML layouts.β¦
This media is not supported in your browser
VIEW IN TELEGRAM
Developed by Bittu using Full AI β Completed in just 2 hours with a single prompt! π
Want to learn how? Subscribe to our channel now and start your journey! β€οΈ
Want to learn how? Subscribe to our channel now and start your journey! β€οΈ
π₯°3π3β€1
SketchPro
Developed by Bittu using Full AI β Completed in just 2 hours with a single prompt! π Want to learn how? Subscribe to our channel now and start your journey! β€οΈ
web.sketchub.in
Sketchub β’ App Manager
π Developed by Bittu using Full AI β Completed in just 2 hours with a Single Prompt! π
Want to know how it was done? Subscribe to our YouTube channel and kickstart your own journey today! β€οΈ
π§ Prompt Executor:
π https://web.sketchub.in/u/Bedardi3475
π Promptβ¦
Want to know how it was done? Subscribe to our YouTube channel and kickstart your own journey today! β€οΈ
π§ Prompt Executor:
π https://web.sketchub.in/u/Bedardi3475
π Promptβ¦
π4π1
Announcements
India me firebase ki Realtime database me kuch errors aaya hai issiliyea india me Realtime database show nhi hoga, Abhi kaa latest update hai firebase ki taraph se
There have been some errors in the realtime database of firebase in India, that is why the realtime database will not be displayed in India, this is the latest update from firebase
India me firebase ki Realtime database me kuch errors aaya hai issiliyea india me Realtime database show nhi hoga, Abhi kaa latest update hai firebase ki taraph se
There have been some errors in the realtime database of firebase in India, that is why the realtime database will not be displayed in India, this is the latest update from firebase
β€5π3π’3π2π¨2π1π1π1