Giter VIP home page Giter VIP logo

cosmetiqueorganique's Introduction

CosmetiqueOrganique

This is an Android app developed by me during Udacidy Nanodegree Program for Android Developers. It's purpose is to serve users recipes for homemade cosmetics. Everyone can make them at home and you lifestyle will be a lot healthier!

In this app I've used Material Design principles. It contains custom animations and transitions. The app's database is Firebase Database. It uses many Firebase features, like Authentication, Push Notifications, Analytics.

Now Cosmetique Organique can be found on Google Play Store!

cosmetiqueorganique's People

Contributors

yogourt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

cosmetiqueorganique's Issues

( BUG Cosmetique Organique Current Version 1.2 ) The application crashes when I click on the login option

Project Information

Expected behavior

When I click on the login option, a box should appear where I can enter my email address and password by logging in to my account.

Actual behavior

The application crashes when I click on the login option

How to reproduce

  • Download the application

  • open the application

  • Click the 3 horizontal lines on the top left

  • click the login Option

  • Note the Error

  • Browser/App version: 1.2

  • Operating system: 6.0

Recording Of The Bug

20190709_161238

Logcat

E/AndroidRuntime(15324): FATAL EXCEPTION: main

E/AndroidRuntime(15324): Process: com.blogspot.android_czy_java.beautytips, PID: 15324

E/AndroidRuntime(15324): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.blogspot.android_czy_java.beautytips/com.firebase.ui.auth.ui.idp.AuthMethodPickerActivity}: android.content.res.Resources$NotFoundException: File res/drawable-nodpi-v4/login_background.xml from drawable resource ID #0x7f0800d0

E/AndroidRuntime(15324): 	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2695)

E/AndroidRuntime(15324): 	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2769)

E/AndroidRuntime(15324): 	at android.app.ActivityThread.access$900(ActivityThread.java:177)

E/AndroidRuntime(15324): 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1430)

E/AndroidRuntime(15324): 	at android.os.Handler.dispatchMessage(Handler.java:102)

E/AndroidRuntime(15324): 	at android.os.Looper.loop(Looper.java:135)

E/AndroidRuntime(15324): 	at android.app.ActivityThread.main(ActivityThread.java:5910)

E/AndroidRuntime(15324): 	at java.lang.reflect.Method.invoke(Native Method)

E/AndroidRuntime(15324): 	at java.lang.reflect.Method.invoke(Method.java:372)

E/AndroidRuntime(15324): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1405)

E/AndroidRuntime(15324): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1200)

E/AndroidRuntime(15324): Caused by: android.content.res.Resources$NotFoundException: File res/drawable-nodpi-v4/login_background.xml from drawable resource ID #0x7f0800d0

E/AndroidRuntime(15324): 	at android.content.res.Resources.loadDrawableForCookie(Resources.java:2946)

E/AndroidRuntime(15324): 	at android.content.res.Resources.loadDrawable(Resources.java:2821)

E/AndroidRuntime(15324): 	at android.content.res.Resources.getDrawable(Resources.java:1050)

E/AndroidRuntime(15324): 	at com.android.internal.policy.impl.PhoneWindow.generateLayout(PhoneWindow.java:4106)

E/AndroidRuntime(15324): 	at com.android.internal.policy.impl.PhoneWindow.installDecor(PhoneWindow.java:4154)

E/AndroidRuntime(15324): 	at com.android.internal.policy.impl.PhoneWindow.getDecorView(PhoneWindow.java:2154)

E/AndroidRuntime(15324): 	at androidx.appcompat.app.f.y(Unknown Source)

E/AndroidRuntime(15324): 	at androidx.appcompat.app.f.x(Unknown Source)

E/AndroidRuntime(15324): 	at androidx.appcompat.app.f.c(Unknown Source)

E/AndroidRuntime(15324): 	at androidx.appcompat.app.c.setContentView(Unknown Source)

E/AndroidRuntime(15324): 	at com.firebase.ui.auth.ui.idp.AuthMethodPickerActivity.onCreate(Unknown Source)

