dynamite8 / resources-android-dev

Collection of resources for becoming an Android developer
7 stars 7 forks source link

Fixes #89: Converted fragments to activities #90

Closed dambadipudi closed 6 years ago

dambadipudi commented 6 years ago

Fixes #89 .

Changes done in this pull request:

Moved MainActivity to ui folder and ResourceListAdapter to adapter folder within ui folder

Deleted all the bottom navigation and fragments and created 2 simple activities as follows -

Currently mock data is still being displayed in both pages Sticky notes also still remain hard coded in the MainActivity.