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.
Related
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.
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.
I'm creating a app landing page for my friend.. I want to show the app demo with user interactions, just like they are using it in mobile.. I'm planning to show only few interactions.. For this i can recreate the app in HTML using material framework..
So my question is how can I show that app demo with user interactions??.. It's not going to be complex demo.. Just want to show front page of app and when user clicks on the button then user will go to next screen of the app.. that's all..
How can I do that? Is there any library to do that? Or any other ideas how can I achieve this?
You can use Android Studio to record the screen of any connected device or emulator.
Follow these instructions: https://developer.android.com/studio/debug/am-video.html
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.
I'm developing a simple mobile webpage using pure HTML5 and CSS3 for my company. My boss has asked me to make in the webpage a way to create a launcher in the user's mobile phone home screen/launcher to the website, even if with the user's authorization (without the user needing to add the website to the favorites and then creating a widget to it, in Android's case). Is it even possible? I honestly believe not, as it could be a great security breach, but I want to ask to people with more knowledge.
You are right, for security reasons you cannot do this. On iOS as on Android, You will have to show a widget to the user begging him to add your app to his home screen.
On an iPhone you just tap the 'Add to Home Screen' button and the icon is added to the desktop, no drama, and no security breach.