E/AndroidRuntime(15324): 	at android.app.Activity.performCreate(Activity.java:6178)

E/AndroidRuntime(15324): 	at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1118)

E/AndroidRuntime(15324): 	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2648)

E/AndroidRuntime(15324): 	... 10 more

E/AndroidRuntime(15324): Caused by: org.xmlpull.v1.XmlPullParserException: Binary XML file line #2:  requires a valid src attribute

E/AndroidRuntime(15324): 	at android.graphics.drawable.BitmapDrawable.updateStateFromTypedArray(BitmapDrawable.java:764)

E/AndroidRuntime(15324): 	at android.graphics.drawable.BitmapDrawable.inflate(BitmapDrawable.java:729)

E/AndroidRuntime(15324): 	at android.graphics.drawable.Drawable.createFromXmlInner(Drawable.java:1128)

E/AndroidRuntime(15324): 	at android.graphics.drawable.Drawable.createFromXml(Drawable.java:1032)

E/AndroidRuntime(15324): 	at android.content.res.Resources.loadDrawableForCookie(Resources.java:2936)

E/AndroidRuntime(15324): 	... 23 more

( BUG Cosmetique Organique Current Version 1.2 ) The application crashes when I try to open a post

Project Information

Expected behavior

When I try to open a post, that post should be opened and the information contained in this should appear and the application should not be crashed.

Actual behavior

The application crashes when I try to open a post

How to reproduce

  • Download the application

  • Open the application

  • Click the 3 horizontal lines on the top left

  • click on Hair option

  • Try opening any post

  • Note the Error

  • Browser/App version: 1.2

  • Operating system: 6.0

Recording Of The Bug

20190709_162016

Logcat

D/AndroidRuntime(12150): Shutting down VM

E/AndroidRuntime(12150): FATAL EXCEPTION: main

E/AndroidRuntime(12150): Process: com.blogspot.android_czy_java.beautytips, PID: 12150

E/AndroidRuntime(12150): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.blogspot.android_czy_java.beautytips/com.blogspot.android_czy_java.beautytips.detail.DetailActivity}: android.view.InflateException: Binary XML file line #3: Error inflating class androidx.constraintlayout.widget.ConstraintLayout

E/AndroidRuntime(12150): 	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2695)

E/AndroidRuntime(12150): 	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2769)

E/AndroidRuntime(12150): 	at android.app.ActivityThread.access$900(ActivityThread.java:177)

E/AndroidRuntime(12150): 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1430)

E/AndroidRuntime(12150): 	at android.os.Handler.dispatchMessage(Handler.java:102)

E/AndroidRuntime(12150): 	at android.os.Looper.loop(Looper.java:135)

E/AndroidRuntime(12150): 	at android.app.ActivityThread.main(ActivityThread.java:5910)

E/AndroidRuntime(12150): 	at java.lang.reflect.Method.invoke(Native Method)

E/AndroidRuntime(12150): 	at java.lang.reflect.Method.invoke(Method.java:372)

E/AndroidRuntime(12150): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1405)

E/AndroidRuntime(12150): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1200)

E/AndroidRuntime(12150): Caused by: android.view.InflateException: Binary XML file line #3: Error inflating class androidx.constraintlayout.widget.ConstraintLayout

E/AndroidRuntime(12150): 	at android.view.LayoutInflater.createView(LayoutInflater.java:633)

E/AndroidRuntime(12150): 	at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:743)

E/AndroidRuntime(12150): 	at android.view.LayoutInflater.parseInclude(LayoutInflater.java:892)

E/AndroidRuntime(12150): 	at android.view.LayoutInflater.rInflate(LayoutInflater.java:802)

E/AndroidRuntime(12150): 	at android.view.LayoutInflater.parseInclude(LayoutInflater.java:916)

E/AndroidRuntime(12150): 	at android.view.LayoutInflater.rInflate(LayoutInflater.java:802)

E/AndroidRuntime(12150): 	at android.view.LayoutInflater.inflate(LayoutInflater.java:504)

