[Q] Difficulty level of this Android Program, launched in Galaxy Tab

yukiever

New member
Jan 17, 2011
3
0
0
Tucson
Hi everyone,
This is my first post in this forum.
I am an ASP.NET developer, normally using Visual Studio and C# for development.

I am trying to develop an Android program, for the first time and spending time for researching from scratch.

I know that the developing language is JAVA, and Eclipse is the tool to develop.

What I am trying to develop is an Android program, used in Galaxy Tab.
The program should open a camera, and the user could take a picture and store it on the harddrive. Also this program should have some buttons, and when clicked the user could see different videos stored in the disk. Opening the camera, clicking the buttons should be touch screen.

Does this program seems to be hard to develop? Any advice is welcome :)

Thanks in advance!
 

dbzfanatic

Senior Member
Jun 21, 2010
1,063
282
0
I suggest starting here http://hackaday.com/2010/07/12/android-development-101-–-a-tutorial-series/ They cover basic concepts as well as some more advanced ones. It'll give you a good way to ease into JAVA and since you already do programming you'll probably be able to skip some of the more obvious steps. As for your specific app it shouldn't be that difficult to develop, I personally only did very little JAVA programming but there are code sources all over and if you need something specific to a device just ask in the appropriate forum.