Multi apps kiosk mode in Android? - android

Currently, I got stuck in a scenario in which I create a demo which is single kiosk app. I want to create an app which allows selected apps to show in the list/grid which are accessible from the app only, other then that are not. The kiosk app stays as a home default. I have checked for different paid platforms but is it possible to create or work with it manually.
Any help will be appreciable.

Related

How can I capture screenshot in react native not for the same app

I'm creating an app (my-app) in react-native. I want to take screenshot of every screen of user's running app (like if xyz app is also open in background so can I take screenshots of it progmatically?).
I can also make a bridge from React-Native to Android if it is worthy.
Else suggest me something how can I achieve in Android (but I want in React-Native)?
If you want to take a screenshot of what the user is doing inside YOUR APP,
you can use react-native-view-shot. But if you want to take a screenshot of the user's other apps, you can not do it on iOS as apps run in a sandbox on iOS. I do not know if it is doable on Android though.

NativeScript lockdown (or kiosk) application

I wondering if it is possible to create a "lockdown" application with NativeScript.
My aim is to place an android tablet in a public area where people may only interact with my NativeScript application:
fullscreen
no home-button access
no sleep/standby
no notification bar
Then, if possible, a pin code may allow to unlock the application.
Example:
You are looking for kiosk app, it's of course possible with NativeScript.
You will have to access android's native apis to do so, here are some heads up.
Also there is a thread in the forums which will give you some initial thoughts on doing this with NativeScript.

Android: Detect App Launch

I am developing a lock application as an academic project. I need to detect the launch of an app so that i can launch my lockscreen on top of it and restrict opening the app till the user put correct pin. I have read a few posts and this one has a few answers that look promising.
Android, Detect when other apps are launched
Is this the right way to do it? Or is there a better way around? I have also heard about the Application class. But don't know how to implement it.
EDIT: My app supports API16 to API22.

Start app widget on app installation in android

I am working on app widget for my app. It is working the way I want, but I don't want that user go to widget picker & drag my app widget to home screen. This is a normal case, here I want to avoid doing this. I want when my app install than my app widget start on device homescreen.
Is it possible to do this? If yes, then please help me - I have already have done R&D but no use.
My app is based on this.
This should not be possible. The user has to actively choose a Widget to prevent Apps from spamming the Desktop.

Creating android app, say mother app

I'm new to this forum..
I want to create a Android app (say mother app), which can be installed to the Android devices on the home menu. This app should contains one or more apps inside (say child app)..
The mother app should have online login verification and on the successful login this app should show all the child app...
The concept is just like creating a app such as newsstand of iPhone.
Is it possible to create such app for Android using Adobe Air
When any child app is installed from the marketplace then It must be shown inside mother app instead of home menu
To make it clear:
I want to create a app which store my other apps when it is downloaded from anywhere, instead of placing my apps here and there on the device.
I suggest that you try out Android tutorial first and proceed further. It will surely help you out. You can check this Stackoverflow question for information about using Adobe Air in your application. I can help you with this information only. :D

Categories

Resources