-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add placedetail feature #61
base: master
Are you sure you want to change the base?
Add placedetail feature #61
Conversation
…drawables and helper id resource
…ory and HomeActivity for testing purpose and can be changed later, added helper strings,ids and dimensions and drawable
…ory and HomeActivity for testing purpose and can be changed later, added helper strings,ids and dimensions and drawable
Hey @intkhabahmed nice work ...we gonna merge the PR ...this is complete code with layout and java code as well. |
Sure @harikautilya and thanks |
@Kautilyahari will wait for your signal. |
@harikautilya when are you going to merge this pull request |
Can u pull the latest build and apply the work flow? |
ok |
…hmed/explore-india into add-placedetail-feature # Conflicts: # app/src/main/java/com/udacity/exploreindia/base/PresenterFactory.java # app/src/main/java/com/udacity/exploreindia/ui/home/HomeActivity.java # app/src/main/java/com/udacity/exploreindia/ui/splash/SplashActivity.java # app/src/main/res/layout/activity_home.xml # app/src/main/res/values/dimens.xml # app/src/main/res/values/strings.xml
@harikautilya All changes updated and conflicts resolved |
Description
Include a summary of the change and relevant motivation/context. List any dependencies that are required for this change.
Implemented place detail layout, edited SplashActivity, PresenterFactory and HomeActivity for testing purpose and can be changed later, added helper strings, ids, dimensions and drawables as required.
I tried adding scrollview for description textview also, but it was not working so I removed it.
Fixes # [ISSUE]
#51
Type of Change:
Delete irrelevant options.
Code/Quality Assurance Only
How Has This Been Tested?
Describe the tests you ran to verify your changes. Provide instructions or GIFs so we can reproduce. List any relevant details for your test.
I changed SplashActivity, HomeActivity, home layout and PresenterFactory to inflate PlaceDetailFragment. I have not reverted the changes, so anyone can run the app and can see the Detail page.It can be changed again according to requirements.
Checklist:
Delete irrelevant options.
Code/Quality Assurance Only
Screen shot