Android Studio là môi trường phát triển tích hợp chính thức dành cho phát triển nền tảng Android. Nó được ra mắt vào ngày 16 tháng 5 năm 2013 tại hội nghị Google I/O. Android Studio được phát hành miễn phí theo giấy phép Apache Licence 2.0. Các ngôn ngữ lập trình: Java, Kotlin, C++
Dự án phát triển ứng dụng tìm kiếm và cho thuê phòng trọ website
Sinh viên thực hiện Phạm Thanh Trường 20IT461
Trường Đại học Công nghệ Thông tin & Truyền Thông Việt - Hàn, Đại học Đà Nẵng
- [1. clone project --> install grade]
- [2. List grade using in project:]
- implementation 'com.google.android.material:material:1.6.0'
- implementation 'com.android.volley:volley:1.2.1' : Api
- implementation 'de.hdodenhof:circleimageview:3.1.0' : A fast circular ImageView perfect for profile images
- implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
- implementation 'com.squareup.picasso:picasso:2.8' : Use the Picasso library to load images
- implementation "androidx.recyclerview:recyclerview:1.2.1"
- implementation 'me.relex:circleindicator:2.1.6'
- **[1. php artisan serve : server will run at Ip&Port: 127.0.0.1:8000]
- **[2. php artisan serve --port=1234 (may change): server will run at Ip&Port: 127.0.0.1:1234]
- **[3. php artisan serve --host 123.456.7.8 --port=1234 (may change)(can be run with your computer's ip by: opening terminal->ipconfig/all->ipV4 is the IP number that the server will run): server will run at Ip&Port: 123.456.7.8:1234]
- no description
- no description
- no description