App Windows as Widgets - General Questions and Answers

I want to pin an app window to the home screen, like a widget, except that it is a live app.
I need this because there are so many applications which do not have any widgets. Instead of opening an app(which I forget most of the time) I would like to have them pinned as a widget which I can easily view while scrolling through the home screens.
There any many Xposed modules, which allow any app to be viewed as a floating window, but don't know how to make widgets out of them.
Any suggestion will be appreciated. Thanks!

i have the same idea from the past a few months since the launch of google go app but i dont know how to do that
i searched all over the internet but i didnt find anything
it will be very useful for the small and mini apps like lite version
hope any developer will refer for our post

Related

Vertical scrolling on homescreens?

I was playing around with the HTC bookmark widget earlier, and noticed widgets can be dragged up and down. Are there any widgets available that act as a blank overlay for the homescreen, which can also scroll vertically to view more widgets and shortcuts? This can be helpful to access more on each homescreen and provided no one else knows about the vertical scroll, hiding a few "work documents" .
sanamkan said:
I was playing around with the HTC bookmark widget earlier, and noticed widgets can be dragged up and down. Are there any widgets available that act as a blank overlay for the homescreen, which can also scroll vertically to view more widgets and shortcuts? This can be helpful to access more on each homescreen and provided no one else knows about the vertical scroll, hiding a few "work documents" .
Click to expand...
Click to collapse
how long have you had your phone again?
just about everyone knows about scrollable widgets.
and no you cant make a homescreen vertically scrollable.
1. You are being a ****.
2. He didn't ask about scrollable widgets.
3. Yes its possible it would just require some heavy knowledge and coding.
I wasn't announcing that widgets could scroll, I was providing an example. Nor did I ask if it was possible to make the homescreen scroll. What I'm asking IS possible. I was only asking if it already exists.
sanamkan said:
I wasn't announcing that widgets could scroll, I was providing an example. Nor did I ask if it was possible to make the homescreen scroll. What I'm asking IS possible. I was only asking if it already exists.
Click to expand...
Click to collapse
I haven't seen anything like that and I understand what you are asking. You would need to go to the android app dev section to see if someone will take A TON of time to make a full screen vertical scrolling widget that you can place other widgets in.
Would it be impossible to look at bookmark widget's code as a basis? As for integrating shortcuts into a widget, I could probably try and contact the dev of Multi icon. That should take care of the major concerns, right?
I dont know if you could make a widget that lets you host other widgets or shortcuts. but there are 2 options that may work for you
one is the folder system, you can make folders to keep your app shortcuts in, but they will not allow you to nest widgets inside of them.
another option is to use a secondary launcher like launcher pro or ADW launcher, and when you want to access the shortcuts or widgets that are in that launcher you can open it up. then you can set one of the launchers to be the default when you hit the home button, or have it ask you each time you hit it.
just my 2 cents, but don't give up on the widget inside a widget idea, im sure a bunch of people would like to have that ability
Teksu said:
I dont know if you could make a widget that lets you host other widgets or shortcuts. but there are 2 options that may work for you
Click to expand...
Click to collapse
The program/shortcut integrated in a widget is performed perfectly on the Multi icon widget. Pre-existing widgets in the widget haven't been included, but the dev has begun creating specialty widgets. I do recommend checking it out.
Teksu said:
another option is to use a secondary launcher like launcher pro or ADW launcher, and when you want to access the shortcuts or widgets that are in that launcher you can open it up. then you can set one of the launchers to be the default when you hit the home button, or have it ask you each time you hit it.
Click to expand...
Click to collapse
I've tried QuickDesk, which keeps your current launcher, but enables a popup homescreen when you double tap the home button. It's not the smoothest process by any means, and somehow makes HTC Sense pop up in your home button long press. If you know of any better attempts at this, I'd like to see how those work as opposed to this one. It may be simpler than eventually having to create a new one, right?
Actually, being able to pull up or down on the home screen to activate something like quickdesk would be pretty cool. QD kinda sucks having to double tap on it, and the response is laggy because the button is getting confused as to what it's supposed to do.
as far as I know, the only Launcher that provides vertical scrolling functionality is HTCSense. It also provides the EditText widget as a RemoteView.
**in Android world, a "widget" is any GUI object, really. While the widgets we talk about adding to a Home screen is really called an "AppWidget"**
Its all about how the Launcher handles and behaves with RemoteViews.
For a Launcher to allow one of its AppWidgets to contain and run another AppWidget, that Launcher would have to provide a huge heap of new RemoteViews and surrounding functionality...or, the AppWidget container would have to somehow import the child AppWidget App and run it internally (not possible I think!).
There's a chance that MIUI (a new Chinese Launcher) provides AppWidget-within-Folder functionality. It may then expose custom RemoteViews and API interfaces to allow AppWidgets to be developed to do similar things

[Q] Weird request: app that is a "widget holder"

Hey everyone!
I'm a huge fan of the Zune Home launcher, I love its look and interface. The one thing I really miss though is access to a few widgets. I don't use too many, but I'd really like to be able to use Power Control along with a couple others.
If you aren't familiar with Zune Home, its just one screen with a scrollable list of sections (email, internet, photos, apps) and a side column of your favorite apps. There's no room for widgets here (nor would I want them right there on the main screen) and its only the one screen, no left or right aux screens.
A workaround I thought of is somehow putting a shortcut or app in the quick launch that leads to a page of widgets. I tried searching around for "widget page app" and many versions of that idea, but as you might guess, it's really hard to search for.
Any ideas?
tl;dr Is there any app that simply brings up a blank page that you can fill with widgets?
Thanks!
try searching the market for powerstrip or quickdesk or smart-taskbar
QuickDesk is absolutely perfect! Thank you!

what app and widget organizer do you use?

for app organizing i've found some apps. the one I use automatically organizes my downloads, but i would like an organizer for my widgets. for exemple an app has 3-4 widgets, and if there is an organizer to show the app and then the widgets it has I would like to have it!
no need, sort alphabetically
widget i arrange them the way i like it, and resize it the way i see fit on the screen
let see if I can explain I press menu->add->widget and here i see all the widgets alphabetically. I ask if there is an app that creates a folder with all the widgets for the same app.
CM7 roms does this.
Sent from my Nexus S using XDA App
AppWidgetPicker does exactly what you want but you need to be rooted to be able to push it to /system/app
it's a great find
however, i'm afraid that might slow down the system even more when trying to bring up the list of widgets available
i have waaaaaaaaay too many apps installed, everytime i try to add a widget it takes a loooong while to come back with the full list, as it needs to scan an populate the widget pick list
so if i add such an app, it will just add even more complexity to the pick list
scan, then filter, then populate, then group
.... not really in the mood of waiting 2 minute for the widget list to show up

[Q] App auto Freeze/Defrost/Launch from App Drawer

Hi, I am looking for a way to automatically freeze/defrost/launch an application but from the app drawer.
Titanium backup has a widget that performs exactly this way except that being a widget, it cannot be run from the app drawer.
I do not use items on the homescreen (aside from the dock), nor do I wish to. Currently using Apex lanucher.
So, the main questions are:
Is there a way to use widgets in the app drawer?
Is there a way to perform the function of Titanium Backup freeze/defrost/launch without a widget, yet more automated.
Is there a way to 'intercept' between the app icon and the launching process to auto freeze/defrost the app?
Have been searching for an answer to this for a long time. Ideally if this could be done with full automation, ie when you install a new app it automatically gets a freeze/defrost icon/link/widget/etc without having to set it up.
Any help, info, thoughts, would help immensely.
A bit of a bump as I'd be interested in this too.
There is likely a custom launcher that allows widgets in folders or the app drawer, no?
I have a sort of solution for you that sort of works (hear me out)
I guess you don'tl like the clutter that comes with homescreen widgets (me too)
Heres what i did: use nova launcher, and have multiple docks (swipe to change). You CAN place widgets (1x1 certainly) in the dock, and then just hide it away by swiping to a differnt dock.
I must admit it doesnt work amazingly well when you press it, and takes some time to work sometimes, but its kind of a work around.
I use this solution currently for my Wifi High Performance Widget (1x1), which doesnt need to be touched so its in the dock
Hope this helps

Replacement app drawer to allow Web links in drawer?

I really like a tidy phone. I like everything in one spot. I know I can create app links on the desktop. But i typically dont create any app links on my desktop. Does anyone know of a way or a replacement app drawer that would allow me to create Web link shortcuts in the app drawer. Even apps that are available on the app store, if I could get a Web page to work the same, the less apps installed, the better battery life and performance of the phone.
Also I do know about bookmark apps, but I don't like an app to hold the bookmarks. I want the bookmarks right in the app drawer.
Nova Launcher (Might need Prime)
Nova Settings > App & Widget drawers > Drawer Groups
Open the Folders tab, Create a new folder and name it "Web Links" or whatever you want it called
Now there is a folder in the Apps drawer called "Web Links"
Long press it, and drop it on the homescreen
Fill it with all your web links, check in the app draw, it should also be receiving those links
Once you are done, delete it from the homescreen, and it should remain full of your links in the apps draw
Tested and working fine here with Nova Launcher Prime 5.0 beta 3 (Likely works with the latest stable too)

Categories

Resources