eunja511005 / AutoCoding

0 stars 0 forks source link

[안드로이드] 채팅앱 메세지 전송 #140

Open eunja511005 opened 9 months ago

eunja511005 commented 9 months ago

ChatActivity.java

 

1. 생성시 ForegroundService에 연결

image

 

2. ForegroundService에 연결은 ServiceConnection를 통해서 하고 연결을 통해 STOMP Client를 얻는다.

image

 

3. 생성시 Send 버튼 클릭 정의

image

 

4. Send 버튼 클릭시 ForegroundService의 STOMP Client를 이용하여 JsonString 메세지를 서버로 전송 한다.

image