This repository contains the source code.
MeetApp is a demo application demonstrating a recommendation system that finds employees for an employer based on his preferences as a proof of concept manner.
Have a question about MeetApp? Ping me with an email.
Copyright 2014 Ismet Ozozturk
Copyright 2013 Donn Felker
Copyright 2013 GitHub Inc.
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.
MeetApp is built on the Parse.com API and uses many great open-source libraries from the Android dev community:
- AppCompat for a consistent, great looking header across all Android platforms, ViewPagerIndicator for swiping between fragments and NineOldAndroids for view animations - all from Jake Wharton.
- NavigationDrawer for the menu drawer navigation.
- Dagger for dependency-injection.
- ButterKnife for view injection
- Otto as the event bus
- Robotium for driving our app during integration tests.
- android-maven-plugin for automating our build and producing release-ready APKs.
- http-request for interacting with remote HTTP resources (API's in this case).
- google-gson for consuming JSON and hydrating POJO's for use in the app.