keithen / ToDoApp

First app created for CodePath Android class.
0 stars 0 forks source link

ToDoApp finished #1

Open keithen opened 10 years ago

keithen commented 10 years ago

@nesquena and @timothy1ee:

Both parts of ToDo app are finished, including edit activity. List view still does not start display at top.

Nathan suggested just moving the outline of the ListItem to make sure it touched the top of the Layout in the graphical view. It didn't fix the placement issue, but i was able to get a reproducible crash. If i checked out a version of the ToDoApp that matches my first commit that only has the ToDoActivity, then just move the top line of my ListItem outline. When i then run the app in the emulator, i get the following crash:

05-19 01:11:43.819: E/AndroidRuntime(5515): FATAL EXCEPTION: main 05-19 01:11:43.819: E/AndroidRuntime(5515): Process: com.example.todoapp, PID: 5515 05-19 01:11:43.819: E/AndroidRuntime(5515): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.todoapp/com.example.todoapp.ToDoActivity}: java.lang.ClassCastException: android.widget.ListView cannot be cast to android.widget.EditText 05-19 01:11:43.819: E/AndroidRuntime(5515): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2195)

nesquena commented 10 years ago

Project looks good! This was intended in part to give you an introduction to the general rhythm of this course. The course is entirely project based with an app being assigned each week and then due the following week. Each project builds on the last to help each engineer to learn all practical Android development and best practices as quickly as possible. We also do a code review for each submitted project.

The next step is to schedule a short 10 minute phone conversation here. Navigate to 22nd and choose a slot. Let us know if none of those times work.

Once you select a slot, can you edit it with the best number to reach you at? Look forward to chatting!