Skip to content

KingKongCoderr/PetStore

Repository files navigation

Pets App

An android application enabling a pet shelter to store information about their pets thus creating a pet inventory which can be updated or shared with other parties interested in the data, the base concept of this application can be applied to many other businesses. Project Uses MVP pattern, DI through Dagger 2.0 and other android framework components mentioned in the to do list below.

To-Do:

  • Raw Sql for storing data
  • Implement Content Provider
  • MVP Pattern
  • Dependency Injection through Dagger
  • CursorAdapter handling the parsing and binding cursor data to view.
  • Cursor Loader to enable Asynchronous UI data loading.
  • Add animations for EmptyView and Fab button using Value & Object Animators, Lottie Library.
  • Espresso Instrumentation testing.
  • Performance Profiling.
  • Recycler view with Cursor data along with Cursor Loader.
  • Espresso testing on RecyclerView.
  • Preference screen for user settings.
  • Apply Custom Theme to the application.

License

Copyright 2016 The Android Open Source Project, Inc.

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you 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.

About

Demonstrates storing of data in sqlite through ContentProvider, uses MVP, Dagger2.0, Animations, Loaders, CursorAdapter and more.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages