AndroidDeveloperLB

Results 545 issues of AndroidDeveloperLB

**Describe the bug** I tried to clone, import, upgrade AGP according to the IDE, and build. Can't build. **To reproduce** Clone, import, upgrade AGP according to the IDE, and build....

type: bug

The class PdfDocument of Android is mentioned here, but this class doesn't require to have an Activity to use it. Just some View. Also, how did you add a hyperlink...

I get these: One or more issues found when checking AAR metadata values: Dependency 'androidx.glance:glance-appwidget:1.0.0-SNAPSHOT' requires 'compileSdkVersion' to be set to 33 or higher. Compilation target for module ':app' is...

There are some libraries out there that can do it, but each has its own disadvantage, mainly not supported anymore and not working anymore on various cases: https://github.com/MichaelRocks/paranoid https://github.com/StringCare/AndroidLibrary Can...

In FrameBuilder.createFrame, it only gets a single image, but how can I set the duration of it?

Suppose I have a file that I wish to read using an inputSteam, but it's in a protected place, how can I do it? I know I can copy the...

it's so slow that I can get ANR...

Google has released support for API 7 and above for VectorDrawable: http://android-developers.blogspot.co.il/2016/02/android-support-library-232.html Can you please show a sample of how to use it?

When I tried to use the sample of hyperlinks ([here](http://hardmockcafe.blogspot.com/2016/08/hyperlinks-with-pdfbox-layout_46.html)), I got this error: ``` java.lang.NoClassDefFoundError: Failed resolution of: Ljava/awt/color/ColorSpace; at org.apache.pdfbox.pdmodel.graphics.color.PDDeviceRGB.init(PDDeviceRGB.java:64) at org.apache.pdfbox.pdmodel.graphics.color.PDDeviceRGB.toRGB(PDDeviceRGB.java:103) at org.apache.pdfbox.pdmodel.PDDocument.(PDDocument.java:85) ... Caused by: java.lang.ClassNotFoundException:...

sometimes all we need is to choose a month&dayOfMonth...