Pricing Plan

Home Pricing Plan

Plan - Digital India

Graphic Designing Course

₹5000 03/month

Service Include:
  • Mobile App UI Designing
  • Website UI Designing
  • Logo Designing
  • Banners Designing
  • Business Card Designing
  • Brochures Designing
  • Social Media Post
  • Image Editing & Retouching

Career Opportunities:
Graphic Designer, Visual Designer, Social Media Designer

Plan - Digital India

Website Designing Course

₹5000 03/month

Service Include:
  • Project Discussion with Clients
  • Website Templates Theme Setup
  • Website Content Creation
  • Mobile Responsive Website
  • Portfolio Website
  • Business Website
  • Hosting Setup
  • Domain Setup
  • Website Deployment
  • Publish on Google
  • Publish on 4th Dimension Partners

Career Opportunities:
Website Designer, Frontend Developer, WordPress Expert

Plan - Digital India

Software Engineering Course

₹50,000 06/month

Service Include:
  • Introduction to Software Development
  • Programming Fundamentals
  • Coding
  • Android Mobile App Development
  • iOS Mobile App Development
  • Web App Development
  • Desktop App Development
  • Software Development
  • Project Discussion with Clients
  • Publish on Google Play store
  • Publish on Apple Store
  • Web app Deployment
  • Publish on 4th Dimension Partners

Career Opportunities:
Junior Developer, Software Trainee, Technical Support Engineer

Plan - Digital India

Data Analyst

₹25000 06/month

Service Include:
  • -Live Project
  • Excel
  • SQL (Data Analysis in MYSQL)
  • Python
  • Libraries
  • Data Visualization Tools
  • Microsoft Power BI

Career Opportunities:
Junior Data Analyst, Business Intelligence (BI) Analyst, Operations Analyst, Reporting Analyst, Marketing Data Analyst

Plan - Digital India

Data Scientist

₹25000 06/month

Service Include:
  • -Live Project
  • Excel
  • SQL (Data Analysis in MYSQL)
  • Python
  • Libraries
  • Data Visualization Tools
  • Microsoft Power BI

Career Opportunities:
Junior Data Analyst, Business Intelligence (BI) Analyst, Operations Analyst, Reporting Analyst, Marketing Data Analyst

Plan - Digital India

Business Analyst

₹25000 06/month

Service Include:
  • -Live Project
  • Excel
  • SQL (Data Analysis in MYSQL)
  • Python
  • Libraries
  • Data Visualization Tools
  • Microsoft Power BI

Career Opportunities:
Junior Data Analyst, Business Intelligence (BI) Analyst, Operations Analyst, Reporting Analyst, Marketing Data Analyst

Plan - Digital India

Business Scientist

₹50000 01/Year

Service Include:
  • Data Analyst
  • Business Analyst
  • Data Scientist
  • Live Project
  • Excel
  • SQL (Data Analysis in MYSQL)
  • Python
  • Libraries
  • Data Visualization Tools
  • Microsoft Power BI

Career Opportunities:
Junior Data Analyst, Business Intelligence (BI) Analyst, Operations Analyst, Reporting Analyst, Marketing Data Analyst

Plan - Digital India

iOS Developer

₹10,000 06-12 months

Course Modules:
  • Module 1: Introduction to iOS Development
    • Overview of iOS ecosystem
    • Understanding Apple’s platforms (iPhone, iPad, Apple Watch, Apple TV)
    • Setting up Xcode and the iOS Simulator
    • Basics of the App Store and Apple Developer Account
  • Module 2: Swift Programming Language
    • Swift basics: variables, constants, data types
    • Control flow, Functions and closures
    • OOP, Enumerations, Optionals
    • Protocols, Extensions, Error handling
  • Module 3: Xcode and Interface Builder
    • Interface Builder, Storyboards, Auto Layout
    • Responsive UI design
  • Module 4: UIKit Fundamentals
    • View controllers, navigation, table views
    • Gesture recognizers, user interaction
  • Module 5: App Architecture & Design Patterns
    • MVC, MVVM basics
    • Delegation, NotificationCenter
    • Target-Action pattern
  • Module 6: Data Persistence
    • UserDefaults, Core Data basics
    • Codable, File system, JSON storage
  • Module 7: Networking and APIs
    • URLSession, JSON Parsing
    • REST API, Alamofire, SwiftyJSON
  • Module 8: Advanced UI and Animations
    • Custom UI, Animations, Accessibility
    • Dark Mode and Dynamic Type
  • Module 9: SwiftUI (Advanced/Optional)
    • Declarative UI, Bindings, Navigation
    • Integration with UIKit
  • Module 10: Working with Device Features
    • Camera, Maps, Push Notifications
    • Permissions and privacy
  • Module 11: Testing and Debugging
    • Xcode debugger, Unit/UI Testing
    • Performance analysis with Instruments
  • Module 12: App Deployment
    • App icons, Code signing, Provisioning
    • TestFlight, App Store submission
  • Capstone Project:
    • Build a complete iOS app
    • Apply best practices in Swift, UI/UX
    • Project presentation & submission
  • Bonus Topics (Optional):
    • Swift Package Manager (SPM)
    • Firebase Integration
    • Combine Framework, GraphQL

Career Opportunities:
iOS App Developer, Mobile Software Engineer, Swift Developer, Mobile App Tester, Junior iOS Engineer

Plan - Digital India

Android Developer Courses

₹10,000 06-12 months

