python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to overlay two bitmaps (CENTER-BOTTOM) with a fixed size
I'm trying to draw a bitmap on the top of another bitmap like this :
I'm using the following code to create an empty background with 420x420 as size, and draw the star on it :
for (int i = 0; i <...

Mouaad Abdelghafour AITALI
Votes: 0
Answers: 1
TimerTask inside of onDraw() Android
I have an Android application that I am working on with Android Studio. I have a custom view that gets rendered from another activity. Inside of the custom view's onDraw() function, I schedule a new t...

Rahul
Votes: 0
Answers: 0
Bitmap is created with rough edges
So I am using this library https://github.com/uptechteam/MotionViews-Android/ for creating bitmaps, which can be resized and dragged around just like snapchat/instagram stickers. But the problem is th...
WebDiva
Votes: 0
Answers: 1
ImageView inside recyclerView proper dimensions
I am developing a chat Android application. Inside the chatRecyclerView i want to show Images along with all other views. However, since i dont know the size of each image i cannot pre-define inside t...

james04
Votes: 0
Answers: 0