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)
Where Will We Go With AI
As AI becomes a more powerful coding tool I could see it taking us in two directions. One would be more and more bad high level code that ...
-
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 ...
-
I started a new 3d unity project to play around with terrain creation. You can add a terrain object and then they have tools for raising a...
-
I have several apps published on the Apple Appstore. Four of them are using iAds and that service is going to be discontinued soon. I am g...