bengbeng2121 / learning-android-2

learning-android-2
0 stars 0 forks source link

[Android Bootcamp] Submitting project prework (Todo App) #1

Open bengbeng2121 opened 8 years ago

bengbeng2121 commented 8 years ago

Hi CoderSchool, this is my Todo App with a basic functionality for Android Bootcamp prework. Thank you. /cc @coderschoolreview

PS: I will improve my app next submitting

coderschoolreview commented 8 years ago

Thank you for your Android submission, binhle12!

:clap: Everything looks good with the format of your submission. We'll be reviewing your submission soon!

hoanle commented 8 years ago

Hi @binhle12

Thanks for submission

In general,

Detail & Suggestion:

<EditText
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:id="@+id/etContent"
        android:layout_below="@+id/tvGuide"
        android:layout_alignParentLeft="true"
        android:layout_alignParentStart="true"
        android:layout_alignParentRight="true"
        android:layout_alignParentEnd="true" />

It has a lot of align option, but actually it does not need all of that to be what you want it to be.

bengbeng2121 commented 8 years ago

Hi @hoanle, thank you for your suggestion. I will fix it :) I'm updating my app using SQLite and CursorAdapter. And then UI. Ps: G9