-
Убрать лейтинит при ините VM, у котлина есть делегат для их объявления. А лучше сразу накатить Koin и юзать делегаты оттуда
- https://developer.android.com/topic/libraries/architecture/viewmodel
-
-
### Description
```
const opacityStyle = useAnimatedStyle(() => {
console.warn('inited', inited.value);
return {
opacity: inited.value ? 1 : 0,
};
});
```
the op…
-
What types of front end will be there?
WebUI?
Native Android?
Native IOS?
Refer to backend architecture (#6) for preconditions
-
**Describe the bug**
Name resolution doesn't work when using the resolver on Android targets.
**To Reproduce**
Compile any sample using trust-dns-resolve for Android.
**Expected behavior**
Na…
-
Is there the possibility of supporting the armeabi architecture for Android?
-
I see the following error when building Boost 1.78.0 thought the build seems to finish.
error: No best alternative for libs/context/build/asm_sources
------------------------------
Building boo…
-
With stable 2.0 around the corner, the next focus will be to add a lot of documentation to help people adopt Fabulous.
I'm tracking progress in this issue.
Here's what I think would be great to wr…
-
I'm using cordova with an android nexus 4 api 23 emulator with x86 architecture.
-
# armeabi, armeabi-v7a, and NEON support
- [CPUs and Architectures](https://developer.android.com/ndk/guides/arch.html)
- [NDK supported ABIs](https://developer.android.com/ndk/guides/abis.html)
- [Wh…