I posted previously about how I do some Android app development work on my phone. Then I use git, along with various other things, to get the code to my server. On the server the apk is built, and then through other processes I get the apk back to my phone and installed so I can test it.
Thursday, November 13, 2014
Learning how Git works helps my development process greatly
It turns out knowing how Git works can help a great deal when using git. Learning about git servers, bare repositories, and git hooks has streamlined my development process significantly.
Starting Android development on my phone
I have been creating blog posts from my phone and doing a little coding. I have been wondering, though, if I could do android app development work on my phone. I want to do this for the same reasons that I post to this blog from my phone. With young kids and other responsibilities I don't have much time to sit in front of a computer.
So using what I had learned from blogging and other activities on my phone I decided to give it a try.
So using what I had learned from blogging and other activities on my phone I decided to give it a try.
Subscribe to:
Posts (Atom)
Coding
I'm not sure where I heard this, and it wasn't worded this way, but it helps to think about coding this way. Basically, any progra...

-
I continued working on my 2d project today. I was able to get some other npc characters to animate. I added one of the pre-made killzone o...
-
A few days ago I read about the trolley problem. It was mentioned in an smbc-comics.com comic. I hadn't heard of this before, but I ha...
-
Some Android applications use space on your Google Drive to store data. You can't see this data by browsing drive the normal way. You ...