riruvuri / mobileapps

0 stars 0 forks source link

Android Project - Todo - Ready for review #1

Open riruvuri opened 8 years ago

riruvuri commented 8 years ago

I have checked in my code changes to the git path: https://github.com/riruvuri/mobileapps/tree/master/SmartToDo Please review the code and share your feedback. /cc @codepathreview @codepath

nesquena commented 8 years ago

Ravindranath,

Looks good, this exercise is 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 learn the practical elements of Android development and best practices as quickly as possible. We also do a code review for each submitted project once the program begins.

The next step is to continue working on extensions to your todo app and to schedule a short 10 minute phone conversation with us. Navigate to today's date and onward from there and choose a 15-minute slot. Let us know if none of those times work.

With regards to extensions to implement, we are looking for developers with an interest in user experience and product development so be sure to focus on additional functional enhancements and/or improving the user interface of the app.

Once you select a slot, can you make sure to include best number to reach you at to the invite? Look forward to chatting soon!

riruvuri commented 8 years ago

Hi Nathan and Team, I will start working on the extensions for the app. The earliest time slot that I can see for the discussion is on Jan 12, 10:15-30PM.

I am reachable on 239-675-2862.

Thanks, Ravindra

On Fri, Jan 8, 2016 at 1:09 AM, Nathan Esquenazi notifications@github.com wrote:

Ravindranath,

Looks good, this exercise is 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 learn the practical elements of Android development and best practices as quickly as possible. We also do a code review for each submitted project once the program begins.

The next step is to continue working on extensions to your todo app http://courses.codepath.com/snippets/intro_to_android/prework#heading-5-extending-your-todo and to schedule a short 10 minute phone conversation with us. Navigate to today's date and onward from there https://calendar.google.com/calendar/selfsched?sstoken=UURvT01vbzBza1pnfGRlZmF1bHR8NzVjYzBkN2EyZTRiOGRmYjZlZjhmMjA2N2IyMGMwYWU and choose a 15-minute slot. Let us know if none of those times work.

With regards to extensions to implement, we are looking for developers with an interest in user experience and product development so be sure to focus on additional functional enhancements and/or improving the user interface of the app.

Once you select a slot, can you make sure to include best number to reach you at to the invite? Look forward to chatting soon!

— Reply to this email directly or view it on GitHub https://github.com/riruvuri/mobileapps/issues/1#issuecomment-169940884.

nesquena commented 8 years ago

Great. The time slot you signed up for is for 7:30pm PST. Just wanted to make sure you weren't being confused by a time zone. We will chat with you then!

riruvuri commented 8 years ago

Now, I am working on Database Adapter to replace the logic of storing the data in file system. I am noticing few issues and trying to fix them. As today is the last date, I am posting the update here.

nesquena commented 8 years ago

Thanks for the update. Since you already submitted the core and had your interview, please continue to update your project until the 24th and re-submit as soon as you can as we have left a few slots open to fill. We will be making final admittance decisions in the next several days, thanks for your patience.

riruvuri commented 8 years ago

Hi Team, I have checked in my latest code changes to Git. Please check this and let me know the feedback.

/cc @codepathreview @codepath

Thanks, Ravindra

riruvuri commented 8 years ago

Hi Nathan and Team, I have submitted my updated code yesterday. Please check and let me know.

Thanks, Ravindra

On Sun, Jan 17, 2016 at 11:58 PM Nathan Esquenazi notifications@github.com wrote:

Thanks for the update. Since you already submitted the core and had your interview, please continue to update your project until the 24th and re-submit as soon as you can as we have left a few slots open to fill.

— Reply to this email directly or view it on GitHub https://github.com/riruvuri/mobileapps/issues/1#issuecomment-172455839.

nesquena commented 8 years ago

Great to see you were able to augment your app with a few extension tasks now. As mentioned earlier, the extension tasks available on each project are often the most valuable learnings since they dive deeper into common real-world Android use cases.

Let me know if you have any questions about the project or anything in the meantime. I do have a few additional suggestions:

We'll be in touch with you again soon via email.

riruvuri commented 8 years ago

Thanks Nathan. Working on these changes.

-Ravindra

On Mon, Jan 25, 2016 at 11:41 PM, Nathan Esquenazi <notifications@github.com

wrote:

Great to see you were able to augment your app with a few extension tasks now. As mentioned earlier, the extension tasks available on each project are often the most valuable learnings since they dive deeper into common real-world Android use cases.

Let me know if you have any questions about the project or anything in the meantime. I do have a few additional suggestions:

  • Remove that floating action button (the pink thing) since it's not doing anything useful
  • Try adding additional functionality to the app that involves making the todo items more functional (adding priority, category or due dates)
  • Try iterating on the UI a bit http://guides.codepath.com/android/Styling-UI-Screens-FAQ

