git Archives - Androhub

Convert android project into library banner

Convert an Android Project into a Library

Have you ever run into a situation where you want to convert an Android project into a Library so that you can use it in your project? Why do we need this? We like some project which can be useful in our project but there is no library available for it. Instead of copy pasting

Read More
Publish an Android Library

Publish an Android Library

In the previous article, we learned how to create an Android Library. In this article, we will learn how to Publish an Android Library. Benefits of Publishing an Android Library: Easy code management. One point of access to your library. Use the library in multiple projects. There are several places where you can publish an

Read More

Working with Git in Android Studio

What is Git? Git is an open-source distributed version-control system for tracking changes in any set of files. Benefits of Git: Excellent support for parallel development, support for hundreds of parallel branches. Performance: Git provides the best performance when it comes to version control systems. Committing, branching, merging all are optimized for a better performance

Read More