gsmd
|
Registered User
|
Linux, Python, Java and other stuff that makes me think.
|
|
1d |
asked | List enumeration in SQL? |
|
Dec 16 |
comment |
Using Application context everywhere? @scott if you are familiar with JEE, think of android vm & your app ass of jee container and a war app. In a way, that container manages the lifecycle of your app (namely it's activities). So as long as you have a class that extends android.app.Application and it's registered in AndroidManifest.xml ( <application android:name="your.class.Name"> // here go activities, services </application>), it will get automatically instantiated at app launch thus providing the Context. |
|
Dec 15 |
answered | How to add a variable to the module I import from? |
|
Dec 15 |
revised |
How to add a variable to the module I import from? edited tags |
|
Dec 15 |
awarded | ● Popular Question |
|
Dec 14 |
revised |
How to add a variable to the module I import from? added 5 characters in body |
|
Dec 14 |
comment |
How to add a variable to the module I import from? @Alex Martelli thanks for the details. I basically want a build script to 'extend' a template providing all the necessary details. Duplicating 'target' calls would be a little bit messy, but seems like it's the way to go. |
|
Dec 14 |
comment |
How to add a variable to the module I import from? @S.Lott smth is used in British textbooks |
|
Dec 14 |
revised |
How to add a variable to the module I import from? added 262 characters in body |
|
Dec 14 |
asked | How to add a variable to the module I import from? |
|
Dec 12 |
accepted | How to fetch Android Market data when there is no API ? |
|
Dec 6 |
accepted | Parsing html-like document with xmlpullparser? |
|
Dec 6 |
answered | Parsing html-like document with xmlpullparser? |
|
Dec 5 |
revised |
Parsing html-like document with xmlpullparser? added 396 characters in body; added 14 characters in body; added 7 characters in body |
|
Dec 4 |
asked | Parsing html-like document with xmlpullparser? |
|
Dec 4 |
answered | Android: How do I know if Activity.onStop() is being called because the user is going back to Home? |
|
Dec 3 |
answered | Open-Source Examples of well-designed Android Applications? |
|
Dec 3 |
answered | Higher level database layer for Android? |
|
Dec 3 |
comment |
Revoking permissions for an android app? Exactly. App A declares a permission(with same signature restriction) and B uses it. If you install B first and then A, it won't be able to access the resource provided by A. Got to reinstall B. |
|
Dec 2 |
comment |
Revoking permissions for an android app? @Daniel You install an app which you generally like but it uses some obscure permission (like accessing sms/call history/whatever) which you don't want it to. |
|
Dec 2 |
asked | Revoking permissions for an android app? |
|
Nov 30 |
revised |
What does it take to port a classic game to a new platform? added 33 characters in body |
|
Nov 30 |
asked | What does it take to port a classic game to a new platform? |
|
Nov 30 |
answered | Drawable => grayscale |
|
Nov 27 |
awarded | ● Civic Duty |
|
Nov 27 |
asked | Getting installed app size |
|
Nov 26 |
revised |
Why does Eclipse crash with Xmx, XX:MaxPermSize above certain values? added 2 characters in body |
|
Nov 26 |
asked | Why does Eclipse crash with Xmx, XX:MaxPermSize above certain values? |
|
Nov 25 |
comment |
Drawable => grayscale Yeah, I want to do it on per-instance basis. Thanks for the snippet though. |
|
Nov 24 |
revised |
Drawable => grayscale added 33 characters in body; edited title; added 2 characters in body |
|
Nov 24 |
asked | Drawable => grayscale |
|
Nov 20 |
comment |
__unicode__(self) doesn’t get called by logging Turns out it actually works. |
|
Nov 20 |
revised |
__unicode__(self) doesn’t get called by logging added 33 characters in body |
|
Nov 20 |
asked | __unicode__(self) doesn’t get called by logging |
|
Nov 20 |
awarded | ● Nice Answer |
|
Nov 19 |
awarded | ● Popular Question |
|
Nov 15 |
answered | How to leave a python virtualenv? |
|
Nov 12 |
comment |
Is there an easier way to parse XML in Java? Yes, xmlpullparser is the way to go on android (built-in, streaming). Just takes a bit time to wrap your head around it. |
|
Nov 8 |
comment |
Favorite Django Tips & Features? Which is now at github.com/robhudson/django-debug-toolbar |
|
Oct 24 |
answered | Automatically create an admin user when running Django’s ./manage.py syncdb |
|
Oct 12 |
accepted | Changing locale at runtime in Swing |
|
Oct 11 |
answered | Are you a self taught programmer or did you take a programming course? |
|
Oct 10 |
comment |
How to force the use of SSL for some URL of my Django Application ? I'd suggest you find the answer at serverfault.com. |
|
Oct 9 |
awarded |
● |
|
Oct 8 |
asked | Wrapper google.appengine.ext.db.Model => django.db.models.Model |
|
Oct 8 |
revised |
How to delete all datastore in Google App Engine? edited tags |
|
Oct 5 |
accepted | Selecting text in a WebView? |
|
Oct 5 |
accepted | Catching file download? |
|
Oct 5 |
accepted | Creating categories in a ListView? |
|
Oct 5 |
accepted | Stretching ListView to a single screen? |
