python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Proguard covert constant string value somehow
I'm getting issue when using proguard. For some reasons it's changing only one string value in firebase-installation library, file is com.google.firebase.installations.remote.FirebaseInstallationServi...
Sasha Sheremeta
Votes: 0
Answers: 0
Dynamic feature: Access library drawable from dynamic feature module
I am trying to access a resource that lives in :library module (a regular android library module), from my :wrapped module, also a regular android library module.
The complicating factor is that I cre...
VIN
Votes: 0
Answers: 1
How to add custom layout elements to listView in Android Studio
I have this custom layout element
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal"
android:padding="10dp"
andr...
Daniel Traslavina
Votes: 0
Answers: 0
react-native-svg - Marker / Line markerEnd doesn't work on Android
Simply trying to draw an arrow line using the following code
import * as React from 'react';
import { Text, View, StyleSheet } from 'react-native';
import Svg, { Defs, Line, Marker, Path } from "...
iphonic
Votes: 0
Answers: 2