TODO app for android (AKA learning android).
android-simpletodo is hosted in the following web site
https://github.com/neuhalje/android-simpletodo
If you think the Android project android-simpletodo listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of android-simpletodo.
Item | Value |
---|---|
Java File Count | 29 |
Activity Count | 2 |
Fragment Count | 1 |
android-simpletodo has the following Java source files.
name.neuhalfen.todosimple.android.AndroidApplicationModule.java name.neuhalfen.todosimple.android.TodoApplication .java name.neuhalfen.todosimple.android.di.DIActivity.java name.neuhalfen.todosimple.android.di.DIFragment .java name.neuhalfen.todosimple.android.di.DIListFragment .java name.neuhalfen.todosimple.android.di.ForActivity.java name.neuhalfen.todosimple.android.di.ForApplication.java name.neuhalfen.todosimple.android.di.Injector.java name.neuhalfen.todosimple.android.domain.model.TodoDeletedEvent.java name.neuhalfen.todosimple.android.infrastructure.AndroidEventPublisher.java name.neuhalfen.todosimple.android.infrastructure.AndroidEventStore.java name.neuhalfen.todosimple.android.infrastructure.db.EventStoreTableImpl.java name.neuhalfen.todosimple.android.infrastructure.db.SQLiteToTransactionAdapter.java name.neuhalfen.todosimple.android.infrastructure.db.TodoSQLiteHelper.java name.neuhalfen.todosimple.android.infrastructure.db.TodoTableImpl.java name.neuhalfen.todosimple.android.infrastructure.db.dbviews.DatabaseViewManager.java name.neuhalfen.todosimple.android.infrastructure.db.dbviews.todo.TodoContentProvider.java name.neuhalfen.todosimple.android.infrastructure.db.dbviews.todo.TodoContentProviderImpl.java name.neuhalfen.todosimple.android.infrastructure.db.dbviews.todo.TodoTableDatabaseViewManager.java name.neuhalfen.todosimple.android.infrastructure.json.EventJsonSerializer.java name.neuhalfen.todosimple.android.infrastructure.json.EventJsonSerializerImpl.java name.neuhalfen.todosimple.android.view.TodoDetailActivity.java name.neuhalfen.todosimple.android.view.TodoDetailFragment.java name.neuhalfen.todosimple.android.view.TodoListActivity.java name.neuhalfen.todosimple.android.view.TodoListFragment.java name.neuhalfen.todosimple.android.view.TodoViewModule.java name.neuhalfen.todosimple.helper.Preconditions.java