• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps how to evolve MVP application?

hromoi

Lurker
Good day,

I have found a niche in play store that is badly presented. a lot of crappy/fake apps, that ask too much for an app that lacks functionality.

so i created a Minimal Viable Product with just one functionality that is missing in all other apps. I didn't even bother with icon graphics and stuff like that, just make it work and publish.

I didn't do any promotion, didn't post a link anywere, didn't ask any friends to watch it - just made up a title that tells it all about an app. After 4 days - 35 installs and one positive comment.

I'm not interested in moneytization, I just want to build simple app that people will use (and get some kicks out of it). I have 1 hour each day to do it and would like to invest that time with maximum efficiency.

Here are options I have now:

Invest in to engaging with users:
- Add in-app feedback form
- Add analytics

Internationalization:
- Add most famous languages in category

Create graphics:
- Create icon
- Make non standard looks.

- Add better logging
- Cover all functionality that other apps have ASAP
- Promote it

So, maybe some rookies can help me out a little bit with prioritization? Or maybe i'm even missing something big?

Thanks In advance.
 
Model–view–presenter (MVP) is a derivative of the model–view–controller (MVC) software pattern, also used mostly for building user interfaces.
In MVP the presenter assumes the functionality of the middle-man (played by the controller in MVC). In MVP, all presentation logic is pushed to the presenter.Eventually, the model becomes strictly a domain model.
 
Back
Top Bottom