This app was developted as a test for the Zemoga employment selection process. This app Create lists all messages and their details from JSONPlaceholder.
- Android Studio 2 v3.0.1 or higher
- Java 8
- Gradle v4.10.1
- Dagger v2.7
- Retrofit v2.4
- Android Architecture Components (Room, LiveData)
The app implements MVVM architecture using Dagger2, Room and LiveData. Room and LiveData are a powerful combo given their advantages (No memory leaks, No crashes due to stopped activities, up to date data and no manual lifecycle handling).
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.