-
Bintray Shutting Down
Next month, JFrog will shut down JCenter and Bintray and my experience with their service will go along with them.
-
Dynamic TableViewCell Height
I’m going to demonstrate on how I achieved the dynamic height for my UITableViewCell. Below is what it looks like. This is a UITableViewCell for comments. ImageView on the left side is for the user’s avatar, the top most UILabel is for the username and lastly at the bottom is the UILabel for comment. Yes […]
-
Nobody designs for small iPhone devices anymore
Nobody designs for small iPhone devices anymore. Why do I say this? Well, if you’ve been rocking the iPhone SE 2020 you would know. What I’m saying is there a lot of UI glitches from apps running on iPhone SE. Clubhouse Forgot to measure the screen’s width? Spotify I can’t see the Refresh button. I […]
-
Code Refactoring: First Loom Video
In programming, you always encounter duplicate code blocks. The best thing to do is to place it in a separate function so that we can reuse it throughout our source code.
-
Keepr Storage Bug
Last year, I found a bug on Keepr Storage’s Android app. It has the same bug as of Globe Telecom’s where the API endpoint was not using secure HTTP. As a result, I can see my data in plaintext over Wi-Fi. Using Wireshark But as of version v1.3.6 of their app, this bug has been […]