If you are programming an Android app and you’re allowing your users to select an image from gallery you will soon discover that as the screen rotates the image disappears! Gosh! What’s happening?! Let’s go a step back. So far you should know that activities have a specific lifecycle. Each […]
Android
2 posts
Hello everyone, today I will share my experience about creating a Git repository for a new Android Studio project. This post dates back to 2016 and is migrated from an older blog. My goal is to allow a fellow developer to checkout (Clone in Git words) the project from server […]