Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 1차원 DP
- 2차원 dp
- 99클럽
- @BeforeAll
- @BeforeEach
- @Builder
- @Entity
- @GeneratedValue
- @GenericGenerator
- @NoargsConstructor
- @Query
- @Table
- @Transactional
- Actions
- Amazon EFS
- amazon fsx
- Android Studio
- ANSI SQL
- api gateway 설계
- api gateway 필터
- ApplicationEvent
- argocd
- assertThat
- async/await
- AVG
- AWS
- aws autoscaling
- aws eks
- AWS KMS
- aws vpc peering
Archives
- Today
- Total
기록
androidStudio/localhost 서버 접속하기 본문
1. 에뮬레이터에서 사용하기
https://developer.android.com/studio/run/emulator-networking?hl=ko
Android Emulator 네트워킹 설정 | Android 개발자 | Android Developers
에뮬레이터는 앱에 복잡한 모델링 및 테스트 환경을 설정하는 데 사용할 수 있는 다목적 네트워킹 기능을 제공합니다.
developer.android.com
task.execute("http://10.0.2.2:80/users");
2. 핸드폰에서 사용하기
task.execute("http://aaa.bbb.ccc.ddd:80/users");
'Moblie > Android' 카테고리의 다른 글
androidStudio/java/FireBase에서 특정 데이터만 가져오기 (0) | 2021.11.30 |
---|---|
androidStudio/Google Map API 사용하기 (0) | 2021.11.28 |
androidStudio/실제 단말기를 이용하여 실행시키기 (0) | 2021.03.12 |
[issue] Caused-by-javalangBootstrapMethodError-Exception-from-call-site-4-bootstrap-method (0) | 2020.09.29 |
androidStudio/java/preference:1.1.1 사용하기 (0) | 2020.09.29 |
Comments