Solutions for different problems, might not contain code
Android Squared CardView
Recently, I had to add a perfect square CardView and I wanted to achieve this without hardcoding its width and height. I happily discovered the power of ConstraintLayout and this…
Read More Android Bottom Border Line
The simplest way to add a bottom border line to a view is this one. If you search on Google and StackOverflow you will find many ways to do this,…
Read More Android Show HTML Bulleted List from strings.xml
If you search on the internet about how to show a bulleted list from strings.xml using HTML tags, most of the answers will say that you should use a WebView,…
Read More Android – HTML in textView
Display HTML format First we will present below what are the supported tags for a textView and what are not supported. You can skip this section if you are already…
Read More How to get current flavor from gradle
Figuring out how to pull the current flavor from gradle While working on an update for one of our games, I needed to figure out how to get the current…
Read More Signing key SHA1 fingerprints within AndroidStudio
Did you know you can get the signing SHA1 and MD5 fingerprints within AndroidStudio? If you need the SHA1 or MD5 fingerprints of your Android debug/release key/certificate for a new API or…
Read More Android: CoordinatorLayout RecyclerView First Item not visible
Problem I had to implement a Toolbar with tabs, together with CoordinatorLayout, and the content of each tab had to be a list of items, for which I used RecyclerView. But when I…
Read More Android Studio can’t open Android Device Monitor
Problem Recently I had this issue: my Android Device Monitor didn’t open and and an error log file was generated every time I was tring to open it, under Android – sdk…
Read More