UNEXPECTED62
Lurker
I am going to just have one thread for my app to avoid cluttering the boards and edit this post as necessary.
My current issue is not really an issue per say, but a question on applications in general. I really want to do a good, complete and thorough job, so I wanted to do all the gui custom instead of using Android's built in buttons. I also have focused and pressed buttons for each. So this means for every button I have, it's actually x3. I'm not sure if this is the actual size of the .apk when loaded onto a device, but my project folder is 20 MB, which seems large to me for such a simple app. Am I not compressing images well enough with proper file formats, or going about GUI all wrong? Is it inefficient to make your GUI like I am? And what worries me, is I have only done it for hdpi devices, and I still would need to create proper files for the mdpi and ldpi devices......
Can anyone shed some light on how to make a good gui with everything custom while still having a respectable app size?
***************************************************
I have solved this issue below, but I will keep it here to prevent the posts from making no sense.
I have been working on a soundboard for some time now. This is my first app for Android, but I have been programming Java at an educational level (3rd year college student).
Before I go too far, would Android's MediaPlayer class be a good thing to use for making a soundboard? Or should a different approach be taken?
My current issue is not really an issue per say, but a question on applications in general. I really want to do a good, complete and thorough job, so I wanted to do all the gui custom instead of using Android's built in buttons. I also have focused and pressed buttons for each. So this means for every button I have, it's actually x3. I'm not sure if this is the actual size of the .apk when loaded onto a device, but my project folder is 20 MB, which seems large to me for such a simple app. Am I not compressing images well enough with proper file formats, or going about GUI all wrong? Is it inefficient to make your GUI like I am? And what worries me, is I have only done it for hdpi devices, and I still would need to create proper files for the mdpi and ldpi devices......
Can anyone shed some light on how to make a good gui with everything custom while still having a respectable app size?
***************************************************
I have solved this issue below, but I will keep it here to prevent the posts from making no sense.
I have been working on a soundboard for some time now. This is my first app for Android, but I have been programming Java at an educational level (3rd year college student).
Before I go too far, would Android's MediaPlayer class be a good thing to use for making a soundboard? Or should a different approach be taken?