We'll be in touch with you again soon via email.

— Reply to this email directly or view it on GitHub https://github.com/riruvuri/mobileapps/issues/1#issuecomment-174876336.

riruvuri commented 8 years ago

Hi Nathan and Team, I have checked in the code changes for :

Now working on: Try adding additional functionality to the app that involves making the todo items more functional (adding priority, category or due dates)

Thanks, Ravindra

On Tue, Jan 26, 2016 at 11:03 PM, Ravindranath Iruvuri <irchowdary@gmail.com

wrote:

Thanks Nathan. Working on these changes.

-Ravindra

On Mon, Jan 25, 2016 at 11:41 PM, Nathan Esquenazi < notifications@github.com> wrote:

Great to see you were able to augment your app with a few extension tasks now. As mentioned earlier, the extension tasks available on each project are often the most valuable learnings since they dive deeper into common real-world Android use cases.

Let me know if you have any questions about the project or anything in the meantime. I do have a few additional suggestions:

  • Remove that floating action button (the pink thing) since it's not doing anything useful
  • Try adding additional functionality to the app that involves making the todo items more functional (adding priority, category or due dates)
  • Try iterating on the UI a bit http://guides.codepath.com/android/Styling-UI-Screens-FAQ

We'll be in touch with you again soon via email.

— Reply to this email directly or view it on GitHub https://github.com/riruvuri/mobileapps/issues/1#issuecomment-174876336.

riruvuri commented 8 years ago

Hi, I have included Priority and Category to the Edit Activity UI and checked in the code.

Thanks, Ravindra

On Wed, Jan 27, 2016 at 9:14 PM Ravindranath Iruvuri irchowdary@gmail.com wrote:

Hi Nathan and Team, I have checked in the code changes for :

  • Remove that floating action button (the pink thing) since it's not doing anything useful. - Tested and it is working fine.

Now working on:

Try adding additional functionality to the app that involves making the todo items more functional (adding priority, category or due dates)

Thanks, Ravindra

On Tue, Jan 26, 2016 at 11:03 PM, Ravindranath Iruvuri < irchowdary@gmail.com> wrote:

Thanks Nathan. Working on these changes.

-Ravindra

On Mon, Jan 25, 2016 at 11:41 PM, Nathan Esquenazi < notifications@github.com> wrote:

Great to see you were able to augment your app with a few extension tasks now. As mentioned earlier, the extension tasks available on each project are often the most valuable learnings since they dive deeper into common real-world Android use cases.

Let me know if you have any questions about the project or anything in the meantime. I do have a few additional suggestions:

  • Remove that floating action button (the pink thing) since it's not doing anything useful
  • Try adding additional functionality to the app that involves making the todo items more functional (adding priority, category or due dates)
  • Try iterating on the UI a bit http://guides.codepath.com/android/Styling-UI-Screens-FAQ

We'll be in touch with you again soon via email.

— Reply to this email directly or view it on GitHub https://github.com/riruvuri/mobileapps/issues/1#issuecomment-174876336 .

nesquena commented 8 years ago

Hi Ravi,

Unfortunately the class is now full at this point, but we will add you to the waitlist. We had a huge volume of applicants this round and we regret not being able to have everyone participate. For those not admitted as participants, we are happy to offer access to a remote observer cohort that has access to the materials and is able to work on the projects at their own pace. Let me know if you'd like to follow along as a remote observer.

riruvuri commented 8 years ago

Thanks Nathan. It could have been a great opportunity if I could have make it to the class. Please add me as a remote observer, I will keep trying the assignments.

Thanks, Ravindra

On Thu, Jan 28, 2016 at 7:51 PM, Nathan Esquenazi notifications@github.com wrote:

Hi Ravi,

Unfortunately the class is now full at this point, but we will add you to the waitlist. We had a huge volume of applicants this round and we regret not being able to have everyone participate. For those not admitted as participants, we are happy to offer access to a remote observer cohort that has access to the materials and is able to work on the projects at their own pace. Let me know if you'd like to follow along as a remote observer.

— Reply to this email directly or view it on GitHub https://github.com/riruvuri/mobileapps/issues/1#issuecomment-176560595.

nesquena commented 8 years ago

Great, I have marked you down as a remote observer so you can learn self-paced with the course materials and project once the course begins alongside other observers. More details will follow very soon. Sorry again that you weren't able to participate in the session but I am confident that working through the projects and materials will go a huge way in deepening your Android knowledge. I encourage you to try and follow along, I will be adding you to a mailing list as well as sending weekly observer emails once the course begins.