Get the full course consisting of 5 game development tutorials, source codes, premium support, and certificate of completion for just Rs. 999 / $ 12 and take your career to new heights. Learn from this clear, concise, hands-on, TOP-rated course. Click here to enroll: courses.sandipbhattacharya.com/courses/Android-Game-Development-Tutorial-in-Android-Studio
there is another question!) Is it possible to determine the contact of figures not by their dimensions, but by the contour of their silhouette For example old flash game soap bubble
Yes, it's possible to detect collisions based on silhouette contours in game development. You can use collision detection algorithms (like Pixel-Perfect Collision Detection or Bounding Volume Hierarchies) that check for overlapping pixels in the shapes to determine contact.
Hi! It's highly recommended to use your own pictures and sound effects to make your game unique on Google Play. 🎨🎵 Additionally, within my course, I've provided links where you can find free game assets to get started!
It's better to create an image that says about how to play the game. Once the user touches on the screen, you can hide the image and start the game. I've implemented this idea in the following game: play.google.com/store/apps/details?id=com.sandipbhattacharya.daringbird&hl=en&gl=US Though it's very simple but it works. You can try it.
That's a great question. Provide images for different screen densities like ldpi, mdpi, hdpi, xhdpi, xxhdpi, and xxxhdpi. Android will automatically choose the appropriate one based on the device's screen density. Additionally, compress your images without compromising too much on quality by using tools like TinyPNG. This will reduce your Apk size. Hope that helps!
From developer.android.com: To view the log messages for your app, do the following. In Android Studio, build and run your app on a physical device or emulator. Select View > Tool Windows > Logcat from the menu bar.
Get the full course consisting of 5 game development tutorials, source codes, premium support, and certificate of completion for just Rs. 999 / $ 12 and take your career to new heights. Learn from this clear, concise, hands-on, TOP-rated course. Click here to enroll: courses.sandipbhattacharya.com/courses/Android-Game-Development-Tutorial-in-Android-Studio
You explained so well. Thankyou
Thank you so much. 😀
Am learning thank you very much
Excellent. Keep it up. All the best!😀
Nice video...
Thanks!
Easy to learn.
Thank you 😀
Excellent 🎉🎉
Thanks 😀
there is another question!) Is it possible to determine the contact of figures not by their dimensions, but by the contour of their silhouette
For example old flash game soap bubble
Yes, it's possible to detect collisions based on silhouette contours in game development. You can use collision detection algorithms (like Pixel-Perfect Collision Detection or Bounding Volume Hierarchies) that check for overlapping pixels in the shapes to determine contact.
Great job 👏
Thanks! 😊
my app keeps crashing when i try to start the game and sending this error E/OpenGLRenderer: Unable to match the desired swap behavior. how to fix?
It's probably not the source of your problem. I recommend you watch the video again and follow the instructions step-by-step.
Thank you sir
You're welcome! 😊
do we have to get our own pictures and sound effects or is there a way to get premade ones?
Hi! It's highly recommended to use your own pictures and sound effects to make your game unique on Google Play. 🎨🎵 Additionally, within my course, I've provided links where you can find free game assets to get started!
Voice effect kidar sa lia ap na?
Thank you for your curiosity! I'd appreciate it if you could clarify what you mean by 'voice effect' so that I can provide a more accurate response.
which is best for game development android studio or unity?
Hello bro , how to add an option button on how to play the games ?
It's better to create an image that says about how to play the game. Once the user touches on the screen, you can hide the image and start the game. I've implemented this idea in the following game:
play.google.com/store/apps/details?id=com.sandipbhattacharya.daringbird&hl=en&gl=US
Though it's very simple but it works. You can try it.
Hi! how to optimize the size of images to fit the screen size
That's a great question. Provide images for different screen densities like ldpi, mdpi, hdpi, xhdpi, xxhdpi, and xxxhdpi. Android will automatically choose the appropriate one based on the device's screen density. Additionally, compress your images without compromising too much on quality by using tools like TinyPNG. This will reduce your Apk size.
Hope that helps!
Would you make a game tutorial by using AGDK. Currently, there is no tutorial about how to use Android Studio AGDK
@Barış Thanks for your suggestion. Noted your request.
hello good work android studio gradle google is not visible when i add it i get an error can you help me
Perhaps your Android Studio program is messed up. Try to reinstall it.
Hello nice work , we dont have error on putting the code but the games force stop and not continuing can you help me
Thank you. Find the error in Logcat when the game force closes.
Master do you have a tutorial to use logcat, sorry im just a newbie trying to learn
From developer.android.com:
To view the log messages for your app, do the following.
In Android Studio, build and run your app on a physical device or emulator.
Select View > Tool Windows > Logcat from the menu bar.
I added 1 linear layout in GameActivity but the linear is not showing when game is started, how to fix?
You can learn more on Layout Designing from this Playlist:
ruclips.net/p/PLGY_UftsHsIa-7gHJj_8NzVUb5MPizGg-