
Fundamentals of No-Code Prototyping with Glide
jangpm
You can create prototypes of reservation services, matching services, and community services with no code.
初級
glide, No-code, Prototyping
코딩 없이도 나만의 앱을 만들 수 있다! 🚀 초보자도 따라 할 수 있는 노코드 입문 강의! FlutterFlow를 활용한 실전 앱 개발로 쉽고 빠르게 앱을 완성해보세요.
앱 화면 UI 구성하기
Database 구축하기
FlutterFlow 위젯
전역변수 사용법
SNS를 연동한 회원가입
댓글 기능 구현
좋아요 기능 구현
다양한 조건문 사용법
학습 대상은
누구일까요?
쉽고 빠르게 앱 개발을 하고싶은 사람
FlutterFlow를 처음 시작하는 사람
코딩 지식은 있는데 앱 개발은 처음인 사람
노코드 플랫폼에 대해 알고싶은 사람
43
명
수강생
12
개
수강평
5
개
답변
4.8
점
강의 평점
1
개
강의
개발 업무를 시작으로 보안에 이르기가지 IT 전반의 영역을 다루고 있습니다.
현재 네카라 중 한곳에 재직중이며 커리어 기간동안 학습해온 것들을 기반으로 유용한 강의를 준비하여
여러분들의 성장을 돕겠습니다.
전체
31개 ∙ (4시간 44분)
전체
12개
4.8
12개의 수강평
수강평 7
∙
평균 평점 5.0
수정됨
5
I have been steadily learning programming-related content as a hobby, albeit at a shallow level, and I've always wanted to establish myself as a solo developer someday. Until now, I felt a significant barrier to entry into the unknown world of backend integration, servers, security, and so on. This course was great because it provided concise explanations from basic UI to Firestore integration! What I noticed while watching various courses and YouTube videos was that there are plenty of basic courses and occasionally advanced courses for professionals, but I felt there weren't many courses targeting people in the middle ground. Through this course, I was able to break through the parts where I was stuck. I'm curious if you have plans to add 'code courses worth covering in FlutterFlow' such as custom functions~ I understand Dart/Flutter code at a basic level. I'm curious about how this feels when applied in FlutterFlow! For example, things that can be handled as actions within FlutterFlow wouldn't need separate code writing, and I'm curious about what custom code is frequently used outside of actions, what that boundary(?) is, and how experts utilize custom code~ +Additionally, I'm curious about responsive app design! I understand the concept to some extent, but I'm wondering if you have plans to cover practical content on how to best handle device size-appropriate design (padding, font size, etc.) for different devices!
First, thank you so much for your precious course review! Your journey as a solo developer pursuing your dreams is admirable, and I sincerely support you to achieve success! Regarding the Custom Function you mentioned, it's used when processing data and when frequently used across multiple pages. Let me give you an example from a project I'm personally working on. There's logic that takes keywords like love and sadness as input and expresses them as colors. By processing them as shown below to express specific keywords as colors, if you use this frequently across multiple screens, using custom functions would be convenient. Color getEmotionColor(String emotion) { switch (emotion) { case '사랑': return Color(0xFFFF8A80); // Coral Pink case '슬픔': return Color(0xFF90CAF9); // Soft Blue } } You also inquired about responsive UI, which can definitely be implemented with custom functions. Regarding follow-up courses, I had considered it when first creating the course, but currently I don't have the capacity due to my main job and personal projects.😭 If the opportunity arises, I'll try to post related content on my blog. Thank you once again. Thank you.
Thank you for taking the time to leave a reply despite being busy~ Now that I think about it, responsive design was something I could have searched for sufficiently, and thank you for explaining about custom functions as well~ Thank you for the great lecture!
수강평 2
∙
평균 평점 4.0
4
I'm not sure yet, but it seems like it will be an easy-to-understand and comfortable class. Other lectures just gave me stress and made me pull my hair out, but this lecture is giving me the will to challenge myself.
Hello grubuil. Thank you for the course review. Please feel free to ask any questions anytime while taking the course. As soon as your question is confirmed, I will do my best to answer it within the scope of my knowledge.
수강평 1
∙
평균 평점 5.0
5
Lee Seung-tae-nim, thank you for your course review. Fighting until completion~!
수강평 1
∙
평균 평점 5.0
₩45,100
같은 분야의 다른 강의를 만나보세요!