Open
Conversation
Removed the background pictures of the MainActivity's EditText and Spinners. Slimmed the button down a bit. This became material. In AboutAppActivity, displaying the data in card format and exposed buttons to visit the links instead of just displaying the links.
…ing so many maps multiple times is a memory-heavy operation. Changed the SearchResultActivity to Material design
List of students displayed in CardView form. Clicking on a card animates the student's photo into the DetailActivity which gives a kind of flow to the information (follows Material Design). Removed card slider. Removed Facebook button.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Applied Material Design to many layout elements. Removed background pictures from
Spinners,EditTextandButtoninMainActivity. Clicking theButtonelevates it slightly (material). InSearchResultActivity, changed the font to the defaultRobotoand applied Android defined styles to headers and other information. Clicking on a card animates it into theDetailsActivitywhich gives a kind of flow of information (material). InDetailsActivity, changed the layout to make it look better, removed the Facebook button and removed the card slider. InAboutAppActivity, arranged the information inCardViews with text buttons which allow users to directly contact the developers. Reduced theSplashActivitywait time, as 1000ms may get annoying for users. Implemented the Lazy Singleton design pattern inMappingUtils. This optimizes in terms of memory. Optimized a few lines of code here and there as well.