import { motion } from "framer-motion"; import { ArrowRight, Brush, Bug, Calendar, CheckCircle, Code, Coffee, DollarSign, Eye, Lightbulb, Monitor, Network, Palette, Play, RefreshCcw, Rocket, Settings, Smartphone, Tablet, TrendingUp, UserPlus, Users2, Watch, Zap, } from "lucide-react"; import { ImageWithFallback } from "../components/figma/ImageWithFallback"; import { Footer } from "../components/Footer"; import { Navigation } from "../components/Navigation"; import { Accordion, AccordionContent, AccordionItem, AccordionTrigger, } from "../components/ui/accordion"; import { Badge } from "../components/ui/badge"; import { Button } from "../components/ui/button"; import { Card, CardContent } from "../components/ui/card"; import { ShimmerButton } from "../components/ui/shimmer-button"; import androidVectorImage from "../src/images/android-vector.png"; import { navigateTo } from "@/App"; // Android Hero Section with Android device mockups and Android vector const AndroidHeroWithCTA = () => { return (
{/* Android Development Label */}
Android App Development
{/* Main Heading */}

Robust Android App Development Services

Building scalable, secure, and user-centric Android applications for the world's largest mobile ecosystem with modern development practices.

{/* Key Benefits */}
3+ Billion Users
Native Performance
Google Play Ready
Kotlin & Java
{/* CTAs */} navigateTo("/start-a-project")} >
Book a Free Consultation
Explore Our Android Portfolio
{/* Right side with Android vector and device mockups */} {/* Android Vector and Device Mockups Container */}
{/* Animated Background Elements */}
{/* Main Android Vector */}
{/* Android Vector Image */}
{/* Glowing effect around Android vector */}
{/* Floating development icons around Android */} {/* Kotlin Badge */}
{/* Java Badge */}
{/* Play Store Badge */}
{/* Firebase Badge */}
{/* Device Mockups */}
{/* Android Phone Mockup */}
{/* Android Tablet Mockup */}
{/* Android Technology Badges */} Android Kotlin Java Android Studio
); }; // Key Benefits of Android Development const AndroidKeyBenefits = () => { const benefits = [ { icon: Users2, title: "Massive Reach", description: "Access to billions of users globally across diverse markets and demographics with Android's dominant market share.", }, { icon: Settings, title: "Flexibility & Customization", description: "Open-source nature allows for extensive customization, diverse features, and innovative user experiences.", }, { icon: Monitor, title: "Device Versatility", description: "Optimized for a wide range of devices, screen sizes, and form factors from budget to premium devices.", }, { icon: Network, title: "Integration Potential", description: "Seamless connection with Google services, APIs, and diverse hardware capabilities for rich functionality.", }, { icon: DollarSign, title: "Cost-Effective Entry", description: "Lower entry barrier with flexible development options and cost-effective deployment strategies.", }, ]; return (

Why Develop a Native Android App?

Android development offers unparalleled reach and flexibility for businesses looking to tap into the world's largest mobile ecosystem.

{benefits.slice(0, 3).map((benefit, index) => { const IconComponent = benefit.icon; return (

{benefit.title}

{benefit.description}

); })}
{/* Second row with 2 cards centered */} {benefits.slice(3).map((benefit, index) => { const IconComponent = benefit.icon; return (

{benefit.title}

{benefit.description}

); })}
); }; // Android Development Process Timeline const AndroidProcessTimeline = () => { const steps = [ { title: "Discovery & Strategy", description: "Comprehensive analysis of your Android app requirements, target audience, and optimal device compatibility strategy.", icon: Lightbulb, }, { title: "UI/UX Design", description: "Create stunning designs following Material Design principles for optimal Android user experience and platform consistency.", icon: Palette, }, { title: "Native Android Development", description: "Build your app using Kotlin/Java and modern Android frameworks for maximum performance and platform integration.", icon: Code, }, { title: "Thorough QA & Testing", description: "Comprehensive testing across diverse Android devices, OS versions, and screen sizes to ensure flawless functionality.", icon: Bug, }, { title: "Google Play Launch & Maintenance", description: "Handle Google Play Store submission, optimization, and provide ongoing maintenance and feature updates.", icon: Rocket, }, ]; return (

