Cribslist is an android app that allows a user to buy and sell baby goods.
The following required functionality is completed:
- User can sign up/ log in using email address
- User can view list of items from main screen
- Item is displayed image, title, and location.
- User can post an item to sell
- User can click a “+” icon on the bottom right, and see the item detail screen.
- User can write a comment of the item
- User can see their commented item on account activity
The following optional features are implemented:
- User can sign up/ log in using social media
- User can view items in the map from main screen
- User will receive push notification when someone leaves a comment
Here's a walkthrough of implemented user stories:
GIF created with LiceCap.
Describe any challenges encountered while building the app.
- Android Async HTTP - Simple asynchronous HTTP requests with JSON parsing
- Picasso - Image loading and caching library for Android
Copyright Sukwon Lee & Morgan Plant
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.