Android Day 22 Let’s add edit and save functionality to our Contact App
Android Day 22 Let's add edit and save functionality to our Contact App I first seperate the dialog to a seperate composible, so we…
Youtuber @CodeWithWilliamJiamin's Website
• 4 min read
Android Day 22 Let's add edit and save functionality to our Contact App I first seperate the dialog to a seperate composible, so we…
• 4 min read
Android Day 20 Let's create a more complex layout logic ! A contact App Mock! Let's make a contact app mock. It will have…
• 5 min read
Android Day 19 How to collapse the dropdown menu? Let's cut the chase : We are going to use state variable to control it.…
• 4 min read
Android Day 18 Why somethings I can't click anywhere else when the dropdown menu is working and why the input textfield won't show anything…
• 4 min read
Android Day 17 How to change and make button have more selection functionality? package com.williamjiamin.ourowncomposable import android.os.Bundle import android.widget.Toast import androidx.activity.ComponentActivity import androidx.activity.compose.setContent import…
• 1 min read
Android Day 16 Let's talk about icons! 1.https://fonts.google.com/icons 2.Android Studio: If you're using Android Studio, you can use the built-in Vector Asset Studio to…
• 3 min read
Android Day 15 How to make a customised logo text? Today, we are going to make some customised text at the top of our…
• 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…