Our Comprehensive Android App Development Journey

From concept to Google Play success, we guide you through every step of the Android development process.

{/* Timeline line */}
{steps.map((step, index) => { const IconComponent = step.icon; const isEven = index % 2 === 0; return (
0{index + 1}

{step.title}

{step.description}

{/* Timeline dot */}
); })}
); }; // Android Specific Services const AndroidServicesGrid = () => { const services = [ { title: "Custom Android App Development", description: "Tailored apps for diverse business requirements with native Android performance and capabilities.", icon: Smartphone, }, { title: "Android Tablet App Development", description: "Creating immersive experiences for larger screens with optimized layouts and tablet-specific features.", icon: Tablet, }, { title: "Android UI/UX Design", description: "Crafting intuitive interfaces following Material Design principles for consistent user experiences.", icon: Brush, }, { title: "Android Wear & TV Apps", description: "Extending your app's presence to other Android devices including smartwatches and Android TV.", icon: Watch, }, { title: "Android App Modernization", description: "Upgrading existing apps for performance, security, and compatibility with latest Android versions.", icon: RefreshCcw, }, { title: "Google Play Store Optimization", description: "Improving app visibility and download rates through strategic ASO practices and store optimization.", icon: TrendingUp, }, ]; return (

Our Expertise in Android App Solutions

From smartphones to smart TVs, we provide comprehensive Android development services across all device categories.

{services.map((service, index) => { const IconComponent = service.icon; return (

{service.title}

{service.description}

); })}
); }; // Android Tech Stack const AndroidTechStack = () => { const technologies = [ { name: "Kotlin", logo: "https://images.unsplash.com/photo-1607706189992-eae578626c86?w=80&h=80&fit=crop&auto=format", }, { name: "Java", logo: "https://images.unsplash.com/photo-1580121441575-41bcb5c6b47c?w=80&h=80&fit=crop&auto=format", }, { name: "Android Studio", logo: "https://images.unsplash.com/photo-1611224923853-80b023f02d71?w=80&h=80&fit=crop&auto=format", }, { name: "Material Design", logo: "https://images.unsplash.com/photo-1558655146-9f40138edfeb?w=80&h=80&fit=crop&auto=format", }, { name: "Firebase", logo: "https://images.unsplash.com/photo-1618477388954-7852f32655ec?w=80&h=80&fit=crop&auto=format", }, { name: "AWS", logo: "https://images.unsplash.com/photo-1606868306217-dbf5046868d2?w=80&h=80&fit=crop&auto=format", }, { name: "Google APIs", logo: "https://images.unsplash.com/photo-1573804633927-bfcbcd909acd?w=80&h=80&fit=crop&auto=format", }, { name: "Jetpack Compose", logo: "https://images.unsplash.com/photo-1621839673705-6617adf9e890?w=80&h=80&fit=crop&auto=format", }, ]; return (

Leveraging Cutting-Edge Android Technologies

We use the latest Android frameworks and tools to create superior mobile applications.

{technologies.map((tech, index) => (
{tech.name}
))}
); }; // Android Case Studies const AndroidCaseStudies = () => { const caseStudies = [ { title: "E-Commerce Android App with Google Pay", client: "ShopNow", description: "Comprehensive shopping platform with Google services integration", image: "https://images.unsplash.com/photo-1556742049-0cfed4f6a45d?w=400&h=300&fit=crop&auto=format", results: "3M+ downloads", gradient: "from-accent/20 to-accent/10", }, { title: "Fitness Tracking Android App", client: "FitAndroid Pro", description: "Advanced fitness tracking with Google Fit integration and wearable support", image: "https://images.unsplash.com/photo-1576091160399-112ba8d25d1f?w=400&h=300&fit=crop&auto=format", results: "800K+ users", gradient: "from-blue-500/20 to-cyan-500/20", }, { title: "Business Productivity Android Suite", client: "WorkFlow", description: "Enterprise-grade productivity app with Google Workspace integration", image: "https://images.unsplash.com/photo-1611224923853-80b023f02d71?w=400&h=300&fit=crop&auto=format", results: "1.5M+ downloads", gradient: "from-purple-500/20 to-pink-500/20", }, ]; return (

