-
Day 100: Kotlin Koans
-
Day 99: Kotlin Koans
-
Day 98: Kotlin Koans
-
Day 97: Kotlin Koans
-
Day 96: Kotlin Koans
-
Day 95: Kotlin Koans
I continued making progress on the Koans presented on the Kotlin Play website. Since I was having some difficulty with the Named Arguments activity, I decided to try my hand at some of the other problems. I surprised myself and completed Triple-quoted strings and Nothing type. I’m hoping by completing these, I’ll get a better…
-
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
-
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…