Automatically translated.View original post

Claude Code review: Create your own app, don't reconcile the code

Hello, people of Lemon8 🍋. Today I have a new toy, a tech line, a drug label. Who ever had a dream of having their own Android app, but stuck with the problem of "not writing code"?

I just tried the Claude Code. I can tell you that it unlocks the golden skill for ordinary people like us. Let's see what to do!

💡 Claude Code?

It's an AI tool from the Anthropic camp that runs in the Terminal backyard system. The cool thing is that we don't have to write the code ourselves. Just "command in human language." It will think, write and manage the code files for us.

🛠️ I don't know the code...Really done?

We can do it! We play the role of "Project Nature," just type in a direct request, such as "Help create an Android app, take a simple note, have a safe and delete button." Claude Code will take orders and pull the tool to create an app network for us automatically.

📝 step (easy to understand)

Install the tools: Apply the basic program according to the manual (may look a little nerdy when opening the Terminal window, but copy the step)

Prompt: Tell the AI what app you want. The more you explain it, the more it comes out.

Let AI go through the job: Sipping coffee, Claude will start creating files, writing code, and if he finds Bug, he will try to solve it.

Run the app: Take the AI-completed files and open them in Android Studio to test and run!

📌 Summary of Advantages & Remarks

Advantages: Super time and cost saving. Very suitable for making a simple app (MVP) to test ideas.

Note: Although we do not have to write the code ourselves, we still have to rely on a little sedation to install the first program, and if the app is getting complicated, we may have to talk and edit it gradually.

Whoever has a great idea in his head, don't let the wall of coding stop us. Let's go with the Claude Code!

# Good app tells # IT should know # ClaudeCode # AI helps work # Share IT Trick

3/12 Edited to

... Read moreถ้าคุณกำลังชั่งใจว่า Claude Code “ดีจริงไหม” และข้อดีมันต่างจากการใช้แชต AI ทั่วไปยังไง ผมสรุปจากที่ลองเล่นกับงานทำแอป Android แบบง่ายๆ ให้ครับ (แนว “ทำแอพโดยใช้แค่ AI” ตามที่เห็นในภาพเลย) 1) ข้อดีของ Claude Code ที่รู้สึกได้จริง - ทำงานเป็นขั้นเป็นตอนใน Terminal: จุดเด่นคือมันไม่ได้แค่ตอบโค้ดเป็นข้อความ แต่สามารถ “สร้างไฟล์/โฟลเดอร์” จัดโปรเจกต์ให้เลย เหมาะมากกับคนที่ไม่อยากเริ่มจากศูนย์ - ช่วยแก้บั๊กแบบวนลูปได้: เวลาเรารันแล้วเออร์เรอร์ มันช่วยไล่ทีละจุดและแก้ให้ต่อเนื่อง (แต่เราต้องส่งข้อความ error ให้ครบ) - เร็วสำหรับทำ MVP: ถ้าจะเทสต์ไอเดีย เช่น แอปจดบันทึก ปุ่มเซฟ/ลบ หรือหน้าฟอร์มง่ายๆ ทำได้ไวกว่าเริ่มโค้ดเองมาก 2) สิ่งที่ควรรู้ก่อนเริ่ม (กันหัวร้อน) - ต้องยอม “ตั้งค่าหน้าบ้าน” นิดนึง: แม้ไม่เขียนโค้ด แต่ส่วนติดตั้งเครื่องมือ/เปิด Terminal/ผูกโปรเจกต์กับ Android Studio ต้องใจเย็นหน่อย รอบแรกอาจสะดุดเรื่องเวอร์ชันหรือ dependency - ยิ่งสั่งชัด งานยิ่งตรง: ถ้าบอกกว้างๆ ผลลัพธ์จะกว้างตาม ผมแนะนำให้ระบุ Android target, หน้าจอที่ต้องมี, และพฤติกรรมของปุ่มให้ครบ 3) ตัวอย่างพรอมป์ที่ช่วยให้แอปออกมาตรงใจ ลองพิมพ์แนวนี้จะเวิร์กมาก: - “ช่วยสร้างแอป Android (Kotlin + Jetpack Compose) สำหรับจดบันทึก มีหน้า List + หน้า Add/Edit เก็บข้อมูลแบบ Room มีปุ่มเพิ่ม/ลบ/ค้นหา และทำ UI โทนมินิมอล” - “ช่วยทำให้รันได้ใน Android Studio พร้อมคำสั่ง build และบอกขั้นตอนเปิดโปรเจกต์ทีละข้อ” 4) ทริคตอนเจอบั๊กให้ AI แก้ได้ไว - แปะ error log ที่ยาวพอ: อย่าตัดเหลือบรรทัดเดียว เอาทั้ง stack trace ช่วงสำคัญ - บอก “ฉันทำอะไรอยู่” ก่อนพัง: เช่น “กดปุ่มเซฟแล้วแครช” หรือ “เปิดหน้าแรกแล้วค้าง” จะช่วยให้มันเดาถูก - ถ้ามันแก้แล้วไม่หาย ให้สั่งให้ตรวจไฟล์ที่เกี่ยวข้อง: เช่น “ตรวจ MainActivity, NavGraph, และ Gradle ให้ทีว่ามีเวอร์ชันชนกันไหม” 5) สรุปว่าเหมาะกับใคร ถ้าเป้าคือทำแอป Android แบบง่ายๆ เพื่อพิสูจน์ไอเดีย (MVP) หรือทำโปรเจกต์ส่วนตัว Claude Code ถือว่าเป็นตัวช่วยที่ข้อดีชัดมาก โดยเฉพาะคนที่ “ไม่อยากเริ่มจากการเขียนโค้ดเอง” แต่ถ้าโปรเจกต์ใหญ่ขึ้น แนะนำค่อยๆ คุย ค่อยๆ แยกงานเป็นส่วนๆ แล้วให้มันปรับทีละจุด จะได้ควบคุมคุณภาพได้ดีที่สุด