Course Modules:
  • Module 1: Introduction to Android Development
    • Overview of Android ecosystem
    • Android platform architecture
    • Setting up Android Studio and SDK
    • Creating and running your first Android app
    • Introduction to Gradle
  • Module 2: Programming with Kotlin (or Java)
    • Variables, data types, and operators
    • Control flow (if, when, loops)
    • Functions and Lambdas
    • Classes, objects, and inheritance
    • Collections and generics
    • Null safety in Kotlin
    • Extension and higher-order functions
    • (Kotlin recommended)
  • Module 3: Android UI Design
    • Views and ViewGroups
    • Layouts: Linear, Relative, Constraint
    • RecyclerView and Adapters
    • Material Design components
    • Themes, styles, and drawables
    • Working with resources
  • Module 4: Activity & Fragment Lifecycle
    • Activity lifecycle methods
    • Working with multiple activities
    • Intents (explicit & implicit)
    • Fragments and fragment lifecycle
    • Fragment transactions and backstack
  • Module 5: Data Persistence
    • SharedPreferences, File storage
    • SQLite and Room
    • Data modeling and DAO patterns
  • Module 6: Networking and APIs
    • Retrofit/Volley for HTTP requests
    • Parsing JSON with Gson/Moshi
    • Coroutines for async calls
    • Consuming REST APIs
    • Error handling
  • Module 7: Advanced UI Concepts
    • Custom views and animations
    • State management in UI
    • MotionLayout, ConstraintSet
    • DataBinding & ViewBinding
  • Module 8: Background Processing
    • AsyncTask (legacy)
    • Services and JobScheduler
    • WorkManager for tasks
    • Notifications and foreground services
  • Module 9: Dependency Injection & Architecture
    • MVVM architecture
    • LiveData, ViewModel, Repository
    • Dagger/Hilt basics
    • DataStore usage
  • Module 10: Firebase Integration
    • Firebase Authentication
    • Realtime Database / Firestore
    • Firebase Cloud Messaging
    • Analytics and Crashlytics
  • Module 11: Testing and Debugging
    • Logging and debugging tools
    • Unit testing (JUnit), UI testing (Espresso)
    • Profiling with Android Studio
  • Module 12: Publishing Your App
    • Creating release builds
    • Signing APKs/AABs
    • Preparing assets (icons, splash screen)
    • Google Play Console setup
    • Publishing and updating apps
  • Capstone Project:
    • Build a full Android app
    • Include UI, networking, data layers
    • Present, review, and receive feedback
  • Bonus Topics (Optional):
    • Jetpack Compose
    • Third-party libraries (Glide, Picasso)
    • Sensor integration (GPS, accelerometer)
    • Kotlin Coroutines and Flow
    • Modular development & clean architecture

Career Opportunities:
Android App Developer, Mobile Engineer, Kotlin Developer, Mobile App Tester, Junior Android Engineer

Plan - Digital India

Digital Marketing Expert Course

₹10,000 06-12 months

Course Modules:
  • Module 1: Introduction to Digital Marketing
    • What is Digital Marketing?
    • Traditional vs Digital Marketing
    • Importance of Digital Marketing
    • Career Opportunities
    • Key Channels of Digital Marketing
  • Module 2: Website Planning & Creation
    • Domains and Hosting
    • WordPress / Website Builders
    • Creating a Basic Website
    • SEO-friendly Web Design
    • UX/UI Fundamentals
  • Module 3: Search Engine Optimization (SEO)
    • Intro to SEO, Keyword Research
    • On-Page & Off-Page SEO
    • Technical SEO
    • Google Search Console & Analytics
  • Module 4: SEM / Google Ads
    • Intro to Google Ads
    • Search, Display, Video Ads
    • Campaign Setup & Optimization
    • Ad Copy, Keyword Bidding
    • Performance Tracking
  • Module 5: Social Media Marketing (SMM)
    • Social Media Platforms Overview
    • Content & Strategy Planning
    • Paid Ads (Facebook, Instagram)
    • Analytics & Reporting
  • Module 6: Content Marketing
    • Role and Types of Content
    • Content Strategy & Planning
    • SEO Copywriting
    • Content Tools: Canva, Grammarly, etc.
  • Module 7: Email Marketing
    • Email List Building
    • Campaign Design & Automation
    • Tools: Mailchimp, Sendinblue
    • Segmentation and Metrics
  • Module 8: Affiliate Marketing
    • Affiliate Networks & Programs
    • Tracking & Strategy
    • Ethics and Disclosures
  • Module 9: Influencer Marketing
    • Finding Influencers
    • Outreach & Campaign Types
    • ROI Measurement
  • Module 10: Analytics & Reporting
    • Google Analytics (GA4)
    • Tracking KPIs and Goals
    • UTM & Dashboards
  • Module 11: E-commerce Marketing
    • E-commerce Business Models
    • Product Page Optimization
    • Shopping Ads & Tools (Shopify)
    • Abandoned Cart Recovery
  • Module 12: Mobile Marketing
    • Mobile SEO
    • App Store Optimization (ASO)
    • SMS & Push Notifications
  • Module 13: Online Reputation Management (ORM)
    • Monitoring Tools & Techniques
    • Handling Negative Reviews
    • Building Positive Presence
  • Module 14: Marketing Automation Tools
    • HubSpot, ActiveCampaign, Zapier
    • Workflow & Lead Nurturing
  • Module 15: Capstone Project / Case Study
    • Create a Real-Time Campaign
    • Strategy, Execution, Reporting

Career Opportunities:
Digital Marketing Executive, SEO Specialist, PPC Analyst, Content Marketer, Email Marketing Specialist, Social Media Manager

Indian Business Online Programs Launch by 4th Dimension Partners

Welcome to Indian Business Online Programs launched by 4th Dimension Partners to make India Digital so lets learn from experts
to be a Software Engineer, Website Designer, Graphics Designer and more!!!

Copyright © 2025 Indian Business Online Programs . Website Launched by 4thdimension Website Setup

WhatsApp Support