Comment by Mr.Goomer on Service Notification Text Uses System Language
The service isn't working yet ,and still, when the service is running for the first time after changing the language its not changing,only when I restart the app
View ArticleComment by Mr.Goomer on Translate Custom Notification String
@javdromero Thanks for replying, Yes they are, and they are working,its just the description that mistranslate
View ArticleComment by Mr.Goomer on Bitmap crash activity
Unfortunately I dont, but I think its the byte[] to Bitmap causing this..
View ArticleComment by Mr.Goomer on Google Places API crash after installing app from...
Crash report added,thanks Abdullah
View ArticleComment by Mr.Goomer on Replace Instead Of Adding Item To Arraylist
Yes,and when I am trying to add another one,its just replace what I already added
View ArticleComment by Mr.Goomer on Replace Instead Of Adding Item To Arraylist
Hey androidLearner thank you for reply.Its still replacing the row instead of adding another one..
View ArticleComment by Mr.Goomer on Retrofit BaseUrl And API
Thanks for replying,but how can I use the rest of the path in the interface?
View ArticleComment by Mr.Goomer on Retrofit BaseUrl And API
Thanks,however I tried that before but I am getting this error: "E/Failure:: Expected BEGIN_ARRAY but was BEGIN_OBJECT at line 1 column 2 path $"
View ArticleComment by Mr.Goomer on OnClick Fragment Transactions Does Nothing
I replaced it, however, it's still doing nothing..
View ArticleComment by Mr.Goomer on Delete FireBase Value Without Knowing The Key Name
Thank you very much Frank, worked perfectly.
View ArticleComment by Mr.Goomer on Delete FireBase Value Without Knowing The Key Name
Hey Alex,Thank you very much,that worked but I wanted to delete the value without knowing the key name. Thanks again.
View ArticleComment by Mr.Goomer on Can't create new directory on internal storage
No, still doesn't write the folder...
View ArticleAnswer by Mr.Goomer for Detect when user enter circle
So finally thanks to @Axiumin ,I did this:@Overridepublic void onLocationChanged(Location location) { userLocationMarker.setPosition(new LatLng(location.getLatitude(), location.getLongitude()));...
View ArticleDetect when user enter circle
I am working on a app based on google maps.I added a circle to the map ( https://ibb.co/PhZy0t6 ) and I have been tring to detect if the user entered the circle.The user is a marker I added with the...
View ArticleHow to keep app running in the background
I have an android app based location and I want to get user location updates when the app is minimized,not destroyed.I tried to use Service to get the background service,however,its not working,when...
View ArticleChange Foreground notification
I have a Foreground service working in the background of my app with working notification,However,I want to customize my own notification.This is the default notification...
View Articlesave and load LatLng
I have map activity in my app which displays 2 markers and a polyline that I want to be saved.My app has foreground service to track user location,however when I am I launch the app through the...
View ArticleAnswer by Mr.Goomer for Tranfer Data from service to activity
So thanks to @Mohammadreza I used sharedPref on the service intent and its worked.This is what I did: public static final String MY_PREFS_NAME = "MyData";//Save SharedPref(BackgroundActivity):...
View ArticleTranfer Data from service to activity
When user kill app,my service is running in the background.It has a button which I can return to the map activity.However,when the user return to the app through the notification button after...
View ArticleBackground Location Permission
So I am building an app that gets user location in the background,However,when the user click on "allow only when app is working",The Background permission is denied and I need to ask him again to...
View Article