Ứng dụng này chia sẻ kiến thức bệnh tật thuốc về y tế công cộng
+ Lấy dữ liệu từ webservice về app Xử dụng database MySQL
+ Xử lý vùng chạm để chuẩn đoán bệnh
+ Sử dụng google API để tìm bệnh viện và nhà thuốc gần nhất.
+ Chat với bác sỉ
+ Tra thuốc va tra bệnh trên webservice.
+ Tin tức bài viết
XEM THÊM ==> Hướng dẫn cài đặt chi tiết
Nguồn: Sharecode.vn
Import dữ liệu vào android studio cập nhật tất cả API trong android studio
Androidmanfest ra cấu hình như này
<?xml version="1.0" encoding="UTF-8"?>
<manifest package="quangtinhnm.doanchuan" xmlns:android="http://schemas.android.com/apk/res/android"><uses-permission android:name="android.permission.INTERNET"/><uses-permission android:name="android.permission.CALL_PHONE"/><uses-permission android:name="android.permission.SEND_SMS"/><uses-permission android:name="android.permission.SEND_SMS"/><uses-permission android:name="android.permission.CALL_PHONE"/><uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/><uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/><uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/><application android:theme="@style/AppTheme" android:supportsRtl="true" android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:allowBackup="true"><activity android:name=".Controller.MainActivity"><intent-filter><action android:name="android.intent.action.MAIN"/><category android:name="android.intent.category.LAUNCHER"/></intent-filter></activity><activity android:name=".Controller.Chuandoan"/><activity android:name=".Controller.TinTuc"/><activity android:name=".Controller.TinTucCT"/><activity android:name=".Controller.VungDau"/><activity android:name=".Controller.VungDauCT"/><activity android:name=".Controller.VungNguc"/><activity android:name=".Controller.VungNgucCT"/><activity android:name=".Controller.VungBung"/><activity android:name=".Controller.VungBungCT"/><activity android:name=".Controller.VungTayPhai"/><activity android:name=".Controller.VungTayPhaiCT"/><activity android:name=".Controller.VungChau"/><activity android:name=".Controller.VungChauCT"/><activity android:name=".Controller.VungChan"/><activity android:name=".Controller.VungChanCT"/><activity android:name=".Controller.TraThuoc"/><activity android:name=".Controller.TraThuocCT"/><activity android:name=".Controller.TraBenh"/><activity android:name=".Controller.TraBenhCT"/><activity android:name=".Controller.SMS"/>
<!-- The API key for Google Maps-based APIs is defined as a string resource. (See the file "res/values/google_maps_api.xml"). Note that the API key is linked to the encryption key used to sign the APK. You need a different API key for each encryption key, including the release key that is used to sign the APK for publishing. You can define the keys for the debug and release targets in src/debug/ and src/release/. -->
<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version"/><meta-data android:name="com.google.android.geo.API_KEY" android:value="AIzaSyDfMDSnGsu_uMY4u8X4ITWb4IVjtKStG2k"/><activity android:name=".Controller.Maps" android:label="@string/title_activity_maps"/></application></manifest>
Sau đó sử vào trang web của bạn tạo RSS