Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android

Sagar Suri
Sagar Suri
6,043 Points

How to build an e-commerce android app?

What are the things required to build e-commerce mobile app.I dont even have a website now.So can you guys tell me the most efficient way to create android e-commerce app from scratch.I already have good knowledge on developing android apps.

2 Answers

Sage Elliott
Sage Elliott
30,003 Points

I think that this may too broad of a question to find an easy answer too. If you're planning on having having the store available online through a browser as well and maybe cross over into iOS I would first think about how you would want to build the store and its API. You could use something like flask, django, or rails as the backend. I've heard a lot about using Stripe for the e-commerce side of things. They even have docs for integrating with android https://stripe.com/docs/mobile/android

Sagar Suri
Sagar Suri
6,043 Points

Thank man for the response