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 trialSagar Suri
6,043 PointsHow 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
30,003 PointsI 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
6,043 PointsThank man for the response