catharsisjelly
Lurker
Hello,
So I thought I would start to learn Android while I had some time and brain power free so I set myself a really simple goal of replicating a simple game and using that as a learning process. Now I am happy to share what I have learned so far and even my experience. Before I ask my question here is a little disclaimer.
Disclaimer: I have never coded Java and therefore Android takes me a while to get my head around. I am happy with the concept of object oriented code so at least I understand this. I also do not intend to make any money out of the project. It's a learning process.
So I wanted to replicate and make the "GameWatch" game "Fire". Now this is a Nintendo product and I realise that if I release this commercially they will probably send me a cease and desist but it's a simple game to replicate.
I stole the graphics from the interwebs with a mind to get an artist to re-do them for a final release and have a basic app up and running. All code is available on github The next task on my mind is to setup a scoring system.
I understand that I can use the AsyncTask (AsyncTask | Android Developers) to possible update the score and re-display it but cannot (at the moment) figure out how to get that task to re-draw the text in the view.
All suggestions/questions welcome, if you are a fellow dev and learning and want to know how I did anything I have done so far get in touch.
Love and rockets
- catharsisjelly
So I thought I would start to learn Android while I had some time and brain power free so I set myself a really simple goal of replicating a simple game and using that as a learning process. Now I am happy to share what I have learned so far and even my experience. Before I ask my question here is a little disclaimer.
Disclaimer: I have never coded Java and therefore Android takes me a while to get my head around. I am happy with the concept of object oriented code so at least I understand this. I also do not intend to make any money out of the project. It's a learning process.
So I wanted to replicate and make the "GameWatch" game "Fire". Now this is a Nintendo product and I realise that if I release this commercially they will probably send me a cease and desist but it's a simple game to replicate.
I stole the graphics from the interwebs with a mind to get an artist to re-do them for a final release and have a basic app up and running. All code is available on github The next task on my mind is to setup a scoring system.
I understand that I can use the AsyncTask (AsyncTask | Android Developers) to possible update the score and re-display it but cannot (at the moment) figure out how to get that task to re-draw the text in the view.
All suggestions/questions welcome, if you are a fellow dev and learning and want to know how I did anything I have done so far get in touch.
Love and rockets
- catharsisjelly