All Questions
55 questions
1
vote
1
answer
272
views
Audio visualization by GautamChibde
I wanted to use the audio viewer made by GautamChibde
https://github.com/GautamChibde/android-audio-visualizer
But in the rendering I can't see it. It gives me this error:
java.lang....
0
votes
1
answer
72
views
Is there a good way of managing ListView rendering delays?
I've an app displaying a list of presets items in a ListView.
It's possible to add, modify and remove each of these items, most often by clicking on an item (becoming selected) and then on a button to ...
0
votes
1
answer
162
views
The CoordinatorLayout could not be found on my project
Every time I create a new project involving fragments on android studio using the updated androidx libraries I get a blank preview of activity-main.xml reading android.coordinatorlayout......
0
votes
1
answer
533
views
Android studio not showing all releavant xml for certain items
developers! I am new to Android development. I am facing an issue that the emulator is not rendering images and titles from JSON objects. The emulator is showing a loading log so I don't think it is ...
1
vote
2
answers
303
views
libGDX-scaling by PPM for box2d, stops tiled map from rendering
I'm making a game with a tiled map I've made an implemented, and I've added all the static bodies to my Box2d world. However, when I added my dynamic body, it was too slow no matter how high the ...
1
vote
1
answer
270
views
LibGDX -Tiled map not rendering
I created a map in tiled, here's what it is supposed tolook like:
However, when I render it, I don't get any of the graphics, I only my background colour and black bars, where my objects are supposed ...
0
votes
3
answers
481
views
Programmatically change model texture libgdx
I'm making a game and I want to change the texture on a model depending on associated data but no matter what I as soon as the texture should change the model becomes invisible the model is in g3dj ...
1
vote
1
answer
550
views
Render issue java.lang.NoClassDefFoundError: sun/misc/Cleaner
i have recently faced this render problem which avoid preview of xml file in android studio!
full error message is
java.lang.NoClassDefFoundError: sun/misc/Cleaner at libcore.util....
1
vote
1
answer
137
views
HIChart not showing graph when first time loads android
I am using HiChart android library, I have done all setup but does not show graph when it loads first time. If i pause the activity and start it again then graph shows.
0
votes
2
answers
2k
views
Bad rendering with Barteksc AndroidPdfViewer
I am using Barteksc AndroidPdfViewer to load my applications PDFs.
The problem is that after I zoom in my loaded PDF, when it tries to render again, it just get blurry:
Has anyone been using this ...
0
votes
1
answer
68
views
Android SurfaceView draws only twice
I am trying to simply draw something on surfaceView and it gets rendered only twice even if I use
setWillNotDraw(false)
How can I make my onDraw method be called every time and not only twice?
...
2
votes
0
answers
314
views
Rendering Issue in Android Studio of using custom fonts
I am using a custom fonts in my app.
I found the error below in my layout design page.
The fonts seem OK on my device, but it might make some issues in other devices.
Please let me know how I can ...
7
votes
1
answer
9k
views
java.lang.ClassNotFoundException: android.support.v4.view.TintableBackgroundView
In Android Studio I was developing for minSdkVersion 19, when I changed it to 21 the following error appeared in all my layouts:
java.lang.ClassNotFoundException: android.support.v4.view....
0
votes
2
answers
108
views
ffmpeg - Creates a Terminal like Text Video Instead of Slide Show Of Images
I am using ffmpeg encoder to render Images in my Android App with the Help of this Library
The following Command is used to Render video from a list of images.
String command[] = {"-r","1/5","-i",...
1
vote
0
answers
67
views
Android widget rendering error
How can I fix it? I created the project and bam, instant error without touching any code. Any fixing method is appreciated. I have tried sync, clean code, clean cache. None of these methods work.
...