Interface to global information about an application environment
I would like to get the context of application which has reference/hosted my library at run-time inside one class …
android android-context android-libraryI am using several SharedPreferences to store data in my app. Some preferences are used in a lot of activites. …
android sharedpreferences android-contextit's possible to pass a context variable to a DialogFragment? i've use this code inside dialog for passing a string: …
android android-dialogfragment android-contextI'm writing a library class to encapsulate some of my logic in my first Android app. One of the functions …
android android-context android-contentresolverI try to play a sound from R.raw. inside a Thread/Runnable But I can't get this to work. …
android multithreading media-player runnable android-contextI've been studying up on best practices for preventing Context/Activity memory leaks when creating views, and I can't seem …
android memory memory-leaks android-activity android-contextI have found one answer that appears to say I should create a separate class and make a static MyApplication …
java android android-contextI can't seem to figure this out. I have 2 java classes with different characteristics, each calling BitmapFactory.decodeResource to get …
android graphics bitmap android-contextSo I'm working out my first multi-threaded application using Android with the AsyncTask class. I'm trying to use it to …
java android android-asynctask android-contextI've been struggling with this for a while. Basically, I want to have two applications (which will always be installed …
android android-intent sharedpreferences android-context