This would be a shorter than usual anime review from me. Just some random thoughts about Charlotte anime. I usually watch the anime series that my office friends and my boyfriend recommend. My boyfriend didn’t like Charlotte that much, but I watched it anyway because it’s one of the series I copied from a friend. […]

Get started: Android Studio app development on Windows 7 (Tested on LG G3 phone)
You can still follow this tutorial if you’re using another version of Windows or if you’re using another Android device. You don’t strictly have to use a Windows 7 computer and an LG G3 phone. 🙂 Being a web developer and a frequent user of Android devices, I’ve always been curious about Android app development. […]

Steins;Gate anime review
I just finished watching all episodes of the anime Steins;Gate and I LOVED it! It’s about “mad scientist” Okabe Rintarou and his lab mates, who accidentally discovered/invent a “Phone Microwave” that could send messages to the past. Their experiments and curiosity led into consequences that they couldn’t handle. Art in Steins;Gate anime I like the […]
Tuna Patties: recipe for low carb diet
THIS is probably the best so far low carb recipe that I’ve tried! These tuna patties are very tasty and satisfying, and you don’t even have to buy fresh tuna fish. They taste amazing even with canned tuna. Tastes Ingredients: 425 grams canned tuna, drained 3 beaten eggs 1/4 cup red onion, minced 18 pcs […]
Cheesy Mashed Cauliflower: recipe for low carb diet
This is a low carb version of mashed potato. I adapted the “Better than Potatoes” Cheesy Cauliflower Puree recipe from ibreatheimhungry.com. Ingredients: 1 head cauliflower (mine weighed 192 grams after cleaning and trimming) 3 Tbsp heavy cream (I used Anchor brand) 28 grams butter 1.5 oz cheddar cheese salt and pepper to taste Procedures: Clean […]
Android: 2-dimensional List String (List of List)
For a web developer who used mostly PHP and JavaScript for several years, plunging into Java can be challenging especially when it comes to data types. PHP and JavaScript are loosely typed languages, while Java is strict about types. I was told that in Android, List<String> is very commonly used, even more than arrays. And […]

Shinjuku Ramen House review – Little Tokyo, Makati
A friend and I wanted Japanese food a few days ago, and because she wanted ramen while I wanted sashimi, our feet took us to Shinjuku Ramen House, which had both items available on their menu. It’s along Chino Roces Avenue, and if I remember correctly, is located at the intersection with Fernando Street. There […]

Android confirm dialog box with OK and Cancel button
This will probably be one of the Android code snippets that I will need to go back to from time to time. I’m sharing the codes we need to show an Android confirm dialog to prompt the user to click “yes” or “no”, or in my case, “OK” or “Cancel”. The following code for Android […]

Android Studio dark theme (change into Darcula theme)
You might feel more comfortable with a dark theme in Android Studio, but the default theme is light in color. I’m one of the developers who always code in dark screens since it’s less tiring to the eyes. If you’re like me who prefers dark themes while coding, then I’ll show you how to change […]

How to change app name in Android Studio
I’m trying to learn how to build a simple app in Android just to satisfy my curiosity. This will also be a very handy skill because I use Android phones often, and there are times that the apps I download from Google Play Store lack features that I need. This will be a very simple […]