-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lat : 0, Lon : 0 #27
Comments
Well, your implementation looks good. It seems you have indeed read the documentation well and checked other issues for a solution. Thank you!
Does that help? In general, this is unfortunately quite a common problem, but still one that can easily be solved, I’d say:
|
If you target a newer Android platform, you should ask a user for access to their location explicitly. |
when i am overriding the onResume method my UI get stuck and black screen occur any suggestions |
Hi, I followed the instructions in the readme file. But result Lat: 0.0, Lon: 0.0
`package app.meysta;
import android.app.Activity;
import android.os.Bundle;
import android.support.v7.widget.Toolbar;
import android.util.Log;
import android.view.View;
import android.widget.TextView;
import im.delight.android.location.SimpleLocation;
public class Splash extends Activity {
}
`
The text was updated successfully, but these errors were encountered: