We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
네트워크 → 통신 DataBase, Server, Clien
Local DataBase의 한계
서버와 통신하는 방법
JSon 형식
Json Parsing : Json을 코틀린이나 자바가 이해할 수 있게 변형 하는 과정
Serializable (직렬화) : 객체의 내용을 바이트 단위로 변환하여 스트림을 통해 송수신을 가능하도록 한다.
Request Type
위와 같이 View를 넘겨주는 것은 매우 위험한 행동이다. 자세한 내용은 안드로이드 공식 사이트를 참조하자.
Library
dependencies { implementation "com.google.code.gson:gson:2.8.6" implementation "com.squareup.retrofit2:retrofit:2.3.0" implementation "com.squareup.retrofit2:converter-gson:2.3.0" }
https://square.github.io/retrofit/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
6주차
네트워크 → 통신 DataBase, Server, Clien
Local DataBase의 한계
서버와 통신하는 방법
JSon 형식
Json Parsing : Json을 코틀린이나 자바가 이해할 수 있게 변형 하는 과정
Serializable (직렬화) : 객체의 내용을 바이트 단위로 변환하여 스트림을 통해 송수신을 가능하도록 한다.
Request Type
위와 같이 View를 넘겨주는 것은 매우 위험한 행동이다. 자세한 내용은 안드로이드 공식 사이트를 참조하자.
Library
https://square.github.io/retrofit/
https://square.github.io/retrofit/
The text was updated successfully, but these errors were encountered: