How to Share Activity Screen in Android? - android

Hello Great Android Developers,
I want to create an android app which will contain a whiteboard, Video Chat Option, Document sharing etc. Like shown in the video on bottom of this website https://www.vedantu.com/
I can develop all required contents in app but the problem is to share screen among the users. can you help me on how to share android activity or screen in real time with users?

Related

Run 2 or more applications inside our third android based application

I want to executive/run other pre-installed android based application inside my new developed application. For example I want to run what's app, Facebook, and Skype at the same time within my application.
I am analyzing about the android containers in which application can be load and execute. Like we used WebView container to load website.
Please suggest for the same
You should use Deep Links or better Dynamic Links - https://firebase.google.com/docs/dynamic-links/android/receive
How it works? You have 2 buttons in your App. On click on them you will open needed app or open it page on Play Market (or your own web site or something else, because you can config it via Dynamic Links).

How do I create an app to mimic the data on a website?

Is it possible to create a mobile app for both Andriod and iOS which will display the same data as on a website written in HTML CSS and js?
The site only displays information but this info is used regularly by users. I have been asked if it's possible to create an app that the same info would be available on? Ideally, any changes made to the website would be reflected in the app without having to change the code for the app as well.
edit - The page on the app will still need functionality i.e being able to open modals when a button is clicked.
You could embed your site in a native app using a WebView. Nowadays you have several technologies as React native and Flutter that could help publishing your site as a multiplatform app.

Android: Possibility to implement "sharing screenshot" directly through online chat feature

i have just started to develop a basic app, and have integrated an SDK for online chat, using which customers could chat with customer support.
I want implement if someone want to share screen shot, it should be done without going into gallelry just like android native shows default apps for sharing like whatsapp,facebook, my app also could be reflected there.
Is it possible??

Android App demo in Website?

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

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