Pete Letkeman wrote:I'm sure that this was meant for this week promotion, but I'll let you know about me.
My biggest problem hasn't been not knowing the technology so much as not having a creative idea to apply the technology to.
As a hobby Android developer I have tried to think of what I could program and once I get an idea I'd Google it see that it has already been done.
In which case I would decide not to create the app and not get any better with my Android development skills.
I'm sure that you have noticed that there are millions of apps for the Android platform out there and some times you can find something like Tic Tac Toe has been created more then a few times.
Anyways, that my story,
Pete
You have to decide what your goal is. Is it learning a new technology like Android or is it creating something original?
Another way of looking at it is if you are learning a new technology,choose an application that you know how to program and do that for the new technology.
That way you are solely focusing on the new technology and how it works.
Trying to find a problem that hasn't been solved is always going to be long process regardless of the technology.
Doing both at the same time is going to make for a very long project.
I started my first Android project as a Sudoku game. I then realized most of the work was getting the programming logic right for the game regardless of the platform. So I made it a Java based web app because that is what my background is . I was later able to port a lot of the code over to Android for my Android Sudoku app. Needless to say there are a lot of Sudoku games out there but in the process, I learned a lot more than I originally expected to.
-Paul