/RecipeApp

Sample recipe app that fetches and display recipe list hosted on Contentful

Primary LanguageJava

RecipeApp

Developed by:Prashanth Ramakrishnan

Features

  • Fetches the recipe details via the specified API endpoint and shows the recipe list in a recycler view, clicking on it launches the recipe details screen.
  • Includes unit tests for presenters and instrumentation tests for the app flow.

Refer here for proguard rules.

Note

  • Styling and animations are minimum, I used Android CardView to show the list and the details screen, everything is pretty straight-forward
  • I decided not to use the Contentful SDK as learning to use the SDK was quite complex 🧐 and the documentation was not so explanatory, but I instead created my own model which did not take much time. ⏳
  • There is no database in this application, data is shown as is from the API calls!

Open source libaries used

License

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.