Git Product home page Git Product logo

Comments (6)

xsoh avatar xsoh commented on May 27, 2024

Hello agilob,
Do you mean that you suggest when you save an event and created new one shows the last used calendar?

from etar-calendar.

agilob avatar agilob commented on May 27, 2024

Yes.

  1. Start creating event A
  2. Save it in calendar abc
  3. Start creating event B
  4. Calendar abc should be selected as default calendar
  5. Save event B
  6. Start creating event C
  7. Calendar abc should be the default
  8. Change acb to xyz
  9. Save event C
  10. Start creating event D
  11. Calendar xyz should be the default

from etar-calendar.

xsoh avatar xsoh commented on May 27, 2024

Got it 👍
Thanks agilob!

from etar-calendar.

duttajava avatar duttajava commented on May 27, 2024

Good Afternoon Sir,

I am finding one error in the all_in_one_material.xml file line number 17.

That is

The Error was -
error: No resource identifier found for attribute 'layout_behavior' in package 'ws.xsoh.etar'

Could you please let me known how to fix this in the code.

With Regards,
Dutta

from etar-calendar.

duttajava avatar duttajava commented on May 27, 2024

Sir,

The issue was fixed. But when run the app getting below run time error.

11-16 16:23:53.719: E/Trace(8126): error opening trace file: No such file or directory (2)
11-16 16:23:53.719: D/ActivityThread(8126): setTargetHeapUtilization:0.25
11-16 16:23:53.729: D/ActivityThread(8126): setTargetHeapIdealFree:8388608
11-16 16:23:53.729: D/ActivityThread(8126): setTargetHeapConcurrentStart:2097152
11-16 16:23:53.809: D/ExtensionsFactory(8126): No custom extensions.
11-16 16:23:53.819: D/ExtensionsFactory(8126): AllInOneMenuExtensions not found in properties file.
11-16 16:23:53.829: W/dalvikvm(8126): VFY: unable to find class referenced in signature (Landroid/view/SearchEvent;)
11-16 16:23:53.829: W/dalvikvm(8126): VFY: unable to resolve interface method 16694: Landroid/view/Window$Callback;.onSearchRequested (Landroid/view/SearchEvent;)Z
11-16 16:23:53.829: W/dalvikvm(8126): VFY: unable to resolve interface method 16698: Landroid/view/Window$Callback;.onWindowStartingActionMode (Landroid/view/ActionMode$Callback;I)Landroid/view/ActionMode;
11-16 16:23:53.889: W/dalvikvm(8126): VFY: unable to resolve static field 205 (CoordinatorLayout) in Landroid/support/design/R$styleable;
11-16 16:23:53.919: W/dalvikvm(8126): VFY: unable to resolve static field 134 (colorPrimary) in Landroid/support/design/R$attr;
11-16 16:23:53.919: W/dalvikvm(8126): Exception Ljava/lang/NoClassDefFoundError; thrown while initializing Landroid/support/design/widget/ThemeUtils;
11-16 16:23:53.919: W/dalvikvm(8126): threadid=1: thread exiting with uncaught exception (group=0x4118e438)
11-16 16:23:53.929: E/AndroidRuntime(8126): FATAL EXCEPTION: main
11-16 16:23:53.929: E/AndroidRuntime(8126): java.lang.RuntimeException: Unable to start activity ComponentInfo{ws.xsoh.etar/com.android.calendar.AllInOneActivity}: android.view.InflateException: Binary XML file line #11: Error inflating class android.support.design.widget.CoordinatorLayout
11-16 16:23:53.929: E/AndroidRuntime(8126): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2067)
11-16 16:23:53.929: E/AndroidRuntime(8126): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2092)
11-16 16:23:53.929: E/AndroidRuntime(8126): at android.app.ActivityThread.access$600(ActivityThread.java:133)
11-16 16:23:53.929: E/AndroidRuntime(8126): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1203)
11-16 16:23:53.929: E/AndroidRuntime(8126): at android.os.Handler.dispatchMessage(Handler.java:99)
11-16 16:23:53.929: E/AndroidRuntime(8126): at android.os.Looper.loop(Looper.java:137)
11-16 16:23:53.929: E/AndroidRuntime(8126): at android.app.ActivityThread.main(ActivityThread.java:4800)
11-16 16:23:53.929: E/AndroidRuntime(8126): at java.lang.reflect.Method.invokeNative(Native Method)
11-16 16:23:53.929: E/AndroidRuntime(8126): at java.lang.reflect.Method.invoke(Method.java:511)
11-16 16:23:53.929: E/AndroidRuntime(8126): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:789)
11-16 16:23:53.929: E/AndroidRuntime(8126): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:556)
11-16 16:23:53.929: E/AndroidRuntime(8126): at dalvik.system.NativeStart.main(Native Method)
11-16 16:23:53.929: E/AndroidRuntime(8126): Caused by: android.view.InflateException: Binary XML file line #11: Error inflating class android.support.design.widget.CoordinatorLayout
11-16 16:23:53.929: E/AndroidRuntime(8126): at android.view.LayoutInflater.createView(LayoutInflater.java:613)
11-16 16:23:53.929: E/AndroidRuntime(8126): at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:687)
11-16 16:23:53.929: E/AndroidRuntime(8126): at android.view.LayoutInflater.rInflate(LayoutInflater.java:746)
11-16 16:23:53.929: E/AndroidRuntime(8126): at android.view.LayoutInflater.inflate(LayoutInflater.java:489)
11-16 16:23:53.929: E/AndroidRuntime(8126): at android.view.LayoutInflater.inflate(LayoutInflater.java:396)
11-16 16:23:53.929: E/AndroidRuntime(8126): at android.view.LayoutInflater.inflate(LayoutInflater.java:352)
11-16 16:23:53.929: E/AndroidRuntime(8126): at android.support.v7.app.AppCompatDelegateImplV7.setContentView(AppCompatDelegateImplV7.java:257)
11-16 16:23:53.929: E/AndroidRuntime(8126): at android.support.v7.app.AppCompatActivity.setContentView(AppCompatActivity.java:109)
11-16 16:23:53.929: E/AndroidRuntime(8126): at com.android.calendar.AllInOneActivity.onCreate(AllInOneActivity.java:340)
11-16 16:23:53.929: E/AndroidRuntime(8126): at android.app.Activity.performCreate(Activity.java:5026)
11-16 16:23:53.929: E/AndroidRuntime(8126): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1079)
11-16 16:23:53.929: E/AndroidRuntime(8126): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2031)
11-16 16:23:53.929: E/AndroidRuntime(8126): ... 11 more
11-16 16:23:53.929: E/AndroidRuntime(8126): Caused by: java.lang.reflect.InvocationTargetException
11-16 16:23:53.929: E/AndroidRuntime(8126): at java.lang.reflect.Constructor.constructNative(Native Method)
11-16 16:23:53.929: E/AndroidRuntime(8126): at java.lang.reflect.Constructor.newInstance(Constructor.java:417)
11-16 16:23:53.929: E/AndroidRuntime(8126): at android.view.LayoutInflater.createView(LayoutInflater.java:587)
11-16 16:23:53.929: E/AndroidRuntime(8126): ... 22 more
11-16 16:23:53.929: E/AndroidRuntime(8126): Caused by: java.lang.ExceptionInInitializerError
11-16 16:23:53.929: E/AndroidRuntime(8126): at android.support.design.widget.CoordinatorLayout.(CoordinatorLayout.java:178)
11-16 16:23:53.929: E/AndroidRuntime(8126): at android.support.design.widget.CoordinatorLayout.(CoordinatorLayout.java:172)
11-16 16:23:53.929: E/AndroidRuntime(8126): ... 25 more
11-16 16:23:53.929: E/AndroidRuntime(8126): Caused by: java.lang.NoClassDefFoundError: android.support.design.R$attr
11-16 16:23:53.929: E/AndroidRuntime(8126): at android.support.design.widget.ThemeUtils.(ThemeUtils.java:25)
11-16 16:23:53.929: E/AndroidRuntime(8126): ... 27 more
11-16 16:28:48.729: E/Trace(8236): error opening trace file: No such file or directory (2)
11-16 16:28:48.729: D/ActivityThread(8236): setTargetHeapUtilization:0.25
11-16 16:28:48.729: D/ActivityThread(8236): setTargetHeapIdealFree:8388608
11-16 16:28:48.729: D/ActivityThread(8236): setTargetHeapConcurrentStart:2097152
11-16 16:28:48.809: D/ExtensionsFactory(8236): No custom extensions.
11-16 16:28:48.829: D/ExtensionsFactory(8236): AllInOneMenuExtensions not found in properties file.
11-16 16:28:48.839: W/dalvikvm(8236): VFY: unable to find class referenced in signature (Landroid/view/SearchEvent;)
11-16 16:28:48.839: W/dalvikvm(8236): VFY: unable to resolve interface method 16694: Landroid/view/Window$Callback;.onSearchRequested (Landroid/view/SearchEvent;)Z
11-16 16:28:48.839: W/dalvikvm(8236): VFY: unable to resolve interface method 16698: Landroid/view/Window$Callback;.onWindowStartingActionMode (Landroid/view/ActionMode$Callback;I)Landroid/view/ActionMode;
11-16 16:28:48.889: W/dalvikvm(8236): VFY: unable to resolve static field 205 (CoordinatorLayout) in Landroid/support/design/R$styleable;
11-16 16:28:48.919: W/dalvikvm(8236): VFY: unable to resolve static field 134 (colorPrimary) in Landroid/support/design/R$attr;
11-16 16:28:48.919: W/dalvikvm(8236): Exception Ljava/lang/NoClassDefFoundError; thrown while initializing Landroid/support/design/widget/ThemeUtils;
11-16 16:28:48.919: W/dalvikvm(8236): threadid=1: thread exiting with uncaught exception (group=0x4118e438)
11-16 16:28:48.929: E/AndroidRuntime(8236): FATAL EXCEPTION: main
11-16 16:28:48.929: E/AndroidRuntime(8236): java.lang.RuntimeException: Unable to start activity ComponentInfo{ws.xsoh.etar/com.android.calendar.AllInOneActivity}: android.view.InflateException: Binary XML file line #11: Error inflating class android.support.design.widget.CoordinatorLayout
11-16 16:28:48.929: E/AndroidRuntime(8236): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2067)
11-16 16:28:48.929: E/AndroidRuntime(8236): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2092)
11-16 16:28:48.929: E/AndroidRuntime(8236): at android.app.ActivityThread.access$600(ActivityThread.java:133)
11-16 16:28:48.929: E/AndroidRuntime(8236): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1203)
11-16 16:28:48.929: E/AndroidRuntime(8236): at android.os.Handler.dispatchMessage(Handler.java:99)
11-16 16:28:48.929: E/AndroidRuntime(8236): at android.os.Looper.loop(Looper.java:137)
11-16 16:28:48.929: E/AndroidRuntime(8236): at android.app.ActivityThread.main(ActivityThread.java:4800)
11-16 16:28:48.929: E/AndroidRuntime(8236): at java.lang.reflect.Method.invokeNative(Native Method)
11-16 16:28:48.929: E/AndroidRuntime(8236): at java.lang.reflect.Method.invoke(Method.java:511)
11-16 16:28:48.929: E/AndroidRuntime(8236): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:789)
11-16 16:28:48.929: E/AndroidRuntime(8236): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:556)
11-16 16:28:48.929: E/AndroidRuntime(8236): at dalvik.system.NativeStart.main(Native Method)
11-16 16:28:48.929: E/AndroidRuntime(8236): Caused by: android.view.InflateException: Binary XML file line #11: Error inflating class android.support.design.widget.CoordinatorLayout
11-16 16:28:48.929: E/AndroidRuntime(8236): at android.view.LayoutInflater.createView(LayoutInflater.java:613)
11-16 16:28:48.929: E/AndroidRuntime(8236): at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:687)
11-16 16:28:48.929: E/AndroidRuntime(8236): at android.view.LayoutInflater.rInflate(LayoutInflater.java:746)
11-16 16:28:48.929: E/AndroidRuntime(8236): at android.view.LayoutInflater.inflate(LayoutInflater.java:489)
11-16 16:28:48.929: E/AndroidRuntime(8236): at android.view.LayoutInflater.inflate(LayoutInflater.java:396)
11-16 16:28:48.929: E/AndroidRuntime(8236): at android.view.LayoutInflater.inflate(LayoutInflater.java:352)
11-16 16:28:48.929: E/AndroidRuntime(8236): at android.support.v7.app.AppCompatDelegateImplV7.setContentView(AppCompatDelegateImplV7.java:257)
11-16 16:28:48.929: E/AndroidRuntime(8236): at android.support.v7.app.AppCompatActivity.setContentView(AppCompatActivity.java:109)
11-16 16:28:48.929: E/AndroidRuntime(8236): at com.android.calendar.AllInOneActivity.onCreate(AllInOneActivity.java:340)
11-16 16:28:48.929: E/AndroidRuntime(8236): at android.app.Activity.performCreate(Activity.java:5026)
11-16 16:28:48.929: E/AndroidRuntime(8236): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1079)
11-16 16:28:48.929: E/AndroidRuntime(8236): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2031)
11-16 16:28:48.929: E/AndroidRuntime(8236): ... 11 more
11-16 16:28:48.929: E/AndroidRuntime(8236): Caused by: java.lang.reflect.InvocationTargetException
11-16 16:28:48.929: E/AndroidRuntime(8236): at java.lang.reflect.Constructor.constructNative(Native Method)
11-16 16:28:48.929: E/AndroidRuntime(8236): at java.lang.reflect.Constructor.newInstance(Constructor.java:417)
11-16 16:28:48.929: E/AndroidRuntime(8236): at android.view.LayoutInflater.createView(LayoutInflater.java:587)
11-16 16:28:48.929: E/AndroidRuntime(8236): ... 22 more
11-16 16:28:48.929: E/AndroidRuntime(8236): Caused by: java.lang.ExceptionInInitializerError
11-16 16:28:48.929: E/AndroidRuntime(8236): at android.support.design.widget.CoordinatorLayout.(CoordinatorLayout.java:178)
11-16 16:28:48.929: E/AndroidRuntime(8236): at android.support.design.widget.CoordinatorLayout.(CoordinatorLayout.java:172)
11-16 16:28:48.929: E/AndroidRuntime(8236): ... 25 more
11-16 16:28:48.929: E/AndroidRuntime(8236): Caused by: java.lang.NoClassDefFoundError: android.support.design.R$attr
11-16 16:28:48.929: E/AndroidRuntime(8236): at android.support.design.widget.ThemeUtils.(ThemeUtils.java:25)
11-16 16:28:48.929: E/AndroidRuntime(8236): ... 27 more

from etar-calendar.

Gitsaibot avatar Gitsaibot commented on May 27, 2024

I think this can be closed.

from etar-calendar.

Related Issues (20)

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.