This question is addressed to people who have already developed on Android. I would like your opinion on the feasibility of a project.
As part of a proof of concept (POC), I would like to quickly create a prototype of a very simple drawing application for a given 10″ tablet running on Android. It would be a blank canvas, with a palette to choose between colors, and the drawing would be done with an active stylus. Since the stylus is active, it must enable the following functionalities : pressure detection, tilt detection, and palm rejection. It will run on only one tablet, and I do not need to make it available on the Google store.
I would like to know the approximate time it would take for a person skilled in Android development to create this application :
- Without the active stylus functionalities
- With the stylus functionalities (I am wondering if there are libraries that handle these features easily, or if they need to be implemented from scratch)
Could you detail what would need to be implemented ?
The goal is to propose a slightly customized application for an investor demonstration. If it really takes a lot of time (like 30 days), I will abandon the idea and choose an existing application instead. But if it can be developed in a few days, I think I will ask someone skilled in development to create it.
Thank you in advance for your feedback !