E/AndroidRuntime(12150): 	at android.view.LayoutInflater.inflate(LayoutInflater.java:414)

E/AndroidRuntime(12150): 	at com.blogspot.android_czy_java.beautytips.detail.DetailActivityFragment.a(Unknown Source)

E/AndroidRuntime(12150): 	at androidx.fragment.app.d.b(Unknown Source)

E/AndroidRuntime(12150): 	at androidx.fragment.app.k.g(Unknown Source)

E/AndroidRuntime(12150): 	at androidx.fragment.app.k.a(Unknown Source)

E/AndroidRuntime(12150): 	at androidx.fragment.app.k.f(Unknown Source)

E/AndroidRuntime(12150): 	at androidx.fragment.app.k.a(Unknown Source)

E/AndroidRuntime(12150): 	at androidx.fragment.app.k.onCreateView(Unknown Source)

E/AndroidRuntime(12150): 	at androidx.fragment.app.g.a(Unknown Source)

E/AndroidRuntime(12150): 	at androidx.fragment.app.e.a(Unknown Source)

E/AndroidRuntime(12150): 	at androidx.fragment.app.e.onCreateView(Unknown Source)

E/AndroidRuntime(12150): 	at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:733)

E/AndroidRuntime(12150): 	at android.view.LayoutInflater.rInflate(LayoutInflater.java:806)

E/AndroidRuntime(12150): 	at android.view.LayoutInflater.rInflate(LayoutInflater.java:809)

E/AndroidRuntime(12150): 	at android.view.LayoutInflater.inflate(LayoutInflater.java:504)

E/AndroidRuntime(12150): 	at android.view.LayoutInflater.inflate(LayoutInflater.java:414)

E/AndroidRuntime(12150): 	at android.view.LayoutInflater.inflate(LayoutInflater.java:365)

E/AndroidRuntime(12150): 	at androidx.appcompat.app.f.c(Unknown Source)

E/AndroidRuntime(12150): 	at androidx.appcompat.app.c.setContentView(Unknown Source)

E/AndroidRuntime(12150): 	at com.blogspot.android_czy_java.beautytips.detail.DetailActivity.onCreate(Unknown Source)

E/AndroidRuntime(12150): 	at android.app.Activity.performCreate(Activity.java:6178)

E/AndroidRuntime(12150): 	at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1118)

E/AndroidRuntime(12150): 	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2648)

E/AndroidRuntime(12150): 	... 10 more

E/AndroidRuntime(12150): Caused by: java.lang.reflect.InvocationTargetException

E/AndroidRuntime(12150): 	at java.lang.reflect.Constructor.newInstance(Native Method)

E/AndroidRuntime(12150): 	at java.lang.reflect.Constructor.newInstance(Constructor.java:288)

E/AndroidRuntime(12150): 	at android.view.LayoutInflater.createView(LayoutInflater.java:607)

E/AndroidRuntime(12150): 	... 39 more

E/AndroidRuntime(12150): Caused by: android.content.res.Resources$NotFoundException: File res/drawable-nodpi-v4/hearts_background.xml from drawable resource ID #0x7f0800ae

E/AndroidRuntime(12150): 	at android.content.res.Resources.loadDrawableForCookie(Resources.java:2946)

E/AndroidRuntime(12150): 	at android.content.res.Resources.loadDrawable(Resources.java:2821)

E/AndroidRuntime(12150): 	at android.content.res.Resources.loadDrawable(Resources.java:2670)

E/AndroidRuntime(12150): 	at android.content.res.TypedArray.getDrawable(TypedArray.java:761)

E/AndroidRuntime(12150): 	at android.view.View.(View.java:3852)

E/AndroidRuntime(12150): 	at android.view.ViewGroup.(ViewGroup.java:503)

E/AndroidRuntime(12150): 	at android.view.ViewGroup.(ViewGroup.java:499)

E/AndroidRuntime(12150): 	at android.view.ViewGroup.(ViewGroup.java:495)

E/AndroidRuntime(12150): 	at androidx.c

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.