Just Google it, you will find an animated gif or small video you could use, something like THIS for example, unless you are looking for something specific.
You can draw 30 frames for the different positions of the radar, then overlap the pictures through a timer. 30FPS. then
you have full control on the position of each frame. You can use collision detection to know the position of your objects.
Sorry I have no code.
The approach I've got in mind is to create several bitmaps all layered on top of each other:
Background - Circle with cross lines
Bitmap of the target location
Bitmap of the radar needle with the fading trailing lines
The bitmap of the radar needle would be contained within a rectangular shaped bitmap which could be pivoted around the background bitmap to give the impression of it being re-drawn.
Would this be the better option and achievable within B4A and all could be drawn by code rather within a graphics tool?
Trying to avoid having pre-drawn bitmaps so I can scale them to the users device.
In the initial post and in the title you asked for help to make a Radar Effect.
In the link that I have attached you, find the source code that helps you to draw and realize the radar effect in a view.
You asked for help with the graphics and to draw the fade and that's what I posted to you.
I have implemented it to create a progress bar, but since I have attached the source code, you can extend the code and use it for your needs. The points reported in the radar rather than random as in my project should be positioned according to the readings made in the GPS. Nothing else.
If you also need information to read the GPS values, create another thread. But I fully responded to your initial question, to create the RADAR graphics.