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
{ | |
"pwogram": [ | |
{ | |
"id": 0, | |
"title": "Eksploratoryòm", | |
"desc": "Syans eksperimantal", | |
"image_path": "img_eksplorato", | |
"active": true, | |
"created_at": "1" | |
}, |
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
Internal error. Please refer to https://jb.gg/ide/critical-startup-errors | |
java.util.concurrent.CompletionException: com.intellij.diagnostic.PluginException: Fatal error initializing 'com.intellij.ide.ui.LafManager' [Plugin: com.intellij] | |
at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:314) | |
at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:319) | |
at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1739) | |
at com.intellij.openapi.application.TransactionGuardImpl.runWithWritingAllowed(TransactionGuardImpl.java:216) | |
at com.intellij.openapi.application.TransactionGuardImpl.access$200(TransactionGuardImpl.java:24) | |
at com.intellij.openapi.application.TransactionGuardImpl$2.run(TransactionGuardImpl.java:199) | |
at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:822) |
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
/* | |
* Copyright (C) 2018 The Android Open Source Project | |
* | |
* 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 |
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
package com.jephtecolin.kwii.ui.consumable_detail | |
import androidx.databinding.Bindable | |
import androidx.databinding.Observable | |
import androidx.databinding.ObservableDouble | |
import androidx.databinding.PropertyChangeRegistry | |
import androidx.lifecycle.LiveData | |
import androidx.lifecycle.MediatorLiveData | |
import androidx.lifecycle.MutableLiveData | |
import androidx.lifecycle.ViewModel |
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
package com.jephtecolin.kwii.ui.consumable_detail | |
import android.os.Bundle | |
import androidx.fragment.app.Fragment | |
import android.view.LayoutInflater | |
import android.view.View | |
import android.view.ViewGroup | |
import android.widget.Toast | |
import androidx.databinding.Observable | |
import androidx.databinding.ObservableDouble |
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
<?xml version="1.0" encoding="utf-8"?> | |
<layout xmlns:android="http://schemas.android.com/apk/res/android" | |
xmlns:app="http://schemas.android.com/apk/res-auto"> | |
<data> | |
<variable | |
name="toppings" | |
type="com.jephtecolin.model.Topping[]" /> | |
<variable | |
name="listener" | |
type="com.jephtecolin.kwii.ui.custom.OnCheckedChangeListener" /> |
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
package com.jephtecolin.kwii.util | |
import androidx.databinding.BindingAdapter | |
import androidx.databinding.InverseBindingAdapter | |
import androidx.databinding.InverseBindingListener | |
import com.jephtecolin.kwii.ui.custom.CheckBoxGroup | |
import com.jephtecolin.kwii.ui.custom.OnCheckedChangeListener | |
import com.jephtecolin.model.Topping | |
import timber.log.Timber |
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
package com.jephtecolin.kwii.ui.custom | |
import android.content.Context | |
import android.util.AttributeSet | |
import android.view.ViewGroup | |
import android.widget.LinearLayout | |
import androidx.appcompat.widget.AppCompatCheckBox | |
import androidx.appcompat.widget.AppCompatTextView | |
import com.jephtecolin.kwii.R |
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
package com.jephtecolin.kwii.ui.custom | |
import android.content.Context | |
import android.util.AttributeSet | |
import android.view.ViewGroup | |
import android.widget.LinearLayout | |
import androidx.databinding.Bindable | |
import com.jephtecolin.kwii.R | |
import com.jephtecolin.kwii.util.TAG | |
import com.jephtecolin.model.Topping |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Changing attributes</title> | |
<style> | |
p .animal { | |
color: red; | |
} | |
NewerOlder