saschoar

Dresden, Germany

unddigital.de

Age: 26

Computer Science student in Dresden, Germany. Besides that, I'm working as a freelancer in Android and Web Development, with Theke being my latest project.

Apr
30
revised Android Endless List
deleted 4 characters in body
Apr
25
comment How to use a icons and symbols from "Font Awesome" on Native Android Application
Great idea. But beware of memory issues when constantly creating a new typeface for each icon. Instead, use something like Hashtable to re-use your icon typeface, like suggested here: code.google.com/p/android/issues/detail?id=9904#c7
Apr
11
revised Is it possible to get a notification when any location provider is enabled/disabled and ascertain what action occurred?
added 20 characters in body
Apr
10
revised Is it possible to get a notification when any location provider is enabled/disabled and ascertain what action occurred?
added 850 characters in body
Apr
10
comment Is it possible to get a notification when any location provider is enabled/disabled and ascertain what action occurred?
Ok, in this case the LocationManager could also help. I updated my answer.
Apr
10
revised Is it possible to get a notification when any location provider is enabled/disabled and ascertain what action occurred?
added 1188 characters in body
Apr
10
comment Set application price based on criteria in Google Play
Yes, you can. You can also remove the price (i.e. provide your app for free), but you cannot switch back afterwards.
Apr
9
revised Is it possible to get a notification when any location provider is enabled/disabled and ascertain what action occurred?
added 2 characters in body
Apr
9
answered Is it possible to get a notification when any location provider is enabled/disabled and ascertain what action occurred?
Apr
7
revised When does a programmatically added fragment's view get created?
deleted 2 characters in body
Apr
7
revised When does a programmatically added fragment's view get created?
added 9 characters in body
Apr
7
revised When does a programmatically added fragment's view get created?
added 28 characters in body
Apr
7
answered When does a programmatically added fragment's view get created?
Apr
7
awarded Fanatic
Apr
5
answered Custom animated menu in Android
Apr
5
comment Extending an Android Parcelable class
Sorry, now I understand that the Address class is different because it it doesn't take its parcel from the constructor parameter, instead uses a creator. In this case see no other way than either adapt the code from the Address.CREATORs createFromParcel() or use composition instead of inheritance (i.e. let your CustomAddress manage an Address instead of subclassing it). I understand that both methods would not be best practice.
Apr
5
answered Extending an Android Parcelable class
Apr
4
revised Trying to have a youtube video, just get a black box
improved formatting
Apr
4
answered Is it okay to Query the DownloadManager on the UI Thread?
Apr
3
comment Scrollbar disappears when using SectionIndexer at specific sections on HoneyComb
This issue has already been mentioned here: stackoverflow.com/a/13470842/1140682
1 2 3 4 5