Technology for app like teamviewer on android - android

I am troubling what technologies was used/should be used on an app like teamviewer. I am thinking about an application for android which can auto record any action on the screen of android device, then provide a streaming-line to a PC application to view that screen on real time.
Anyone can give me some tips?

yes, you can do it.
This is how you do it for android. few steps are required, but you can do it...
http://www.howtogeek.com/howto/42491/how-to-remote-view-and-control-your-android-phone/
Hope this helps.
Thanks.

Related

Redirect android screen inside an app

I've developed different personal apps for android and now i'm interested in google cardboard project
So, would be possible to create an application for android to implement the same system of this project : http://www.vrdesktop.net ( windows only ). In few words mirroring the android screen inside another app that will split everything ..
actually i don't know if there are some usefull api/ways to accomplish the job.
EDIT1: i've prepared a draw to better show the idea: https://docs.google.com/drawings/d/15AYvjesIhZDTe5mfOmm5TzhRkyxmDA6L0jI9MzdKbB4/edit
After long researches i've found an open source project that is doing exactly what i was looking for:
https://github.com/frma71/sbs
P.S. Thank you for useless downvoting

Pre-LockScreen Application

Is it possible to develop an application that can be accessed from infront of the lock screen for either iOS or Android?
If so please provide links to relevant documentation?
Not for IOS or maybe with a jailbreak but even like this I don't think so.

Can I make Pattern Password Screen Locker android app

Has anyone got experience with developing an application to replace the default lock screen? I've been told it is not possible, however this application manages it.
Any tutorials or guidance you know of would be appreciated.
100% possible. Here are some links to get you started.
Android App and Pattern Lock Screen
Android Lock Screen Widget
Developing a custom lock screen
Try this one:
lockscreenswitchwidget
You can implement deviceAdminReciever to use device locks and all please have a look at this it explains everything about locks setting passwords.....
Update:
Use this library Link
and Source Here..

Android Fragment Handling for Smart Phone and Tablet?

I need to implement Fragmentation concept in my android sample app. If the device is smart phone then when i click on buton it should display the result in another window else if it is tablet then it should display the result in same window. But i don't know how to do it. I got some references code but it works for tablet not for smart phone. when i try to run that same project then it's giving the force close error. So any one have an idea please help me.
Any advise is accepted.
Would highly recommend this tutorial, it describes the concept perfectly and provides a very clear and simple example of implementing Fragments in your application. Hope this helps you.

Having a problen to develop lockscreen for android

I want to develop an android application that will be an alternative lockscreen.
I searched a lot and i couldn't found an explanation about how to make an app to work like a lockscreen. I understand that there is no official android API for lockscreens, but there must be way, because there are a lot of alternative lockscreens applications in the market.
Does someone know how could i make my app work like a lockscreen? Or if there is a basic code out there of lockscreen app that i can learn from it how to do it?
Thanks a lot (:
The way this is usually accomplished is creating an app that becomes the home application and then when the screen is turned on display your custom lockscreen and hide it when the user successfully unlocks it so they can use the device.
Make sure to take a look at the numerous questions on SO that are very similar to this.

Categories

Resources