TDAAPaceUni / CS6392018

0 stars 0 forks source link

Tester: Kevin, Developer: Tjok Dalem, ImageViewer #5

Open kd90693n opened 6 years ago

kd90693n commented 6 years ago

I am Kevin and I tested the app of Tjok Dalem. @TDAAPaceUni The target SDK was not provided by Tjok Dalem. The minimum SDK was not provided by Tjok Dalem. The code is available at: https://github.com/TDAAPaceUni/CS6392018/tree/master/ImageViewer. The code, the apk and the 2 screenshots are available at the right location in the GitHub repository. The topic of the app is Flower Images. The does not use fragments. The images of the app are not available in different formats. I tested the app Nexus 5X Emulator Phone / emulator and Nexus 9 Emulator Tablet / emulator with OS Android 8.1(Oreo), API27. The app does not crashes. The images appear well. There are 5 images.


***Your app works without crashes on my emulator when loading your apk files

testpreviewportrait testpreviewlandscape

***I didn't see the multiple formats in your drawable resource folder.

drawable xxhdpi main drawable drawable mdpi drawable hdpi drawable xxxhdpi drawable xhdpi

***I was unable to find your fragment_main.xml and content_main.xml that shows you are using fragments.

layout

This is the apk file I am using for testing(had to zip it)

ArsaArthaTjokDalemImageViewer.apk.zip

kd90693n commented 6 years ago

To upload in different formats, I had to download the Android Drawable Importer Plugin.

Top Navigation Bar > Android Studio > Preferences > Plugins > Search: Android Drawable Importer

screen shot 2018-06-11 at 8 52 31 pm

Then when it is installed go to File > New > Batch Drawable Import

For Fragments, you may need to restart from scratch and create from a basic activity template, they'll be a checkbox in the bottom that you'll need to check on.