Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
107 views

Problem I call ActivityRecognitionClient.requestActivityUpdates and get success, but my BroadcastReceiver never gets any intents. No activity logs appear even after moving with the device for 30–60s. ...
Devesh Singh's user avatar
0 votes
1 answer
96 views

I'm developing an Android app that tracks user movement using location services. I need to determine the specific type of public transport vehicle the user is traveling in — namely, a tram, trolleybus,...
Vsevolod's user avatar
1 vote
1 answer
217 views

I've been trying to implement location tracking based on activity recognition api, but I've encountered some issues on samsung galaxy s24 and s20+ as initially app seems working fine, I'm able to ...
SMGhost's user avatar
  • 4,087
1 vote
0 answers
118 views

I am facing a problem with the android google activity recognisation service to detect user activity , When I install appplication it work just fine and I get udpate like still ,tilt , on foot , in ...
Vishwas Bhatt's user avatar
1 vote
0 answers
348 views

I am trying to get user activity states by Activity Recognition API and it works in foreground and for few hours in background too (When user exit the app) but after more than 4/5 hours or after 2 or ...
kiran malvi's user avatar
  • 1,024
1 vote
1 answer
7k views

I'm developing an android application with Java, Node.Js as backend and Postgres as database. The application for now has an authentication and I have implemented the recognition of user activity ...
NotNow's user avatar
  • 23
0 votes
1 answer
146 views

I understand that YOLO is designed for object detection. What I was trying to do is perform a transfer learning using the Kinetic700 dataset over YOLOv5 for human activity recognition. Then I realize ...
jackiee's user avatar
3 votes
0 answers
174 views

I thought the Activity Recognition Transition API didn't work on Wear OS. Does Wear OS support the Activity Recognition Transition API? I checked whether the Activity Recognition Transition API works ...
Kei's user avatar
  • 184
1 vote
0 answers
297 views

I'm new to android development. Now, I'm trying to develop an app for detecting user activities. In this case, I used Google Play Services Activity Recognition API, and also, I followed the ...
Ali Vafaei's user avatar
6 votes
0 answers
524 views

I'm little bit confused why my Transitions API solution works usually for first day or two and after that stop receiving any updates. I dug deeper into it and found a lead that talks about how we need ...
MaaAn13's user avatar
  • 316
3 votes
0 answers
272 views

I implemented the Activity Transitions API with a PendingIntent and a BroadcastReceiver as seen below. The code works perfectly fine on a Pixel 3a. However, on a Samsung A32 and Samsung S22 Pro, the ...
pxbn's user avatar
  • 31
5 votes
1 answer
748 views

I'm using Transitions API and everything works fine for the first 24-48 hours - I receive physical activity changes from the API, but after 24-48 hours there's nothing. Under Transitions API Receiver, ...
MaaAn13's user avatar
  • 316
2 votes
2 answers
289 views

When i was trying to developing GPS tracking Android APP with Google Activity Recognition Transition API, I had a API-working stop issue. I thought that it is a problem of device-model compatible but ...
barunsoft's user avatar
2 votes
1 answer
1k views

I am trying to get user activity states by ActivityRecognition API and it works in foreground and for few hours in background too (When user exit the app) but after more than 4/5 hours it stop sending ...
androidXP's user avatar
  • 1,756
0 votes
1 answer
443 views

I'm registering Broadcast receiver to receive activity events from Android's ActivityRecognition api. Registering Broadcast receiver in Manifest: <receiver android:name="....
Nodar Maruashvili's user avatar

15 30 50 per page
1
2 3 4 5
14