Monthly Archives: April 2014

Git Remove deleted files en masse

When you work with a project sometimes you have to delete a lot of files that you don’t need anymore. If you issue a git status command $git status it will show the missing files in the red. that means the files are missing from the folder, but they are still in the index. The […]

Posted in Uncategorized

Android Google Authorization

How to Enable Oauth2 Authorization for your application in Android Things you need First create an api project https://console.developers.google.com/project Enable the API that you want to use in that project, such as AdSense Management API Create a client id in that api project. The client id will be for installed application, Android and then you […]

Posted in Uncategorized