Reto Meier

2,699
reputation
987 views

Registered User

name Reto Meier
member for 1 year
seen 9 hours ago
website
location London, UK
age 31

I'm from Perth in Australia but for the last 4 years I've been living and working in London. I've been a software developer for almost 10 years, spent some time working on oil rigs, and in banking, but these days I work for Google as an Android developer advocate.

My first book, Professional Android Application Development was released late last year.

22h
accepted BroadcastReceiver not receiving intent
Dec
15
comment Android ACTION_IMAGE_CAPTURE Intent
Not necessarily. The permission is for the folder, not necessarily for the files within it.
Dec
15
answered How can I keep current screen (contentView) when l Iaunch a new Activity
Dec
15
revised Android ACTION_IMAGE_CAPTURE Intent
Clarification.
Dec
15
comment Android ACTION_IMAGE_CAPTURE Intent
Your app has write permission to it's personal directory -- the camera app (which is taking the picture) does not. You could move the file in the onActivityResult though, as that's within your app. Alternatively you could implement a camera Activity yourself, but that seems overkill.
Dec
15
comment Android application acting crazy after coming from background.
What do you mean by 'acting crazy'? What happens when you return to the search results page?
Dec
15
answered How to instantiate my Content Provider upfront
Dec
15
answered Android ACTION_IMAGE_CAPTURE Intent
Dec
15
answered BroadcastReceiver not receiving intent
Dec
15
accepted Android: forward search queries to one single activity that handles search
Dec
15
accepted How to use Intents from a Service or Broadcast Receiver?
Dec
15
answered How to use Intents from a Service or Broadcast Receiver?
Dec
15
revised Android: forward search queries to one single activity that handles search
Added a clarification.
Dec
15
answered Android: forward search queries to one single activity that handles search
Dec
15
comment how to update the spinner values while clicking on button in android?
More details please! What should clicking the reset button do to the spinner?
Dec
15
comment second parameter in preferences.getInt in android
Hi Sumit. The check exists as a defensive code technique. A negative magnitude or frequency value makes no sense, so I defensively check to make sure that an invalid preference value didn't somehow get saved.
Dec
13
accepted In an ExpandableListView, how can I show one additional line at the end of the child results?
Dec
1
awarded  Enlightened
Nov
30
awarded  Nice Answer
Nov
6
awarded  Enlightened
Nov
3
awarded  Nice Answer
Nov
3
answered Hidden features of Android development?
Oct
27
awarded  Good Answer
Oct
27
revised Android Development
added 2 characters in body; added 1 characters in body
Oct
27
revised Android Development
typo
Oct
27
comment Android Development
Good point. Updated.
Oct
27
revised Android Development
Updated.
Sep
20
accepted How to call Android contacts list?
Sep
19
awarded  Taxonomist
Sep
2
awarded  Nice Answer
Aug
19
accepted Can The Android drawable directory contain subdirectories?
Aug
13
accepted How to pass the values from one activity to previous activity
Aug
10
awarded  Yearling
Jul
30
comment How to call Android contacts list?
It's probably worth asking this as a separate question.
Jul
15
answered how to make a file hidden in android sd card
Jul
14
answered How to pass the values from one activity to previous activity
Jul
13
accepted showing dialog from run method
Jul
12
revised Good book for beginning android development
Added some detail.
Jul
12
accepted Does anyone know whether the Android addProximityAlert on the LocationManager is battery intensive.
Jul
12
answered Good book for beginning android development
Jul
12
answered Does anyone know whether the Android addProximityAlert on the LocationManager is battery intensive.
Jul
10
accepted How to close/hide the Android Soft Keyboard?
Jul
10
answered How to close/hide the Android Soft Keyboard?
Jul
7
awarded  Popular Question
Jul
7
accepted How to communicate between Android tabs
Jul
7
answered How to communicate between Android tabs
Jul
3
answered Android: How to release resources when the application terminates?
Jul
3
answered showing dialog from run method
Jul
3
answered Can The Android drawable directory contain subdirectories?
Jul
3
comment Multiple Toggle Buttons.
Any chance you can share some code with us? It sounds like you're using the same event listener for all the button clicks - can you show us 'all the methods' for two buttons?