Dialog box in cocos2dx c++

Like this dialog box required for me
Please help me
Send

You can use a Layer and size it appropriately. Check out cpp-tests for a few ideas.

plese give me some code example

Make a layer

Put your ui elements on it.

Size it.

Call it when needed in your code.

Thank you so much for Helping Sir

please give me example code sirrr
iam not getting

Show us what you are doing.

Start by making your layer and giving it a size.

Add your controls. Position them and size them how you wish.

Assign some events as needed.

Show the layer in code when you need to.

Look at cpp-tests for all the necessary pieces on doing this.

Also you can write a jni call to show native Android alert.

ok sir Thanks