android Programming Glossary: opinion
Creating an Android Service with Phonegap? (Have phonegap app run even when closed) http://stackoverflow.com/questions/10343828/creating-an-android-service-with-phonegap-have-phonegap-app-run-even-when-clos to run Javascript code in the background at least in my opinion as a service. Phonegap on Android uses an special activity called..
Scheduling recurring task in Android http://stackoverflow.com/questions/14376470/scheduling-recurring-task-in-android . BroadcastReciever with AlarmManager . what's your opinion EDIT the reason I need this is for a chat based app that sends..
What is the best IDE to develop Android apps in? [closed] http://stackoverflow.com/questions/1715697/what-is-the-best-ide-to-develop-android-apps-in see why you'd have to learn a new one. Not worth it in my opinion. Plus I'm a big IntelliJ fan. The IntelliJ plugin lets you make..
BaseAdapter class wont setAdapter inside Asynctask - Android http://stackoverflow.com/questions/17710252/baseadapter-class-wont-setadapter-inside-asynctask-android Exception catches all exceptions. Not really helpful in my opinion. What's happening here is that you have not initiated Context..
Way to parse XML (org.w3c.Document) on Android http://stackoverflow.com/questions/1927406/way-to-parse-xml-org-w3c-document-on-android API stacks on top of the normal java SAX one so in my opinion I would just use the normal Java SAX API and this way you get..
Prevent onPause from trashing OpenGL Context http://stackoverflow.com/questions/2112768/prevent-onpause-from-trashing-opengl-context to fall back to recreating the context for the rest. In my opinion until more devices run Android 3 it would be better to hold..
Adding a library/JAR to an Eclipse Android project http://stackoverflow.com/questions/3642928/adding-a-library-jar-to-an-eclipse-android-project library the one I use is the most elegant in my humble opinion. This will not work however for Android whose Dalvik JVM cannot..
Android - Making Sliding Drawer to slide from Left-to-Right http://stackoverflow.com/questions/3793194/android-making-sliding-drawer-to-slide-from-left-to-right from left to right direction pls share your idea view opinion issue with me and catch me out of this problem. Thanx android..
android design considerations: AsyncTask vs Service (IntentService?) http://stackoverflow.com/questions/3817272/android-design-considerations-asynctask-vs-service-intentservice questions. android share improve this question In my opinion this is the most tricky hard part of a mainstream average Android..
iPhone or Android? [closed] http://stackoverflow.com/questions/381759/iphone-or-android to Java and a complete profane to ObjectiveC in your opinion in which one of the two could I have a try which platform is..
Face Detection in Android? http://stackoverflow.com/questions/4125821/face-detection-in-android system in place. I was just wondering if anyone had an opinion on how I could get the best results... Using an available library..
Is Hibernate an overkill for an Android application? [duplicate] http://stackoverflow.com/questions/4257374/is-hibernate-an-overkill-for-an-android-application no real evidence so I thought I would ask the community's opinion maybe there's is someone that has been through the experience..
How to implement Android Pull-to-Refresh http://stackoverflow.com/questions/4583484/how-to-implement-android-pull-to-refresh refresh the content. I wonder what is the best way in your opinion to implement that Some possibilities I could think of An item..
When to close db connection on android? Every time after your operation finished or after your app exit http://stackoverflow.com/questions/4842112/when-to-close-db-connection-on-android-every-time-after-your-operation-finished close the connection every operation. 1 What's your guys opinion on these two methods cons pros. 2 I did some testing and find..
How to detect android cpu speed? http://stackoverflow.com/questions/4875415/how-to-detect-android-cpu-speed share improve this question The best way to do it in my opinion is to monitor the time it takes to do these actions. If it is..
SAX parser vs XMLPull parser http://stackoverflow.com/questions/5808105/sax-parser-vs-xmlpull-parser but the concepts apply. While I agree with the author's opinion that the Pull parser is easier to work with I'm pretty confused..
Android: How to declare global variables? http://stackoverflow.com/questions/708012/android-how-to-declare-global-variables extent. I do wish to disagree extremely strongly with the opinions Diane in particular expressed with regards to preferring Singleton.. moving away from a strong API contract and in my opinion weakens the Android framework. Given that Diane has not explained..
How to open only half keyboard in Landscape mode? http://stackoverflow.com/questions/8648401/how-to-open-only-half-keyboard-in-landscape-mode want this game to work on landscape mode because in my opinion it is more specific Android games. There it is this first problem..
Disabling “Force Stop” Button in Android http://stackoverflow.com/questions/9477606/disabling-force-stop-button-in-android to her. Update She just sent me a screenshot that in her opinion validates her request that there's an Android application that..
Creating an Android Service with Phonegap? (Have phonegap app run even when closed) http://stackoverflow.com/questions/10343828/creating-an-android-service-with-phonegap-have-phonegap-app-run-even-when-clos service share improve this question No it is not possible to run Javascript code in the background at least in my opinion as a service. Phonegap on Android uses an special activity called Droidgap which hosts a WebView. This browser control executes..
Scheduling recurring task in Android http://stackoverflow.com/questions/14376470/scheduling-recurring-task-in-android options I saw were Timer . ScheduledThreadPoolExecutor . Service . BroadcastReciever with AlarmManager . what's your opinion EDIT the reason I need this is for a chat based app that sends all the user actions to a remote server. i.e. user is typing..
What is the best IDE to develop Android apps in? [closed] http://stackoverflow.com/questions/1715697/what-is-the-best-ide-to-develop-android-apps-in you're more productive with a specific environment I don't see why you'd have to learn a new one. Not worth it in my opinion. Plus I'm a big IntelliJ fan. The IntelliJ plugin lets you make apk files and push the app to the emulator that's all you..
BaseAdapter class wont setAdapter inside Asynctask - Android http://stackoverflow.com/questions/17710252/baseadapter-class-wont-setadapter-inside-asynctask-android v that you return from your getView method is null Catching Exception catches all exceptions. Not really helpful in my opinion. What's happening here is that you have not initiated Context ctx_invitation . You should do this in the constructor. Now..
Way to parse XML (org.w3c.Document) on Android http://stackoverflow.com/questions/1927406/way-to-parse-xml-org-w3c-document-on-android should definitively use the SAX APIs provided. Android XML parse API stacks on top of the normal java SAX one so in my opinion I would just use the normal Java SAX API and this way you get the ability to test your code as normal java desktop project...
Prevent onPause from trashing OpenGL Context http://stackoverflow.com/questions/2112768/prevent-onpause-from-trashing-opengl-context on supporting devices. However you would still need to fall back to recreating the context for the rest. In my opinion until more devices run Android 3 it would be better to hold off using setPreserveEGLContextOnPause and focus on ensuring..
Adding a library/JAR to an Eclipse Android project http://stackoverflow.com/questions/3642928/adding-a-library-jar-to-an-eclipse-android-project Path. Of course there are at least 3 ways to add a third party library the one I use is the most elegant in my humble opinion. This will not work however for Android whose Dalvik JVM cannot handle an ordinary Java compiled class but must have it..
Android - Making Sliding Drawer to slide from Left-to-Right http://stackoverflow.com/questions/3793194/android-making-sliding-drawer-to-slide-from-left-to-right of this right to left how do i make slide drawer to slide from left to right direction pls share your idea view opinion issue with me and catch me out of this problem. Thanx android android widget android sliding share improve this question..
android design considerations: AsyncTask vs Service (IntentService?) http://stackoverflow.com/questions/3817272/android-design-considerations-asynctask-vs-service-intentservice developers out there who have already wrestled with these questions. android share improve this question In my opinion this is the most tricky hard part of a mainstream average Android development. For instance on BlackBerry this is IN TIMES..
iPhone or Android? [closed] http://stackoverflow.com/questions/381759/iphone-or-android better appeal than Android among programmers. I'm quite a newbie to Java and a complete profane to ObjectiveC in your opinion in which one of the two could I have a try which platform is good for me because i have knowledge about java but not about..
Face Detection in Android? http://stackoverflow.com/questions/4125821/face-detection-in-android must be possible to get at least a semi decent face detection system in place. I was just wondering if anyone had an opinion on how I could get the best results... Using an available library Implementing a particular algorithm myself android opencv..
Is Hibernate an overkill for an Android application? [duplicate] http://stackoverflow.com/questions/4257374/is-hibernate-an-overkill-for-an-android-application simpler maybe. The thing is I'm just assuming here with no real evidence so I thought I would ask the community's opinion maybe there's is someone that has been through the experience . It is a fairly large for mobile application and will be..
How to implement Android Pull-to-Refresh http://stackoverflow.com/questions/4583484/how-to-implement-android-pull-to-refresh can pull it down and it will bounce back when released to refresh the content. I wonder what is the best way in your opinion to implement that Some possibilities I could think of An item on top of the ListView however I don't think scrolling back..
When to close db connection on android? Every time after your operation finished or after your app exit http://stackoverflow.com/questions/4842112/when-to-close-db-connection-on-android-every-time-after-your-operation-finished connection open. But one of my friends recommended me to open close the connection every operation. 1 What's your guys opinion on these two methods cons pros. 2 I did some testing and find the DB connection doesn't have too much perf overhead. Does..
How to detect android cpu speed? http://stackoverflow.com/questions/4875415/how-to-detect-android-cpu-speed HTTP request. android performance detect cpu speed share improve this question The best way to do it in my opinion is to monitor the time it takes to do these actions. If it is taking too much time then the system is too slow and you can..
SAX parser vs XMLPull parser http://stackoverflow.com/questions/5808105/sax-parser-vs-xmlpull-parser sax vs xml pull parser.htm The article is a bit .NET centric but the concepts apply. While I agree with the author's opinion that the Pull parser is easier to work with I'm pretty confused as to which type of parser would be better in which situations...
Android: How to declare global variables? http://stackoverflow.com/questions/708012/android-how-to-declare-global-variables ignoring their advice. What they say goes to a certain extent. I do wish to disagree extremely strongly with the opinions Diane in particular expressed with regards to preferring Singleton over Application subclasses. In my disagreement I will.. the success it has today. Suggesting using Singletons is implicitly moving away from a strong API contract and in my opinion weakens the Android framework. Given that Diane has not explained a single downside to using an Application subclass and..
How to open only half keyboard in Landscape mode? http://stackoverflow.com/questions/8648401/how-to-open-only-half-keyboard-in-landscape-mode I want to develop an Android typing based game. I would really want this game to work on landscape mode because in my opinion it is more specific Android games. There it is this first problem if I toggle landscape mode when the user opens the keyboard..
Disabling “Force Stop” Button in Android http://stackoverflow.com/questions/9477606/disabling-force-stop-button-in-android using a valid argument based on facts should I break the news to her. Update She just sent me a screenshot that in her opinion validates her request that there's an Android application that disables Force Stop button. How am I supposed to explain..
|