https://github.com/zdavatz/amiko-android
AmiKo Desitin für Android
https://github.com/zdavatz/amiko-android
amiko amk android fachinfo import java opensource prescriptions print swisspeddose
Last synced: about 1 month ago
JSON representation
AmiKo Desitin für Android
- Host: GitHub
- URL: https://github.com/zdavatz/amiko-android
- Owner: zdavatz
- License: gpl-3.0
- Created: 2013-08-24T07:09:39.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-09-25T13:55:51.000Z (over 1 year ago)
- Last Synced: 2024-05-01T23:16:27.462Z (about 1 year ago)
- Topics: amiko, amk, android, fachinfo, import, java, opensource, prescriptions, print, swisspeddose
- Language: Java
- Homepage: https://play.google.com/store/apps/details?id=com.ywesee.amiko.de&hl=de_CH
- Size: 7.08 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## AmiKo-Android
### Build
`make amiko` or `make comed`.
To create .aab App Bundle:
`make bundleAmiko` `make bundleComed`
these will also download the all the files (DB, Report and Interactions).
run `make -B amiko` to rebuild.
### Setup for Android Studio
This setup is [gradle](https://docs.gradle.org/current/userguide/gradle_wrapper.html) based.#### 1. Install Android Studio
https://developer.android.com/studio/#### 2. Open Project with Android Studio
#### 3. Database
databases are in`src/amiko/assets/` form here: http://pillbox.oddb.org/amiko_db_full_idx_de.zip (AmiKo, DE)
`src/comed/assets/` from here: http://pillbox.oddb.org/amiko_db_full_idx_fr.zip (CoMed, FR)##### 3.1 Full text search database
`src/amiko/assets/` form here: http://pillbox.oddb.org/amiko_frequency_de.zip (AmiKo, DE)
`src/comed/assets/` from here: http://pillbox.oddb.org/amiko_frequency_fr.zip (CoMed, FR)#### 4. Report File
report files are in`src/amiko/assets/` from here: http://pillbox.oddb.org/amiko_report_de.html (AmiKo, DE)
`src/comed/assets/` from here: http://pillbox.oddb.org/amiko_report_fr.html (CoMed, FR)#### 5. Constants.java
in `Constants.java` set `APP_VERSION`, `GEN_DATE` and `DB_VERSION`
_to build with Intellij this does not have to change._#### 5.1 HIN Credentials
Copy `src/main/java/com/ywesee/amiko/hinclient/HINClientCredentials.java.sample` to `HINClientCredentials.java`,
and fill in the fields.#### 6. AndroidManifest.xml
in `AndroidManifest.xml` increase versionName (=`APP_VERSION` in `Constants.java`)#### 7. Launch Icon Desitin
change android:icon to `@drawable/ic_launcher`in these locations:
```
res/layout/splash_screen.xml
res/values/styles.xml
```
## License
[GPLv3.0](https://github.com/zdavatz/AmiKo-Android/blob/master/LICENSE.txt)