Skip to content

antarikshc/parallem-android

Repository files navigation

parallem

API 19 Apache License

Parallem is a collaborative platform for developer, designer and techstars based on Android's MVVM architecture.


Built with

  • Minimum SDK level 19
  • Android Jetpack
    • LiveData - notify domain layer data to views.
    • Lifecycle - dispose of observing data when lifecycle state changes.
    • ViewModel - UI related data holder, lifecycle aware.
  • Architecture
    • MVVM Architecture (View - DataBinding - ViewModel - Model)
    • Repository pattern
  • Volley - communicate the REST APIs
  • GSON - Java serialization/deserialization library to convert Java Objects into JSON and back
  • Picasso - Image downloading and caching library
  • Material-Components - Material design components like ripple animation, cardView

Architecture

Parallem is based on MVVM architecture and a repository pattern.

License

Designed and developed by 2018 antarikshc (Antariksh Chavan)

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.

About

Parallem is a collaborative platform for developer, designer and techstars based on MVVM architecture.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages