Pinned Repositories
GreenDaoExample
Example of using GreenDao. Represents two lists, Conversations and Messages within that conversation. Demonstrates all the different database relationships that would be required.
MVPExample
A detailed example of MVP
MVPReactive
MVP architecture using reactive programming.
MVVMReactive
OrmliteExample
Example of using Ormlite. Represents two lists, Conversations and Messages within that conversation. Demonstrates all the different database relationships that would be required.
ReactiveArchitecture
ReactiveArchitectureSwift
Reactive Architecture built in swift. Look to README for more information.
ReactiveMvp
An example of how to develop a MVP application using RX. The stress here is for clean testable code.
HIFILEO's Repositories
HIFILEO/ReactiveArchitecture
HIFILEO/MVVMReactive
HIFILEO/MVPExample
A detailed example of MVP
HIFILEO/ReactiveArchitectureSwift
Reactive Architecture built in swift. Look to README for more information.
HIFILEO/GreenDaoExample
Example of using GreenDao. Represents two lists, Conversations and Messages within that conversation. Demonstrates all the different database relationships that would be required.
HIFILEO/MVPReactive
MVP architecture using reactive programming.
HIFILEO/OrmliteExample
Example of using Ormlite. Represents two lists, Conversations and Messages within that conversation. Demonstrates all the different database relationships that would be required.
HIFILEO/ReactiveMvp
An example of how to develop a MVP application using RX. The stress here is for clean testable code.
HIFILEO/CodeExamples
Code Examples
HIFILEO/DNCScrubber
HIFILEO/fibonacci
An example of an application that calculates the fibonacci sequence and saves entries to a database. The sequence can go up to N using BigInteger.
HIFILEO/Finance
An example of a finance application that bases it's questions on external JSON data.
HIFILEO/ParseFacebookUtils-Android
A utility library to authenticate ParseUsers with the Facebook SDK
HIFILEO/ReactiveArchitectureKotlin
HIFILEO/SectionCursorAdapter