Android/Notification 썸네일형 리스트형 안드로이드 Notification 예제 http://www.vogella.com/articles/AndroidNotifications/article.html제목 표시줄에 통지(Notification)를 표시한 예 제목 표시줄을 열고 통지를 확인하는 예 위의 통지를 이용자가 선택하면 실행되는 액티비티 화면AndroidManifest.xml result.xml main.xml 제목 표시줄에 표시된 통지를 열고 통지를 선택하면 실행될 Activitypackage test.android.hello; import android.app.Activity; import android.os.Bundle; public class NotificationFollower extends Activity { @Override protected void onCreate(.. 더보기 이전 1 다음