-
as I get from documents for testing activity and fragment with hilt there are two dependencies to add to gradle , and I did :
def fragment_version = "1.3.1"
debugImplementation "androidx.fr…
-
## References
- https://developer.android.com/training/dependency-injection/hilt-android?hl=ja
- https://dagger.dev/hilt/
- https://dagger.dev/hilt/gradle-setup
- https://github.com/google/dagge…
uhooi updated
3 years ago
-
I know there is js support for counter app , but to me TODO app's code and structure seems more lucid and I built desktop and android app learning from todo code , I was hoping if you have any plans t…
-
- [x] Read about JetPack Compose for Desktop milestone 1 release [here](https://blog.jetbrains.com/cross-post/jetpack-compose-for-desktop-milestone-1-released/
)
- [x] JetPack Compose for Desktop [l…
-
i got this error when i tried to run TaskDetailFragmentTest in dev-hilt branch.
Full error log :
`2020-11-05 17:24:40.901 10720-10744/com.example.android.architecture.blueprints.master E/MonitoringI…
-
### New Issue Checklist
- [x] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md).
- [x] I am not just asking a [question](https://github…
-
### New Issue Checklist
- [x] Updated fastlane to the latest version
- [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md)
- [x] I read …
-
I apologize in advance since this was asked in #105 but it has been awhile and I couldn't understand fully back in asked issue.
Let's say there is an app where there are multiple users. So we bette…
-
**Describe the bug**
Bit of weird issue. If you take the example Todo app, do a debug build then no issue. But on profile/release the
```dart
final todo = useProvider(_currentTodo);
```
does not …
-
## The problem
Hi,
I'm new in this forum so I hope what I want to explain is enough to meet the community guideline. So, I've been using appium since 1.15 and I have no issue using it until I decide…