Android Day 7 Why calling Greeting multiple times don’t work?
Android Day 7 Why calling Greeting multiple times don't work? As someone who is new to composable, they may encounter some problem like this:…
Youtuber @CodeWithWilliamJiamin's Website
• 2 min read
Android Day 7 Why calling Greeting multiple times don't work? As someone who is new to composable, they may encounter some problem like this:…
• 1 min read
Android Day 6 Make an offline kotlin playground If you want to practice kotlin with out android app running. You can do that in…
• 1 min read
Unity 3D Game Dev Day 7: Why sometimes make bridge using the terrain brush make a huge hole to the bottom? Sometimes when we…
• 1 min read
Unity 3D Game Dev Day 6: Quick Mobile Migration of Our Game. I just use my other project's joystick code and make it on…
• 1 min read
Unity 3D Game Dev Day 5: Why use _ in variable? class ExampleClass { int count; public void UpdateOurCount(int count) { this.count = count;…
• 1 min read
Unity 3D Game Dev Day 4: How to make a score system using onCollisionenter and make it show on the canvas? using System.Collections; using…
• 1 min read
Unity 3D Game Dev Day 3:how to use onCollisionEnter to change the material of the object,how to change using serilizedfiled to have multiple material…
• 2 min read
Android Day 5 Make Animation package com.williamjiamin.greetingsfromwilliam import android.os.Bundle import androidx.activity.ComponentActivity import androidx.activity.compose.setContent import androidx.compose.animation.core.Spring import androidx.compose.animation.core.animateDpAsState import androidx.compose.animation.core.spring import androidx.compose.foundation.layout.Arrangement import androidx.compose.foundation.layout.Column import…
• 1 min read
Unity 3D Game Dev Day 2: Collider and Rigidbody Collider can serve as trigger or , as the name suggest, collider. But in order…
• 1 min read
Unity 3D Game Dev Day 1: Intro There is a quick demo of player control using Unity's old Input system: using System.Collections; using System.Collections.Generic;…
• 3 min read
Android Day 4 Make State Consistent package com.williamjiamin.greetingsfromwilliam import android.os.Bundle import android.view.View import android.window.SplashScreen import androidx.activity.ComponentActivity import androidx.activity.compose.setContent import androidx.compose.foundation.background import androidx.compose.foundation.layout.Box import androidx.compose.foundation.layout.Column…
• 1 min read
Open this tutorial for implementation details and runnable demo snippets.