iphone - Programmatically scroll an Android app using another app running in the background? -


i creating android app , planning , iphone version, looking opinions of both android , iphone developers. app creating runs in background, i.e. has no gui, , checks if app running.

if other app running want take screenshots using background app, every few seconds.

  • is taking screenshots app running in background possible?
  • i want scroll screen of foreground app programmatically using background app, possible?

on both oses, it's not possible take screenshots while in background without being root. on android there several services take screenshots - , of these run root - check these: how take snapshot of screen programmatically? on ios, it's possible via private api.

scrolling programatically possible acting keyboard type app (on android @ least). check out keyboard example or other accessabilty apps. that's way see might work.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -