Skip to content

Commit

Permalink
Merge pull request #11 from aarontharris/master
Browse files Browse the repository at this point in the history
More docs
  • Loading branch information
aarontharris authored Jul 24, 2016
2 parents 6675869 + 95034c7 commit 46c1777
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Binary file added Fuel Flow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added FuelFlow.pptx
Binary file not shown.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ git submodule add -b release_1.0.0 git@github.com:aarontharris/Fuel.git Fuel
# Quick Integration Tutorial
[Youtube Fuel Tutorial](https://www.youtube.com/watch?v=CuWsEsSgPso)

[Youtube Fuel Overview](https://www.youtube.com/watch?v=306GrCktydw)

# Integration Overview
* Inside your Application.onCreate(), be sure to call FuelInjector.initializeModule() with your Custom FuelModule.
* If an object needs to perform injections and itself was not injected, FuelInjector.ignite().
Expand Down Expand Up @@ -234,3 +236,4 @@ public class SampleFuelModule extends FuelModule {
}
}
```
![](https://github.com/aarontharris/Fuel/blob/master/Fuel%20Flow.png)

0 comments on commit 46c1777

Please sign in to comment.