Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
377 views

How to collect data of other apps using Flutter

Example 1 - Instagram Let's say that our app has a text field which ask for a Instagram username, and when someone submits our app displays the followers and following count. input(textfield): ...
Lakshan Costa's user avatar
-2 votes
1 answer
80 views

How to implement a method which can collect what information is display on the screen in android app

I want to do a research by monitor user behavior using android app. So we want to collect how many time they spend in each page in detailed (not only the total time we need for each portion of page ...
吳佳真's user avatar
0 votes
1 answer
185 views

Reduce wifi scan delays in android

I am trying to collect the RSSI data from WiFi access points in Android. However there is an issue related to model of the devices. Each device collects the data with different period varying from 1 ...
abolfazl bahari's user avatar
0 votes
2 answers
453 views

Android AudioRecord - How to allow calls

I have built an app that listens to background noise. I've found though that when listening the user cannot make calls or use any other app that records audio. I'm wondering if there's a way to either ...
mino's user avatar
  • 7,248
1 vote
0 answers
693 views

I Want to send file from android to raspberry Pi via bluetooth programatically(Automatically)

I had a csv file on android device and that csv file is updated in every 10 sec, I want to send that file from that device to raspberry Pi via bluetooth. Raspberry Pi received file manually from that ...
Mihit Gandhi's user avatar
9 votes
4 answers
12k views

Detect when app is opened/resumed

I'd like to check-in and checkout a user with the server every time that the app is opened/closed, whether it is launched or resumed from the task drawer. Is there is a way to do this while avoiding ...
Tom McFarlin's user avatar
3 votes
2 answers
4k views

Android – Facebook SDK AppEventsLogger logEvent doesn't work

Googling didn't help me. I'm trying to push data on Facebook dashboard via Facebook app events My code is: AppEventsLogger logger = AppEventsLogger.newLogger(this); logger.activateApp(this, ...
Anton Kashpor's user avatar
0 votes
1 answer
1k views

Data collection frameworks like ODK

I am working on one of my assignments which has a requirement for data collection, reporting and aggregation. I have already explored ODK (collect and aggregate) which satisfies maximum requirement. ...
Mayur Shah's user avatar
  • 1,019
1 vote
2 answers
2k views

Android Sensor Data Collection is not working properly

I developed a Data collector which collects data from Accelerometer, Gyroscope, Magnetometer and it worked fine for a while. Then I added Linear Acceleration to it as well (After 4 months, this week). ...
utengr's user avatar
  • 3,325
2 votes
1 answer
3k views

Broadcast Intent for keyboard input

Is there an intent for sending data for the keyboard to "type"? This is more theoretical than practical, but is it possible to broadcast an intent that is received by the keyboard. The intent would ...
Enrico's user avatar
  • 10.7k