Top "Android-resources" questions

Android resources - framework for providing different layouts or strings for android projects.

What Is The Difference Between -anydpi And -nodpi?

If you use the Vector Asset wizard in Android Studio 1.5.0, any vector drawable XML you import using that wizard goes …

android android-resources
How do I use obtainStyledAttributes(int []) with internal Themes of Android

So I have looked around and found out that android.R.styleable is no longer part of the SDK even …

android android-xml android-resources android-styles
Accessing Resources without a Context

I'm trying to put configuration, such as URLs/etc, into a resource folder for a utility class to use. However, …

java android android-resources android-context
Double parameter with 2 digits after dot in strings.xml?

I want to have a parameter in one string in strings.xml and this parameter should be a double value. …

android string android-resources formatter
Extract app icon from apk file

I am in need of extracting the app icon from an apk-file. I just need one icon, i don't want …

android apk embedded-resource android-resources
Getting error "file name must end with .xml" while using the "android:fontFamily" of Android O?

Android O introduces a new feature, Fonts in XML, which lets you use fonts as resources. And I am creating …

android layout fonts android-resources android-8.0-oreo
android screen size,values-v11,values-v14

I found several values folders in my res folder: xlarge screens are at least 960dp x 720dp large screens are …

android android-resources screen-size
What is the use of the res/values/public.xml file on Android?

I've searched on Google, but couldn't find any relevant results. I also checked the official Android docs and this page (…

android android-resources
Store static data in Android - custom resource?

I'm new to Android development, and I've been playing around with it a bit. I was trying to create a …

android xml android-resources android-parser android-pullparser