mirror of
https://github.com/MinimalBible/MinimalBible.github.io
synced 2024-12-21 06:08:19 -05:00
Fix a broken tag
This commit is contained in:
parent
cd6237be9d
commit
05f260dfb5
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ _site
|
|||||||
codekit-config.json
|
codekit-config.json
|
||||||
node_modules
|
node_modules
|
||||||
Gemfile.lock
|
Gemfile.lock
|
||||||
|
*.swp
|
||||||
|
@ -40,7 +40,7 @@ One of the things I was looking forward to in switching to Android Studio was ge
|
|||||||
Lesson 2: Static objects are awful
|
Lesson 2: Static objects are awful
|
||||||
----------------------------------
|
----------------------------------
|
||||||
|
|
||||||
Every enterprise application I've worked on, and most Android applications, all have a dependency injection system of some form. I've previously [outlined a number of them]({% post_url 2014-05-07-framework-faceoff.md %}), but I settled on Dagger.
|
Every enterprise application I've worked on, and most Android applications, all have a dependency injection system of some form. I've previously [outlined a number of them]({% post_url 2014-05-07-framework-faceoff %}), but I settled on Dagger.
|
||||||
|
|
||||||
**Problem:**
|
**Problem:**
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user