Android :: Organizer That Allows Adding Folders "inside" Drawer?
Nov 25, 2009
I've played with some app organizer apps, but I am wondering if there is one that allows adding folders "inside" the drawer, i.e., not on one of the three home screens. Something that you can have as many folders as you want with whatever you want to name them. any thoughts?
View 3 Replies
Jun 2, 2010
I'm wondering if there's an app or something I can use to control the chaos that is my app drawer. I keep all my commonly used apps on my Home screens, but when I need to use something less common, it takes me a bit of time to sort through the list and find what I need. I hate that some apps (Where's My Droid, Backgrounds, Gmail Notifier, etc) do little more than give me settings or other one time use functions but still clutter up my app drawer. Ideally, there could be some kind of app that allows me to make folders within the app drawer and reduce the mess a bit. I know there are such things for the Home screens, but does anyone use something similar for the app drawer?
View 1 Replies
View Related
Feb 11, 2010
How to - create custom icons for folders or add shortcuts into App Organizer Groups
I've been playing around with the App Organizer, and been putting things into folders. However, I am trying to do a few things.
Add shortcuts into the groups App Organizer creates, and/or create custom icons for Folders I put on the Home pages.
For example, I have 6 mail accounts (don't ask) and want to put them in a group called mail. Using AppOrganizer, I can only organizer the main mail icon into the group, I want to add the 5 other shortcuts I created for each account. OR I group them into a folder, but I want to change the folder icon to an envelope.
Also, anyone know any good apps that puts email notifications on the top taskbar?
View 5 Replies
View Related
Oct 6, 2012
Are there any launcher other than go launcher that support folders in the app drawer?
View 6 Replies
View Related
Feb 7, 2012
I'm looking for an application to act as a drawer, but that app has the ability to create folders, and I found Organized Drawer EyeLauncher only that the former is really poor and the latter has many problems of instability.
View 3 Replies
View Related
Sep 21, 2010
Looks like LP 7.9 breaks both these apps on my system. When I load, my shortcuts still work, but as soon as I go into Apps Organizer, it crashes and gives me the bug screen. Folder Organizer let me get into the setup once, then it crashed as well.
View 8 Replies
View Related
Aug 27, 2010
How can i create folders inside the menu
so i can put e.x all my apps or the tools etc. in separate folders than all together.
View 2 Replies
View Related
May 20, 2010
Is it possible? I made 2 folders on my home screen and renamed them. But I notice everytime I drag and add an app inside the folder there is no way (at least that I can find) to move them around in the order I would like them to be in. Theres no way to drag them around and organize them without taking them out completely then re adding them in order. Am I doing something wrong? Is this possible? If not with stock folders is there an app that lets me do this?
View 5 Replies
View Related
Jun 19, 2010
Is it possible to create folders inside Applications menu? I know how to create folders on the desktop but not inside, does anyone know how to do that?
View 1 Replies
View Related
Oct 10, 2012
how can I add text inside a circle? the circle is made by Canvas.
View 3 Replies
View Related
Nov 20, 2010
While trying to do a massive clear out to regain space, I see that my Folder Organizer Lite is massive and keeps being updated and getting bigger. I only use it to change icons and have only created two folders. Is Apps Organizer better for such limited use? It appears a lot smaller too. Is it really smaller? Before I delete stuff I want to keep just so I can download App Organizer to try it out, will this app do what I want and be a smaller app? What are the main advantages to keep Folder Organizer?
View 2 Replies
View Related
Jun 21, 2010
Can anybody show me how to make (correct) music folders for my Evo? I made a folder called 'Drake' within my Music folder on my SD card, and when you go to the music app and than the library, both his albums show up (So Far Gone and Thank Me Later) that I've created. I made a folder for 'Kanye West', I made two folders for his album (Good Ass Job and Late Registration) but the album folders aren't showing, just the MP3 inside. What happen to my folders? Did I do something wrong? I did everything for 'Kanye West' folder the same thing for Drake, but only the Drake folder and the content within it are showing up properly.
View 9 Replies
View Related
Sep 7, 2010
I'd like to start getting my music and pictures etc., on my Wildfire. I've got an 8gb micro-SD card. Question is how does the phone read the card? Do I have to set up folders on the card such as Music, Photos, Videos etc., or do I just pile all my files on the card and the phone then sorts out what's what?
View 5 Replies
View Related
Nov 8, 2009
When adding a new folder, it simply states: "Folder" Is it possible to give a folder a name? Modify the name of a folder? Re-name the folder? Once items are dragged into folders, can they be taken out? Dragged out? Deleted while in the folder? Seems I have to delete the entire folder and start over.
View 2 Replies
View Related
Mar 10, 2010
So my layout looks basically like this:
<ScrollView>
<RelativeLayout>
<BunchOfViews/>
<ImageView android:layout_alignParentBottom="true"/>
</RelativeLayout>
</ScrollView>
I have the ScrollView so all of the layout always is visible no matter the height of the screen. The problem is that on a very high screen, I still want my imageview to be at the bottom. However, a child of a ScrollView dont seem to have a defined bottom. The View is placed at the top of the layout. How can I solve this problem in a neat way?
View 4 Replies
View Related
Feb 7, 2010
Is there any way to make embedded folders? I'm wanting to put a folder inside of a folder. I don't see any possible way. Does any one know if it's possible?
View 2 Replies
View Related
Oct 30, 2010
I've been a couple of days trying to solve this thing but I can'f figure it out.The problem is, simple activity, with simple layout, ScrollView -> LinearLayout -> and a lot of buttons inside the layout (within the scroll content). Everything works just fine but one tricky thing. When I click a button let's say at the top of the scroll content and inmediatelly I scroll down to the bottom of the content and I click other button there, nothing happens until I click a second time and all come to normal again.This can be reproduced anytime and it's code independent (i've tried more than 20 scenarios). I've not much experience in android yet but looks like the scroll listener stops the onclick listener or something like that.
View 1 Replies
View Related
Jul 7, 2009
So I've been extremely frustrated by this for a long time now.I've posted before, but can't seem to find a good solution. My goal is to have something pretty much exactly like the installed application details page in the Android Market.I need a list of items displayed along with other content above the list, and would like the content above to scroll up along with the list (exactly like the application details does for the "My Review" and other descriptive info).Due to responses to my previous posts, I came to believe that it really wasn't possible to do this with a ListView.So rather than using a ListView, I refactored my code to use a simple LinearLayout and add individual View items to the list, thinking I could just set each View as clickable and add an OnClickListener to each View in the LinearLayout.That's not working at all though, and now I'm getting even more frustrated.If someone can help me get the OnClickListener working, then I think it'll work, but I do need a separator for the LinearLayout.How do I add a separator like the one used for ListView to my LinearLayout?
View 12 Replies
View Related
Feb 17, 2010
I usually view email with attachments from my pc because I usually lack the time to download the attachment. Today, I had some spare time so I tried to download an attachment. It downloaded fine but when I went to view it, I received a pop-up box to save it to the sd card. After pressing ok, I was told the save was successful but now I can't find it. Aside from pics and videos, how do I access other folders with saved data?
View 6 Replies
View Related
Jul 26, 2010
I can use folder organizer to change icons for my apps but cannot for the life of me figure out how to put my own icons on folders i create, Can this be done? Does anyone know of a how to? I blame the "show us your desire home screen" thread which has kept me non stop changing my screen and icons etc for weeks now, damn u android and your awesome ways.
View 27 Replies
View Related
Sep 20, 2010
What I'm thinking is I would like to have all of my net radio widgets (last.fm, slacker, Pandora) all on my lock screen, but I don't want to use my whole screen on widgets not in use. It might be cool if there was an app that looked like a 1x1 icon on the screen but then expanded to give you what is essentially a home screen. Sort of like how folder organizer lets you house multiple icons under that space of just one on the home screen. Does something like this exist?
View 2 Replies
View Related
Oct 21, 2009
Is there an app which will allow you to reorganize the bookmarks in the stock bookmark widget into alphabetical order?
View 2 Replies
View Related
Oct 11, 2010
I am looking for a contact/calendar app which can be backed up to pc.......
View 3 Replies
View Related
Sep 29, 2010
Does anyone know of a good organizer app for keeping track of your life? Appointments and such. I have the Jorte and I do like it but for some reason it is now linked to my Face book and puts in all my friends birthdays which I do NOT want in there and I can't seem to unlink it. But I would also still appreciate any recommendations so I can check them out to see if they work for me.
View 1 Replies
View Related
May 9, 2010
I'm desperately looking for an app that will integrate a calendar with lists, to do lists and I am willing to pay for it.
Here's what I'd like:
a calendar with daily, weekly, monthly view
To do lists (which can be synched with the calendar and crossed off the list if completed on a scheduled day)
Reminders, alarms, deadlines
Ability to work offline (in case I'm in an area w/o service)
Ability to setup recurring appts
Lists (e.g. grocery, books to read, people who owe me $, etc.) - where I can see ALL the lists in a nice lay out and be able to prioritize within lists
All of the above should have a widget so I can see my calendar/lists from my homescreen
Ability to add comments to any of the above
Does anyone know an app that does all these things? I've tried: TooDo, Astrid, Jorte, etc. Jorte seems to come the closest so far...
View 5 Replies
View Related
May 3, 2010
I want to add a contact just to my phone and not to my gmail account.Whenever I start to add a contact (phone, 208544.menu, +contact, create new contact,) the next thing it forces me to do is to choose an account to create the new contact under and it lists my 3 gmail accounts.I have no option to just put it on the phone.Any ideas here?We do the same thing on the Incredible but it gives us the gmail account and the phone to choose from but not on the Motorola.
View 4 Replies
View Related
Aug 8, 2010
Just downloaded folder organizer and looking for some good different icons too use for my labels and folders.
What icon pack do you suggest?
View 3 Replies
View Related
Aug 9, 2010
I'm trying to customize the contact icons in the app 'Folder Organizer' and seem to be having trouble. Is it even possible to create contact icons in that app? I don't want to see the default blue & white icons, but either the Facebook icons in my address book or simply ones I choose myself.
View 1 Replies
View Related
Jan 17, 2010
I've recently got my hands on HTC Hero which happens to be my first smart phone ever (I was using the ancient Siemens M65 for a long time before that).And I'm currently trying to find a way to at least replicate (I'm not hoping for improving anymore) the organizer functionality I had on my Siemens M65.I've tried Googling, I've downloaded lots of various suggested apps, but I'm still coming up short.So I'll try listing things that I'd *really* like to have in an organizer app and perhaps someone could point me in the right direction.Of note is that I use organizer simply as a reminder engine. I don't plan my days on it, so I could care less for 'event duration', 'finding free time', and such functionality. I just want to have good reminder functionality.Features I'm looking for:
* Selectable snooze period when reminder goes off -- e.g. on my old Siemens I could choose between 5/15/60 minutes and 1 day. This seems to be sorely lacking in most (all?) applications I've checked.
* Easily selectable reminder date & time. Lots of applications seem to use that date/time picker that only has + and - buttons for choosing month/date/hour/minute -- this seems to border on unusable for me. Although if application is otherwise perfect, I can overlook that
* Notification (via widget or notification area or some such) when I have upcoming reminders today (or maybe today and tomorrow similar to HTC's small calendar widget). Smooth Calendar seems to be a good choice for standard Calendar app, but Calendar app itself is not ideal
* List of all reminders I have scheduled. This is something that seems to be absent from default Calendar app.
* Notification about reminders I've missed. Very desirable something that can be seen without waking up a phone (I think it is not impossible for application to blink one of the LEDs in case there's missed reminder). Definitely something that can be seem on home screen. I didn't test default Calendar app extensively in this respect, but it seems to do not display anything at all if you have missed reminder (although it seems to repeat the alarm after 5 minutes or so).
* Repeatable reminders would be nice to have, but it is probably least important item for me.
View 5 Replies
View Related
Oct 13, 2010
Anyone know of a simple organizer app to keep track of books that you've read? I used to have a group in my contacts called strangely "books" on my BB storm. In the notes section I could keep an unlimited amount of information. Now on my Fascinate the notes section is limited and unusable for my needs.
View 7 Replies
View Related