I have a recyclerview which has a swipeToDeleteHandler: /** *@author codeblogs * **/ private fun swipeToDeleteHandler() { simpleItemTouchCallback = object …
Read moreI wanted to build a custom ROM for Android TV. I have followed the steps given on the AOSP website and downloaded the source using the commands below: repo ini…
Read moreJava Issues Fixed in Kotlin The picture is provided by Unsplash Nowadays, Kotlin has been considered as a modern statically typed programming language used …
Read more/** *@author Laxmi kant * */ git rm -r --cached .idea echo '.idea' >> .gitignore git add .gitignore git commit -m 'added .idea to ignored …
Read moreThese are the buttons I made with Android Jetpack Compose. #1: It is a music button with 3 states — play, pause, and loading. It fetches the song using the …
Read more
Social Plugin