Hacker News new | ask | show | jobs
Ask HN: What is the best way to create an MVP with an android app?
1 points by compass-seeker 4477 days ago
If I am working on a bootstrapped/lean startup, what is the best way to go about creating an MVP of an android app? I am a full-stack web developer and have only done some basic android tutorials. Is there anyway I can teach myself android development within a reasonable time-frame to create the MVP? Any resources come to mind?
1 comments

I'm using corona. I was able to slap something together from their examples. phonegap is another platform that could work.
I tried Phonegap but the 15MB limitation on .zip or github repo's make it impossible to use. I'll check out Corona though. Thanks