Posts

Showing posts from August, 2018

Android App Update! Would You Rather Kids v1.2

Image
Hello there travellers. It's been quite a while since my last post (and update to my app!). Looking back these last 5 months, I feel like what I've been doing can be summarized into 2 things. Minecraft and K-Drama's! I couldn't get enough of both of them, which put my android learning experience on a bit of a hiatus unfortunately. But, no more! My hunger to dabble in Android development has resurfaced. And to satiate that hunger, I decided to push out new update to my Would You Rather Kids android app. The goal I set for this update is to allow users to choose their own theme. In order to render my theme selection activity, I used a combination of GridLayout, CardView and ImageView (along with a ScrollView of course). The structure looked as follows: <ScrollView> <android.support.v7.widget.GridLayout> <android.support.v7.widget.CardView> <ImageView/> </android.support.v7.widget.CardView> <android.support.v7.widge