Android Open Source app providing an interesting login/register interface using scene transitions introduced in api level 19 (Kitkat). Also, showcases animated logo working with SVG paths.
- The class
SvgPathParserandAnimatedLogoViewused to convert from string SVG Path format to Android SDKPathstructures and further used to render on screen, has been obtained from the interesting Roman Nurik SVGPathParser and [AnimatedMuzeiLogoView] (https://github.com/romannurik/muzei/blob/master/main/src/main/java/com/google/android/apps/muzei/util/AnimatedMuzeiLogoView.java) code. - Animations are inspired by : ** Material up - Login Mockup post created by neel. ** Github - AndroidFillableLoaders created by JorgeCastilloPrz. ** Github - Muzei Live Wallpaper created by Roman Nurik.
- Abhinav Puri - pabhinav@iitrpr.ac.in
Copyright 2016 Abhinav Puri
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.


