Android Day 14 How to add custimized image as your app logo?
Android Day 14 How to add custimized image as your app logo? Very simple one this day, you just need to add an image…
Youtuber @CodeWithWilliamJiamin's Website
• 3 min read
Android Day 14 How to add custimized image as your app logo? Very simple one this day, you just need to add an image…
• 3 min read
Android Day 13 When to choose spacer and when to choose padding, in my experience. Some of you guys may think that padding is…
• 3 min read
Android Day 12 Clean Our Project and make a Translation App Demo Today we are going to do a complete overhaul of our project…
• 3 min read
Android Day 11 Add Toast to the button OK, the user can click the button, but they are not getting any respond, what to…
• 3 min read
Android Day 10 Add interaction to the Textfield ! Let's add some interaction to the text field so user can actually achive something! The…
• 1 min read
Android Day 9 How to make customised Preview? Realy simple, just comment the default preview and add our own , but add @Preview(showBackground =…
• 3 min read
Android Day 8 How to get user Input? Well , let me demostrate some of the user input, you can use all sorts of…
• 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…
• 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…
• 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…
• 2 min read
Android Day 3 Customize the Display package com.williamjiamin.greetingsfromwilliam import android.os.Bundle import android.view.View 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 import androidx.compose.foundation.layout.fillMaxSize…