chnages fixed
This commit is contained in:
@@ -64,7 +64,7 @@ const AndroidHeroWithCTA = () => {
|
|||||||
{/* Canonical Link */}
|
{/* Canonical Link */}
|
||||||
<link
|
<link
|
||||||
rel="canonical"
|
rel="canonical"
|
||||||
href="https://www.wdipl.com/services/android-app-development"
|
href="https://www.wdipl.com/services/android-app-development-india"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{/* Open Graph Tags (for Facebook, LinkedIn) */}
|
{/* Open Graph Tags (for Facebook, LinkedIn) */}
|
||||||
@@ -1407,16 +1407,17 @@ export const AndroidAppDevelopmentIndia = () => {
|
|||||||
<HireAndroidDevelopers />
|
<HireAndroidDevelopers />
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
{/* FAQs */}
|
|
||||||
<section className="bg-card">
|
|
||||||
<AndroidFAQs />
|
|
||||||
</section>
|
|
||||||
|
|
||||||
{/* Final CTA */}
|
{/* Final CTA */}
|
||||||
<section className="bg-background">
|
<section className="bg-background">
|
||||||
<AndroidFinalCTA />
|
<AndroidFinalCTA />
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
{/* FAQs */}
|
||||||
|
<section className="bg-card">
|
||||||
|
<AndroidFAQs />
|
||||||
|
</section>
|
||||||
|
|
||||||
{/* Footer */}
|
{/* Footer */}
|
||||||
<section className="bg-background">{/* <Footer /> */}</section>
|
<section className="bg-background">{/* <Footer /> */}</section>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ const AndroidHeroWithCTA = () => {
|
|||||||
{/* Canonical Link */}
|
{/* Canonical Link */}
|
||||||
<link
|
<link
|
||||||
rel="canonical"
|
rel="canonical"
|
||||||
href="https://www.wdipl.com/services/android-app-development"
|
href="https://www.wdipl.com/services/android-app-development-usa"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{/* Open Graph Tags (for Facebook, LinkedIn) */}
|
{/* Open Graph Tags (for Facebook, LinkedIn) */}
|
||||||
@@ -1166,25 +1166,40 @@ const AndroidFAQs = () => {
|
|||||||
const faqs = [
|
const faqs = [
|
||||||
{
|
{
|
||||||
question:
|
question:
|
||||||
"How do you ensure app compatibility across diverse Android devices?",
|
"What Are the Main Factors Driving the Development of the Cost of Android Apps?",
|
||||||
answer:
|
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.",
|
"The cost of Android app development in the USA depends on various factors, which include: app complexity, level of customization in UI/UX design, and backend infrastructure requirements.",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
question: "What's your approach to Android UI/UX design?",
|
question: "What Is Your Approach to UI/UX design?",
|
||||||
answer:
|
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.",
|
"Our UI/UX design process follows a user-focused design approach that incorporates:\nUser research and persona development.\nInformation architecture and wireframing\nInteractive prototyping and user testing\nVisual design and style guide creation\nCreating a responsive design for all devices\nMaking adjustments based on the user feedback.",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
question: "Do you provide post-launch updates and maintenance?",
|
question: "How Long Does It Take to Develop an Android App?",
|
||||||
answer:
|
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.",
|
"Depending on the complexity of the app, the app development timeline is determined. A simple app takes 2 to 3 months while complex apps take 6 to 12 months.",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
question: "Do You Agree to Sign an NDA?",
|
||||||
|
answer:
|
||||||
|
"Yes, totally! We consider the confidentiality of our clients as our top priority. We are more than happy to sign Non-disclosure Agreements (NDA) even before we start any discussion regarding your project. We maintain strict confidentiality protocols throughout our organization.",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
question:
|
question:
|
||||||
"Can you integrate with specific Google services (e.g., Maps, Firebase)?",
|
"In 2026, What Programming Language Should be Used for Android in 2026?",
|
||||||
answer:
|
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.",
|
"Kotlin is the modern standard for native Android Development, while Java is still used for older apps.",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
question: "What Is the Difference between Kotlin and Flutter?",
|
||||||
|
answer:
|
||||||
|
"Kotlin is a language ideal for native Android Development. On the other hand, Flutter is a cross-platform framework (Using Dart) that builds both iOS and Android apps from one codebase.",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
question: "How Can I Secure User Data in my App?",
|
||||||
|
answer:
|
||||||
|
"We use HTTPS for network communication and store sensitive information in Android Keystore, implement biometric authentication, and follow OWASP Mobile security standards.",
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -1391,16 +1406,14 @@ export const AndroidAppDevelopmentUSA = () => {
|
|||||||
<HireAndroidDevelopers />
|
<HireAndroidDevelopers />
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
{/* FAQs */}
|
|
||||||
{/* <section className="bg-card">
|
|
||||||
<AndroidFAQs />
|
|
||||||
</section> */}
|
|
||||||
|
|
||||||
{/* Final CTA */}
|
{/* Final CTA */}
|
||||||
<section className="bg-background">
|
<section className="bg-background">
|
||||||
<AndroidFinalCTA />
|
<AndroidFinalCTA />
|
||||||
</section>
|
</section>
|
||||||
|
{/* FAQs */}
|
||||||
|
<section className="bg-card">
|
||||||
|
<AndroidFAQs />
|
||||||
|
</section>
|
||||||
{/* Footer */}
|
{/* Footer */}
|
||||||
<section className="bg-background">{/* <Footer /> */}</section>
|
<section className="bg-background">{/* <Footer /> */}</section>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ const AndroidHeroWithCTA = () => {
|
|||||||
{/* Canonical Link */}
|
{/* Canonical Link */}
|
||||||
<link
|
<link
|
||||||
rel="canonical"
|
rel="canonical"
|
||||||
href="https://www.wdipl.com/services/android-app-development"
|
href="https://www.wdipl.com/services/android-app-development-uk"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{/* Open Graph Tags (for Facebook, LinkedIn) */}
|
{/* Open Graph Tags (for Facebook, LinkedIn) */}
|
||||||
@@ -1206,7 +1206,6 @@ const AndroidFAQs = () => {
|
|||||||
"WDI serves a diverse range of industries, including Healthcare, FinTech, E-Commerce, Education, etc. Our expertise spans various sectors, enabling us to understand the unique challenges of each and produce tailored solutions.",
|
"WDI serves a diverse range of industries, including Healthcare, FinTech, E-Commerce, Education, etc. Our expertise spans various sectors, enabling us to understand the unique challenges of each and produce tailored solutions.",
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<section className="py-32 bg-black">
|
<section className="py-32 bg-black">
|
||||||
<div className="container mx-auto px-6 lg:px-8">
|
<div className="container mx-auto px-6 lg:px-8">
|
||||||
@@ -1407,16 +1406,16 @@ export const AndroidAppDevelopmentUk = () => {
|
|||||||
<HireAndroidDevelopers />
|
<HireAndroidDevelopers />
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
{/* FAQs */}
|
|
||||||
<section className="bg-card">
|
|
||||||
<AndroidFAQs />
|
|
||||||
</section>
|
|
||||||
|
|
||||||
{/* Final CTA */}
|
{/* Final CTA */}
|
||||||
<section className="bg-background">
|
<section className="bg-background">
|
||||||
<AndroidFinalCTA />
|
<AndroidFinalCTA />
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
{/* FAQs */}
|
||||||
|
<section className="bg-card">
|
||||||
|
<AndroidFAQs />
|
||||||
|
</section>
|
||||||
|
|
||||||
{/* Footer */}
|
{/* Footer */}
|
||||||
<section className="bg-background">{/* <Footer /> */}</section>
|
<section className="bg-background">{/* <Footer /> */}</section>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ const IOSHeroWithCTA = () => {
|
|||||||
{/* Canonical Link */}
|
{/* Canonical Link */}
|
||||||
<link
|
<link
|
||||||
rel="canonical"
|
rel="canonical"
|
||||||
href="https://www.wdipl.com/services/ios-app-development"
|
href="https://www.wdipl.com/services/ios-app-development-india"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{/* Open Graph Tags (for Facebook, LinkedIn) */}
|
{/* Open Graph Tags (for Facebook, LinkedIn) */}
|
||||||
@@ -1189,9 +1189,6 @@ export const IOSAppDevelopmentIndia = () => {
|
|||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{/* iOS-Specific FAQs */}
|
|
||||||
<IOSFAQs />
|
|
||||||
|
|
||||||
{/* CTA Section */}
|
{/* CTA Section */}
|
||||||
<section className="py-32">
|
<section className="py-32">
|
||||||
<div className="container px-6 mx-auto lg:px-8">
|
<div className="container px-6 mx-auto lg:px-8">
|
||||||
@@ -1233,6 +1230,9 @@ export const IOSAppDevelopmentIndia = () => {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
{/* iOS-Specific FAQs */}
|
||||||
|
<IOSFAQs />
|
||||||
|
|
||||||
<section className="bg-background">{/* <Footer /> */}</section>
|
<section className="bg-background">{/* <Footer /> */}</section>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ const IOSHeroWithCTA = () => {
|
|||||||
{/* Canonical Link */}
|
{/* Canonical Link */}
|
||||||
<link
|
<link
|
||||||
rel="canonical"
|
rel="canonical"
|
||||||
href="https://www.wdipl.com/services/ios-app-development"
|
href="https://www.wdipl.com/services/ios-app-development-uk"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{/* Open Graph Tags (for Facebook, LinkedIn) */}
|
{/* Open Graph Tags (for Facebook, LinkedIn) */}
|
||||||
@@ -1188,11 +1188,7 @@ export const IOSAppDevelopmentUK = () => {
|
|||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
{/* iOS-Specific FAQs */}
|
|
||||||
<IOSFAQs />
|
|
||||||
{/* <section className="bg-card">
|
|
||||||
<IOSTechnologies />
|
|
||||||
</section> */}
|
|
||||||
|
|
||||||
{/* CTA Section */}
|
{/* CTA Section */}
|
||||||
<section className="py-32">
|
<section className="py-32">
|
||||||
@@ -1233,6 +1229,9 @@ export const IOSAppDevelopmentUK = () => {
|
|||||||
</motion.div>
|
</motion.div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
{/* iOS-Specific FAQs */}
|
||||||
|
<IOSFAQs />
|
||||||
|
|
||||||
|
|
||||||
<section className="bg-background">{/* <Footer /> */}</section>
|
<section className="bg-background">{/* <Footer /> */}</section>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ const IOSHeroWithCTA = () => {
|
|||||||
{/* Canonical Link */}
|
{/* Canonical Link */}
|
||||||
<link
|
<link
|
||||||
rel="canonical"
|
rel="canonical"
|
||||||
href="https://www.wdipl.com/services/ios-app-development"
|
href="https://www.wdipl.com/services/ios-app-development-usa"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{/* Open Graph Tags (for Facebook, LinkedIn) */}
|
{/* Open Graph Tags (for Facebook, LinkedIn) */}
|
||||||
@@ -1197,9 +1197,7 @@ export const IOSAppDevelopmentUSA = () => {
|
|||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
<section className="bg-card">
|
|
||||||
<IOSFAQs />
|
|
||||||
</section>
|
|
||||||
|
|
||||||
{/* <section className="bg-card">
|
{/* <section className="bg-card">
|
||||||
<IOSTechnologies />
|
<IOSTechnologies />
|
||||||
@@ -1245,6 +1243,9 @@ export const IOSAppDevelopmentUSA = () => {
|
|||||||
</motion.div>
|
</motion.div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
{/* iOS-Specific FAQs */}
|
||||||
|
<IOSFAQs />
|
||||||
|
|
||||||
|
|
||||||
<section className="bg-background">{/* <Footer /> */}</section>
|
<section className="bg-background">{/* <Footer /> */}</section>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user