CiderCS3398 / CS3398-Cider-S2017

CS3398 Team Github
0 stars 2 forks source link

Successfully write a small app that handles a text string and push it to the remote repository. #62

Closed sylchristian closed 7 years ago

sylchristian commented 7 years ago

In order to add any new features to the project, new activities must be created and integrated with the existing project. I will need to figure out how to accomplish this with a project that could be considered "complete" but open to extension.

sylchristian commented 7 years ago

So far I have been working on this task but have had limited success with getting working search bar and button added to the project. The complexity required by this seemingly simple task is beyond what I had originally anticipated, and it requires a better understanding of how Android Studio builds its projects. What I will do going forward is build a basic app that contains a bar that receives text as input and is capable of manipulating that string in some way with the push of a button. I will push this code to the remote repository as an artifact.

sylchristian commented 7 years ago

I have pushed my small app to the repository. At the moment there is one small error that is still left before the app will build that I need to look into. I will be opening another issue to address this, if this is OK with the rest of the team.