목록AlertDialog (3)
아무고토 몰라효

👼🏻 초보 안드로이드 개발자가 매번 구글링하기 싫어서 정리하는 블로그 👼🏻 안녕하세요! 🙋🏻♀️ 오늘은 AlertDialog를 사용해볼거에요!!! 필수로 사용해야하는 BuildContext, Function(BuildContext) 만 일단 사용해보겠습니다! showDialog( context: context, // Alert을 띄울 context builder: (BuildContext context) { // Alert의 Context }, ); BulidContext 의 return이 필요합니다! showDialog( context: context, // 띄울 화면 builder: (BuildContext context) { // Alert창의 화면 return AlertDialog( title:..
👼🏻 초보 안드로이드 개발자가 매번 구글링하기 싫어서 정리하는 블로그 👼🏻 안녕하세요!! 2021.12.31 - [Android/개발] - [Android] 안드로이드 AlertDialog [Android] 안드로이드 AlertDialog 👼🏻 초보 안드로이드 개발자가 매번 구글링하기 싫어서 정리하는 블로그 👼🏻 안녕하세요! 2021.12.30 - [Android/개발] - [Android] 안드로이드 GridView 2탄 (feat.Adapter, AlertDialog) [Android] 안드로이.. devziner.tistory.com 저번엔 기본 AlertDialog 를 사용했다면, 이번엔 RadioButton 이 있는 AlertDialog 를 만들어 볼거에요!!! ( RadioButton 을 모른..
👼🏻 초보 안드로이드 개발자가 매번 구글링하기 싫어서 정리하는 블로그 👼🏻 안녕하세요! 2021.12.30 - [Android/개발] - [Android] 안드로이드 GridView 2탄 (feat.Adapter, AlertDialog) [Android] 안드로이드 GridView 2탄 (feat.Adapter, AlertDialog) 👼🏻 초보 안드로이드 개발자가 매번 구글링하기 싫어서 정리하는 블로그 👼🏻 안녕하세요!! 원래 GridView 는 한번만 작성하려고했는데 다른걸 겸사겸사 살짝 맛보기로만 보여드릴려고 갑자 devziner.tistory.com GridView 2탄에 나왔던 [AlertDialog] 를 작성해보려고합니다! 구현 영상부터 보고갈게요 😉 1️⃣ Alert1 버튼 📌 단순 Aler..