Im making a workout app and just would like to clarify that the way Im thinking of doing it is the best and most efficient way.
I am creating a workout app and plan to have 150+ excercises with descriptions and pictures. I plan on allowing the user to create, log and arrange exercises(both the original and the new ones they have created) to suit their needs. Am I correct in thinking the best way to do this would be to implement a SQLite database? Would rather not have the need to connect to the internet so want the database in the android.
Thanks
There is a trend these days to move away from textual representation, into audio and video. It will be great if you can categorize and search for audio/video for exercises based on my body structure (may be medical complications) and what I expect my body structure to be. Example scenarios
Here you need to blend a “good trainer advice” with the audio’s / video’s you may have for these exercises.
It will be good if you can choose a trainer :), I mean I may want a lady trainer :).
Do think about making it fun too…
Walk into a gym and interview some trainers, and people who visit the gym. Visit some shopping malls and talk to people who have a higher BMI. Research Research Research.
If you can get your requirements right, your technical skills will be rewarded with. Dont hurry into it, its a good idea.
Edited
If this is a stand alone app, audio and video will make it really heavy. Instead use a webservice of some kind, on a server.