balasaheb143 / little-fluffy-location-library

Automatically exported from code.google.com/p/little-fluffy-location-library
0 stars 0 forks source link

little-fluffy-location-library seems to blocks surfaceview widgets in another activity #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create an activity that uses little-fluffy-location-library (with either a 
global broadcast receiver on with a broadcast receiver internal to the 
activity).
2.from the first activity - launch a new activity with a SurfaceView widget (in 
my project - it receives a feed from the camera).
3. when the second activity is launched - the there is no rendring of the ui. 
clicking "Back" brings you back to the first activity and everything works (the 
app is still alive and functioning).

What is the expected output? What do you see instead? I would like the second 
activity to show the feed from the camera.

Please provide any additional information below.

FYI - 
1. the activity containing the SurfaceView widget worked previously. if I 
launch it as the first activity - it works.
2. If I remove all little-fluffy-location-library code from the project - the 
second activity with the SurfaceView starts working again.
3. I think this may have to do with threading. is it possible that 
little-fluffy-location-library runs within the ui thread, blocking the 
SurfaceView somehow? I Googled for hours but couldn't find a solution. you are 
my last resort.

What version of the product are you using? On what operating system?
I tested this on a LG phone with android 2.2.1. Same behavior on emulators with 
version 2.2 and 4.1.2. 

little-fluffy-location-library is a great lib. love it!

Original issue reported on code.google.com by Katz...@gmail.com on 25 Jan 2013 at 10:20

GoogleCodeExporter commented 9 years ago
Figured it out. not a little-fluffy-location-library. A bug on my side. my 
bad...

Original comment by Katz...@gmail.com on 27 Jan 2013 at 5:58

GoogleCodeExporter commented 9 years ago

Original comment by ken...@kentonprice.com on 27 Jan 2013 at 7:09