reset password
Author Message
se1k1h1mawar1
Posts: 121
Posted 08:58 Apr 30, 2016 |

I have two questions regarding our homework 1.

 

Would we lose points or receive negative Plato $ if:

1) our submission contains intent-filter in AndroidManifest.xml (as below) even if the app does what the assignment prompt describes it should do:

<intent-filter>
    <action android:name="android.intent.action.MAIN" />

    <category android:name="android.intent.category.LAUNCHER" />
</intent-filter>

2) Our ListView item (or Toast message) shows more information than each title (i.e. shows each title, author, and headline etc)

Last edited by se1k1h1mawar1 at 09:00 Apr 30, 2016.
msargent
Posts: 519
Posted 15:02 Apr 30, 2016 |

Of course not.

se1k1h1mawar1
Posts: 121
Posted 17:41 Apr 30, 2016 |
msargent wrote:

Of course not.

Okay, just wanted to make sure. Thank you.