8000 Comparing master...Saving_Data_To_SQLite · spike04/AndroidEssential-ManagingData · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: spike04/AndroidEssential-ManagingData
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: spike04/AndroidEssential-ManagingData
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: Saving_Data_To_SQLite
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 29 files changed
  • 1 contributor

Commits on Aug 22, 2019

  1. [JSON_PARSING] Parse Json from Asset or Raw

    	- Initial Setup for Navigation architecture.
    	- Added file in Raw and Asset folder and perform File Read
    	- After Reading, JSON data was parsed using Moshi
    FMI/PC/LT/34 authored and FMI/PC/LT/34 committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    ebdeead View commit details
    Browse the repository at this point in the history
  2. [REPOSITORY] Add Repository

    	- Implemented Repository Pattern for Separation of Required Logic.
    FMI/PC/LT/34 authored and FMI/PC/LT/34 committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    20d4aed View commit details
    Browse the repository at this point in the history
  3. [INTEGRATING WEB SERVICE] Add WebService to Fetch Data

    	- Added Retrofit and Coroutines to Fetch Data from webService
    	- Parsed response using MoshiConverterFactory
    FMI/PC/LT/34 authored and FMI/PC/LT/34 committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    88c5998 View commit details
    Browse the repository at this point in the history
  4. [GET DATA] Get Data from WebService

    	- Added Recycler View to Display Data Fetched from WebService
    	- Added Selector to Display the Item Being Selected.
    	- Added Swipe Refresh to reload Data.
    FMI/PC/LT/34 authored and FMI/PC/LT/34 committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    1c97ed8 View commit details
    Browse the repository at this point in the history
  5. [PASSING DATA] Pass Data to Detail Page

    	- Passed Data of Selected Monster to Detail Page
    	- Dispayed Data of the Passed Data using DataBinding
    	- Created Binding Adapter to perform Complex Data Manipulation Stuffs like Loading Image using Glide and Formatting Price.
    FMI/PC/LT/34 authored and FMI/PC/LT/34 committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    45c41e9 View commit details
    Browse the repository at this point in the history
  6. [SAVE TO FILE] Saing Data To File Internally and Externally

    	- Performed Saving Data to Internal Directory
    	- Performed Saving Data to Cache Directory
    	- Performed Saving Data to External Storage
    	- Checked for Permission before Saving Data to External Storage
    FMI/PC/LT/34 authored and FMI/PC/LT/34 committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    4adb949 View commit details
    Browse the repository at this point in the history
  7. [SAVE TO SQLITE] Save the Data obtained to SQLite Database

    	- Configured Room
    	- Delete and Insert All Data To SQLite.
    FMI/PC/LT/34 authored and FMI/PC/LT/34 committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    48ead39 View commit details
    Browse the repository at this point in the history
Loading
0