android Programming Glossary: decent
Android - what's the difference between the various methods to get a Context? http://stackoverflow.com/questions/1026973/android-whats-the-difference-between-the-various-methods-to-get-a-context mContext getBaseContext However I can't find any decent explanation of which is preferable and under what circumstances..
Sync data between Android App and webserver http://stackoverflow.com/questions/10829371/sync-data-between-android-app-and-webserver own custom ContentProvider backed by a Sqlite database. A decent tutorial for a content provider can be found here http thinkandroid.wordpress.com..
Android Open and Save files to/from Google Drive SDK http://stackoverflow.com/questions/12164024/android-open-and-save-files-to-from-google-drive-sdk about it. Ideally I'd like someone to point at some decent documentation example or tutorial covering how to do this keep..
Low latency audio api for Android? http://stackoverflow.com/questions/1448630/low-latency-audio-api-for-android least amount of latency Am I going to get anything half decent out of the canned SDK or is that asking too much The documentation..
Embedding ads on Android app? http://stackoverflow.com/questions/2471417/embedding-ads-on-android-app revenue from application sales is enough to pay rent on a decent place for me and my wife and daughter. If you have an application..
How to make a smaller RatingBar? http://stackoverflow.com/questions/2874537/how-to-make-a-smaller-ratingbar . You're probably better off rolling your own. There's a decent looking guide at http kozyr.zydako.net 2010 05 23 pretty ratingbar..
How to detect if any of my activity is front-most and visible to user? http://stackoverflow.com/questions/3136187/how-to-detect-if-any-of-my-activity-is-front-most-and-visible-to-user if you've extended the Application class that's probably a decent place to store it. For extending the application class the top..
How to use multiple listviews in a single activity on android? http://stackoverflow.com/questions/3405211/how-to-use-multiple-listviews-in-a-single-activity-on-android is nice android share improve this question Here is a decent solution to more than one ListView within the same Activity...
Installing & using the Android NDK in Eclipse http://stackoverflow.com/questions/3469448/installing-using-the-android-ndk-in-eclipse and build it with the NDK instead Really could do with a decent tutorial if anyone know of any. EDIT OK so I have the NDK installed..
Android Drop Shadow on View http://stackoverflow.com/questions/3567312/android-drop-shadow-on-view Can somebody please provide a code example of how to add a decent drop shadow to a view either in code or XML android xml imageview..
change application's starting activity - android http://stackoverflow.com/questions/3631982/change-applications-starting-activity-android of a log in screen . Couple questions 1 I have a fairly decent handle on how to switch between activities based on this article..
How advantageous is PhoneGap? http://stackoverflow.com/questions/4034558/how-advantageous-is-phonegap Appcelerator as another cross platform tool. It has gotten decent press lately and the tools and the documentation and support..
Face Detection in Android? http://stackoverflow.com/questions/4125821/face-detection-in-android support I know it must be possible to get at least a semi decent face detection system in place. I was just wondering if anyone..
android model view presenter/controller examples http://stackoverflow.com/questions/4320141/android-model-view-presenter-controller-examples that use these sorts of patterns. how do people structure decent size android apps out there in the wild. are there any best..
Android software NDK native c code profiling on actual Android phones http://stackoverflow.com/questions/4328906/android-software-ndk-native-c-code-profiling-on-actual-android-phones ndk share improve this question I've had pretty decent results with android ndk profiler. http code.google.com p android..
hiding strings in Obfuscated code http://stackoverflow.com/questions/4427238/hiding-strings-in-obfuscated-code www.androidsnippets.org snippets 39 index.html provides a decent usage example. Again this is more annoying then secure to would..
Android - Split Drawable http://stackoverflow.com/questions/4754985/android-split-drawable not have BufferedImage and what not... I think. I have a decent IDEA on how to but I don't really know where to start. Should..
Decompile .smali files on an apk http://stackoverflow.com/questions/5582824/decompile-smali-files-on-an-apk optimal though and it won't generate working code but it's decent enough to be able to read it. dex2jar http code.google.com p..
Separate Back Stack for each tab in Android using Fragments http://stackoverflow.com/questions/6987334/separate-back-stack-for-each-tab-in-android-using-fragments thing to do. I can't imagine it resulting in a decent UI if the back key is going to do different things depending..
Android grow heap frag case http://stackoverflow.com/questions/7247049/android-grow-heap-frag-case you may run into fragmentation problems. Wikipedia has a decent description here but basically means that you might have the..
Android - what's the difference between the various methods to get a Context? http://stackoverflow.com/questions/1026973/android-whats-the-difference-between-the-various-methods-to-get-a-context this since Activity extends Context mContext getApplicationContext mContext getBaseContext However I can't find any decent explanation of which is preferable and under what circumstances which should be used. Pointers to documentation on this..
Sync data between Android App and webserver http://stackoverflow.com/questions/10829371/sync-data-between-android-app-and-webserver One possible method for accomplishing this is writing your own custom ContentProvider backed by a Sqlite database. A decent tutorial for a content provider can be found here http thinkandroid.wordpress.com 2010 01 13 writing your own contentprovider..
Android Open and Save files to/from Google Drive SDK http://stackoverflow.com/questions/12164024/android-open-and-save-files-to-from-google-drive-sdk and yet there seems to be virtually nothing in their documentation about it. Ideally I'd like someone to point at some decent documentation example or tutorial covering how to do this keep in mind I'm using Android. They have plenty of stuff on how..
Low latency audio api for Android? http://stackoverflow.com/questions/1448630/low-latency-audio-api-for-android for playing simultaneous audio on an Android device with the least amount of latency Am I going to get anything half decent out of the canned SDK or is that asking too much The documentation claims that the SoundPool class is capable of playing..
Embedding ads on Android app? http://stackoverflow.com/questions/2471417/embedding-ads-on-android-app on that number but have said in another post my monthly revenue from application sales is enough to pay rent on a decent place for me and my wife and daughter. If you have an application that you want to release for free I would highly suggest..
How to make a smaller RatingBar? http://stackoverflow.com/questions/2874537/how-to-make-a-smaller-ratingbar the comments note that these styles don't support interaction . You're probably better off rolling your own. There's a decent looking guide at http kozyr.zydako.net 2010 05 23 pretty ratingbar showing how to do this. I haven't done it myself yet..
How to detect if any of my activity is front-most and visible to user? http://stackoverflow.com/questions/3136187/how-to-detect-if-any-of-my-activity-is-front-most-and-visible-to-user combining the Activity Lifecycle and a flag. For the flag if you've extended the Application class that's probably a decent place to store it. For extending the application class the top answer to this question has info. d . So probably keep track..
How to use multiple listviews in a single activity on android? http://stackoverflow.com/questions/3405211/how-to-use-multiple-listviews-in-a-single-activity-on-android may maynot display at a time on the screen all at a time is nice android share improve this question Here is a decent solution to more than one ListView within the same Activity. First the all important layout file copied from ANDROID split..
Installing & using the Android NDK in Eclipse http://stackoverflow.com/questions/3469448/installing-using-the-android-ndk-in-eclipse For example do I just create an Android project like normal and build it with the NDK instead Really could do with a decent tutorial if anyone know of any. EDIT OK so I have the NDK installed now I think but does anyone have any idea how to use..
Android Drop Shadow on View http://stackoverflow.com/questions/3567312/android-drop-shadow-on-view png drawable is a rounded rect with transparent corners. Can somebody please provide a code example of how to add a decent drop shadow to a view either in code or XML android xml imageview shadow dropshadow share improve this question You..
change application's starting activity - android http://stackoverflow.com/questions/3631982/change-applications-starting-activity-android add a different activity that will be the starting point sort of a log in screen . Couple questions 1 I have a fairly decent handle on how to switch between activities based on this article http www.linux mag.com id 7498 but I'm not sure how to..
How advantageous is PhoneGap? http://stackoverflow.com/questions/4034558/how-advantageous-is-phonegap it to my client. I have recently started to look into Appcelerator as another cross platform tool. It has gotten decent press lately and the tools and the documentation and support around it appear to be more polished and professional than..
Face Detection in Android? http://stackoverflow.com/questions/4125821/face-detection-in-android Considering the camera on the HTC Desire has face detection support I know it 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..
android model view presenter/controller examples http://stackoverflow.com/questions/4320141/android-model-view-presenter-controller-examples asp.net but not really seen any examples or code on android that use these sorts of patterns. how do people structure decent size android apps out there in the wild. are there any best practices or should i be sticking rigidly to official android..
Android software NDK native c code profiling on actual Android phones http://stackoverflow.com/questions/4328906/android-software-ndk-native-c-code-profiling-on-actual-android-phones BTW what is the Linux way of doing this android profiling android ndk share improve this question I've had pretty decent results with android ndk profiler. http code.google.com p android ndk profiler Outputs mnt sdcard gmon.out share improve..
hiding strings in Obfuscated code http://stackoverflow.com/questions/4427238/hiding-strings-in-obfuscated-code use a symmetric cipher like AES via javax.crypto.Cipher http www.androidsnippets.org snippets 39 index.html provides a decent usage example. Again this is more annoying then secure to would be hackers as you will need to store the key somewhere in..
Android - Split Drawable http://stackoverflow.com/questions/4754985/android-split-drawable . I have found so many examples with java but Android does not have BufferedImage and what not... I think. I have a decent IDEA on how to but I don't really know where to start. Should I use a bitmap or a drawable Is there a method to split or..
Decompile .smali files on an apk http://stackoverflow.com/questions/5582824/decompile-smali-files-on-an-apk the free jd gui to plain text java. The process is far from optimal though and it won't generate working code but it's decent enough to be able to read it. dex2jar http code.google.com p dex2jar jd gui http java.decompiler.free.fr q jdgui Edit I..
Separate Back Stack for each tab in Android using Fragments http://stackoverflow.com/questions/6987334/separate-back-stack-for-each-tab-in-android-using-fragments stacks for each tab. To be honest this seems like a really questionable thing to do. I can't imagine it resulting in a decent UI if the back key is going to do different things depending on the tab I am especially if the back key also has its normal..
Android grow heap frag case http://stackoverflow.com/questions/7247049/android-grow-heap-frag-case you see. If you do a lot of memory allocation and freeing you may run into fragmentation problems. Wikipedia has a decent description here but basically means that you might have the required memory available just not all in one chunk. Hence..
|