Skip to content

Commit

Permalink
Remove MainUserActivity and Simple Fragment from Project.
Browse files Browse the repository at this point in the history
  • Loading branch information
blad committed Dec 29, 2014
1 parent 43e8971 commit fedd44f
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 474 deletions.

This file was deleted.

3 changes: 1 addition & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
android:label="@string/app_name"
android:theme="@style/AppTheme" >
<activity
android:name=".activity.MainUserActivity"
android:name=".activity.SelectionActivity"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand All @@ -22,7 +22,6 @@
</activity>

<activity android:name=".activity.SearchResultsActivity"/>
<activity android:name=".activity.SelectionActivity"/>
</application>

</manifest>
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
import android.app.Application;
import android.content.Context;

import com.btellez.solidandroid.activity.MainUserActivity;
import com.btellez.solidandroid.activity.SearchResultsActivity;
import com.btellez.solidandroid.fragment.SimpleFragment;
import com.btellez.solidandroid.module.DependencyInjector;

import dagger.Module;
Expand Down Expand Up @@ -40,10 +38,6 @@ public void onCreate() {
@Override
public Object[] getModules() {
return new Object[]{
// Each Activity and Class Defined their own Injector,
// Shared Modules should go under the ../Module package
new MainUserActivity.MainUserActivityModule(),
new SimpleFragment.SimpleFragmentModule(),
new ApplicationContextModule(this),
new SearchResultsActivity.SearchResultDepedencyModule()
};
Expand Down

This file was deleted.

Loading

0 comments on commit fedd44f

Please sign in to comment.