본문 바로가기

Android

[펌][LIB]Chat bubbles in Android - 체팅창의 말풍선 구현 방법

안녕하세요 버섯돌이 유재성입니다.

서펑도중 안드로이드에서 체팅창의 말풍선 구현과 관련된 소스가 있어서 살짝 퍼다 나릅니다.

아래와 같은 것들을 학습 할 수 있다고 하는군요.

 

출처 : http://warting.se/2012/06/04/chat-bubbles-in-android/

Chat bubbles in Android

2012-06-04

Here is a simple project that shows how to make chat bubbles in android.
http://warting.github.com/AndroidChatBubbles/

It’s a good project to inspect if you want to learn some basic stuff from the following parts:

  • How to design Nine patch images
  • How to use a listview
  • How to connect a array adapter to a listview
  • How to populate a array adapter on the fly
  • How to generate random lorem ipsum text
Screen shoot of android chat bubbles

Learn how to create android chat bubbles