Android Apps That Define Industries

Discover how we've helped businesses succeed with powerful Android applications that leverage the platform's capabilities.

{caseStudies.map((study, index) => (
{study.client}
{study.results}

{study.title}

{study.description}

))}
); }; // Mid-Page CTA const AndroidInlineCTA = () => { return (
Android Innovation

Ready to Tap into the{" "} Android Ecosystem?

We'll help you navigate the vast Android landscape with confidence and create apps that stand out.

navigateTo("/start-a-project")} >
Get a Free Android Consultation
); }; // Hire Android Developers Section const HireAndroidDevelopers = () => { const developerTypes = [ { title: "Senior Android Developer", experience: "5+ Years", skills: ["Kotlin", "Java", "Jetpack Compose", "MVVM"], specialties: "Native Android, Google Services Integration", }, { title: "Android UI/UX Designer", experience: "4+ Years", skills: ["Material Design", "Sketch", "Figma", "Prototyping"], specialties: "Android Design Patterns, Material Design", }, { title: "Android QA Specialist", experience: "3+ Years", skills: [ "Espresso", "UI Automator", "Firebase Test Lab", "Device Testing", ], specialties: "Android Testing, Cross-Device Compatibility", }, ]; return (

Augment Your Team with Top Android Talent

Access our pool of skilled Android developers proficient in Kotlin and Java, ready to integrate with your existing team.

{developerTypes.map((dev, index) => (
{dev.experience}

{dev.title}

{dev.specialties}

{dev.skills.map((skill) => ( {skill} ))}
))}
navigateTo("/start-a-project")} >
Hire Android Developers
); }; // Android-Specific FAQs const AndroidFAQs = () => { const faqs = [ { question: "How do you ensure app compatibility across diverse Android devices?", answer: "We follow comprehensive testing strategies including device fragmentation testing, responsive design principles, and adaptive layouts. Our team tests across multiple screen sizes, Android versions, and hardware configurations to ensure consistent performance across the Android ecosystem.", }, { question: "What's your approach to Android UI/UX design?", answer: "We strictly follow Google's Material Design guidelines while incorporating your brand identity. Our designs prioritize usability, accessibility, and platform consistency while ensuring your app feels native to Android users and leverages platform-specific interaction patterns.", }, { question: "Do you provide post-launch updates and maintenance?", answer: "Yes, we offer comprehensive post-launch support including regular updates for new Android versions, security patches, performance optimizations, feature enhancements, and Google Play Store compliance. Our maintenance packages are tailored to your specific needs.", }, { question: "Can you integrate with specific Google services (e.g., Maps, Firebase)?", answer: "Absolutely! We specialize in Google services integration including Google Maps, Firebase, Google Pay, Google Drive, Google Analytics, and more. Our team has extensive experience leveraging the full Google ecosystem to enhance your app's functionality and user experience.", }, ]; return (

Frequently Asked Questions

Common questions about our Android app development services.

{faqs.map((faq, index) => ( {faq.question} {faq.answer} ))}
); }; // Final CTA Section const AndroidFinalCTA = () => { return (
Ready to Build?
Build Your Next Big Idea on{" "} Android with WDI Partner with us to create powerful, user-friendly Android applications that stand out in the competitive market. navigateTo("/start-a-project")} >
Start Your Android Project Now

Free consultation • Expert guidance • Rapid development

{/* Background Decorative Elements */}
); }; // Main Android App Development Page export const AndroidAppDevelopment = () => { return (
{/* Hero Section */}
{/* Key Benefits */}
{/* Development Process */}
{/* Android Services */}
{/* Tech Stack */}
{/* Case Studies */}
{/* Mid-Page CTA */}
{/* Hire Android Developers */}
{/* FAQs */}
{/* Final CTA */}
{/* Footer */}
); };