Aug 8, 2019Did you forget to push the code? Automate commit and pushDid you forget to push the code to the version control system ?. Here is the easy way to automate the commit and push the source code to any version control system using Apple Script Editor Step 1 : Create a new branch for the project (eg- development) also make sure your current…Git1 min read
Sep 1, 2018Create your first android libraryAn Android library is like JAR files, the Android ARchive(AAR) bundle is the binary distribution of an Android Library Project. Apart from JAR file, AAR contain resources as well as compiled byte-code and assets are not supported. …Jitpack2 min read
May 8, 2018Build your first app using React NativeReact is a javascript library for building user interfaces which is developed by Jordan Walke. React Native is used to build mobile apps of both Android and iOS using JavaScript. We can build apps faster instead of recompiling, and also reload app instantly with the help of Hot Reloading. Getting Started Step 1. Download…React Native1 min read