-
Day 94: Android Studio App
I continued trying to add on to the Kotlin function. I continued looking through Layouts and “Classes and inheritance in Kotlin” from Android Developers as the examples give insight on how to use switches. Since this was mostly research, though, I ended up going to the Kotlin documentation and Kotlin Koans, a page that lets…
-
Day 93: Android Studio App
I ended up doing more research on the Kotlin language on their website. Although I wasn’t able to code too much, I’m considering implementing the screen change using the when-else loop. I need to determine how to properly implement this though.
-
Day 92: Android Studio App
I continued attempting to build the app using the third resource I mentioned yesterday but I ran into issues connecting the different screens. I tried using other resources like the Android Developers “Android Kotlin Fundamentals: Define navigation paths” tutorial. I also attempted to revisit adding the correct Kotlin and looked at their intro pages “Learn…
-
Day 91: Android Studio App
Today I learned how to implement the navigation for different screens on Android Studio. Some helpful resources from the Android Developers website include the following: Get started with the Navigation component (good overview of the page) Guide to app architecture (not really helpful for setting up but a good read to better understand setup) Navigation…
-
Day 90: Android Studio App
I continued trying to add on to the Kotlin part of the app as well as trying to understand how to connect the two screens for navigation purposes. I ended up doing more research today and one helpful website was Alan Doc’s “Navigating between screens in an Android app” as well as the Android Studio…
-
Day 89: Android Studio App
I continued working on this app by continuing to set up some values within the user interface as well as starting to understand and set up the function to change the screens after the user slides a slider.
-
Day 88: Android Studio App
I continued reworking my first simple Android Studio app and I’m happy with the progress I made! I was able to finish the XML layouts for the different modes (day and night). The only changes I’ll have to make when I continue are fixing an issue with contrast for one of the images I used…
-
Day 87: freeCodeCamp JavaScript Course
I continued working through freeCodeCamp’s curriculum for JavaScript today.
-
Day 86: freeCodeCamp JavaScript Course
I continued making progress with loops (if and for), the next sub-lesson within the freeCodeCamp curriculum as I was having some difficulties with the last problem (Record Collection). I’ll continue looking at it as I progress through the other lessons. Hopefully I’ll be able to find a solution before I reach the end of the…
-
Day 85: freeCodeCamp JavaScript Course
I decided to go back to trying my hand at freeCodeCamp’s JavaScript course still haven’t been able to crack how to solve the last challenge I was working on. I did start breaking it down a bit more to get a better understanding and will most likely need to do most research to to better…