android Programming Glossary: decisions
Autogrow ListView in Android http://stackoverflow.com/questions/1473355/autogrow-listview-in-android a bit nervous about that Android might not make the right decisions if say your list does not change size but the lineup of rows..
Handler vs AsyncTask http://stackoverflow.com/questions/2523459/handler-vs-asynctask to its limitations which resulted because of the design decisions that the author of the class took. For e.g. I recently found..
More efficient way of updating UI from Service than intents? http://stackoverflow.com/questions/2621395/more-efficient-way-of-updating-ui-from-service-than-intents active activity if there is more than one and make decisions whether or not to simply update the current activity broadcast..
iPhone or Android? [closed] http://stackoverflow.com/questions/381759/iphone-or-android platform. Even though I am an Apple fanboy I made this decisions based on my dislike for Apple's politics appstore NDA see above..
Two questions about max heap sizes and available memory in android http://stackoverflow.com/questions/4351678/two-questions-about-max-heap-sizes-and-available-memory-in-android apart with bitmaps largely because of some early design decisions that resulted in the external allocation mechanism. Further..
How to support all the different resolutions of android products http://stackoverflow.com/questions/6403619/how-to-support-all-the-different-resolutions-of-android-products different resolutions sizes so it would be a hell to take decisions based on that. Also if you use dp instead of pixels you hardly..
Dialog themed activity with action bar http://stackoverflow.com/questions/8630162/dialog-themed-activity-with-action-bar the user to choose between different options and make some decisions. I don't know what your Use Case is but you better change your..
Autogrow ListView in Android http://stackoverflow.com/questions/1473355/autogrow-listview-in-android
Handler vs AsyncTask http://stackoverflow.com/questions/2523459/handler-vs-asynctask to note that when using AsyncTask a developer is submitting to its limitations which resulted because of the design decisions that the author of the class took. For e.g. I recently found out that there is a limit to the number of jobs that can be..
More efficient way of updating UI from Service than intents? http://stackoverflow.com/questions/2621395/more-efficient-way-of-updating-ui-from-service-than-intents active activity. You can also maintain a pointer to the currently active activity if there is more than one and make decisions whether or not to simply update the current activity broadcast the intent to launch a different activity ignore the message..
iPhone or Android? [closed] http://stackoverflow.com/questions/381759/iphone-or-android iPhone and G1 as a user but I chose to develop for the android platform. Even though I am an Apple fanboy I made this decisions based on my dislike for Apple's politics appstore NDA see above but also for architectural reasons Android makes it very..
Two questions about max heap sizes and available memory in android http://stackoverflow.com/questions/4351678/two-questions-about-max-heap-sizes-and-available-memory-in-android would like to keep if there's enough room. This starts to fall apart with bitmaps largely because of some early design decisions that resulted in the external allocation mechanism. Further the soft reference mechanism needs some tuning the initial version..
How to support all the different resolutions of android products http://stackoverflow.com/questions/6403619/how-to-support-all-the-different-resolutions-of-android-products you shouldn't care about resolution... there are a lot of different resolutions sizes so it would be a hell to take decisions based on that. Also if you use dp instead of pixels you hardly ever will have to create different dimensions files for each..
Dialog themed activity with action bar http://stackoverflow.com/questions/8630162/dialog-themed-activity-with-action-bar this for more information. When using a Dialog you want the user to choose between different options and make some decisions. I don't know what your Use Case is but you better change your UI Design so that you can manage your use case with another..
|