Simulator drag and drop doesn’t exactly work correctly.
Apple Vision Pro
You can’t easily have the floating keyboard when you are inside of an immersive environment.
Android Bootcamp [WK2 – D4]
Not to much going on, just have class today and some homework in the class. Android image files can only have a-z0-9_ in the file name. You don’t need to import the R file if you are in the main package.
Android Bootcamp [WK2 – D3]
Select a string, click the bulb, and click Extract Resource. To make a new string in the Resources file.
Android Bootcamp [WK2 – D2]
Not too much to report today, just been watching some more videos that review the same topics as the previous ones.
Android Bootcamp [WK2 – D1]
I’ve been going thru the Your First Kotlin Android App: Polishing the App You can add parameters to the @Preview for changing the size of the preview device. The switch statement from most things, can be handled using a when. The structure window helps you jumping between sections of code.
Swift Unwrap Live 2024 Notes
This is my notes from a full day workshop from Jan 27th, 2024 about Vision Pro. I took hand written notes during the entire thing and ended up with over 10 pages of hand written note along with some really nice ideas for UI going forward. The keyboard shortcut to […]
SwiftUI Tips
SwiftUI with Packages I’ve been refactoring a codebase into reusable systems today. When you have a View as part of a package, the following have to be public: the View, the Init, and body. SwiftUI Environments api is iOS 17 or newer, doesn’t work inside of ViewModels, only inside of […]
Android Bootcamp [Day 4]
Today we have another class session later, but I’m reviewing some of the sample code. If you wanna create a date for sample code easy way to do that is Instant.parse(“yyyy-MM-dd’T’HH:mm:ssZ”) That would be ISO 8601. Chapter 6 of the book: goes into interaction for the app MVI: Model View […]
Android Bootcamp [Day 3]
Today I’m working thru the Your First Kotlin Android App: An App From Scratch which can be found on Kodeco’s website. When you have a slider you can use inclusive range by only using two dots between two numbers Also 32.sp is 32 scale points, a font size measurement. Making […]