Android :: Is There A Standard List Of Android Icons For Our Apps?

Feb 27, 2009

for example: for error dialogs, confirm dialogs, progress > I looked in the res/drawable in the android.jar but couldn't see > thumbnails to determine what they look like.

Android :: Is there a standard list of android icons for our apps?


Android :: Standard Power Widget Icons

Nov 9, 2010

Does anybody know where to get the standard power control widget icons from?

View 8 Replies View Related

Android :: Aapt Error With Standard Menu Icons Resource Is Not Public

Jun 3, 2009

I've been trying to include standard android icons in a menu XML file, as described in Android Icon design guidelines. However the build fails with the following errors : [2009-06-04 00:00:31 - Laser] W/ResourceType(16578): Bad XML block: header size 2475 or total size 0 is larger than data size 0 [2009-06-04 00:00:31 - Laser] /home/niko/dev/workspace/Laser/res/menu/ main.xml:4: ERROR Error: Resource is not public. (at 'icon' with value '@android:drawable/ic_menu_play_clip'). [2009-06-04 00:00:31 - Laser] Unknown error: The only threads I could find with this error were about rebuilding android platform xml files. Any idea about what I could have missed?

View 5 Replies View Related

Android :: Is There A List Of Standard Intent Specifications?

Nov 14, 2009

I'm looking into getting my application to show up when the user tries to 'share' a picture via the Gallery application I can't, however, find any information about how exactly to go about this. I get that I need to declare an intent filter for the SHARE action, what I can't seem to find is how the Gallery wants to send out the selected image. http://android-developers.blogspot.com/2009/11/integrating-applicatio... documentation is key indeed.

View 6 Replies View Related

Android :: What Is Standard Way Of Keeping List Updated With Database

Aug 23, 2010

I have a database, a ListView, and a CustomCursorAdapter that extends CursorAdapter. A menu button adds an item to the database. I want the ListView to update and show this change. Normally it doesn't show this new item until i go to the homescreen and reopen the application.

I did eventually get it to work by calling cursor.requery() or mCustomCursorAdapter.changeCursor(newCursor) whenever I added a new item, but when I set autoRequery to false in the CursorAdapter constructor, it worked just the same. Why does it update correctly when autoRequery is set to false?

Am I using CursorAdapter correctly? What is the standard way of keeping the list updated with the database? And what does autoRequery do?

View 2 Replies View Related

Android :: Standard Android Menu Icons For Example Refresh

Apr 21, 2010

The android sdk offers the standard menu icons via android.R.drawable.X, however some standard icons, such as ic_menu_refresh (the refresh icon), are missing from android.R.Is there any way to get the original icons, maybe by extracting them from the applications? I already checked the Android source, but it's a bit too huge to look everywhere for the images.I know the androiddrawableexplorer website, but I would like to get the correct hdpi, mdpi and ldpi version, preferable the original ones.Do you have any idea?

View 2 Replies View Related

Android :: Standard Selection Color When Clicking On A List Item

Mar 11, 2009

I'd like to use the standard selection color when clicking on a list item. Where do I get it from?

View 3 Replies View Related

General :: (CM7 / ADW) How To Restore Standard Dock Icons?

Feb 29, 2012

I accidentally deleted all 3 icons out of the standard dock bar at the bottom (CM7) and want to reinstate them.

When trying to reinstate the "contacts" button, I can't find the proper ADW-launcher icon for it. Where are these located, how can I chose them?

View 3 Replies View Related

HTC Incredible :: Launcher Pro - Using A Standard Clock Some Icons And Other Options

Aug 4, 2010

I must say LP is kinda cool, gives you a different feel of the phone. Right now i'm only using one screen, and 1 dock (not multiple dock screens), but i guess i'm just trying to find out if this is actually any different than the normal senseUI. I see there are limited icons, and we can either use the LP icons, or the default icons, but maybe there is an expansion pack for LP that i'm not understanding? Also, what are you guys using as a clock. With LP, i can only add the analog clock, or other wigdet clocks i've downloaded, but can't load 10 clocks that came with the phone. I'm assuming those are senseUI clocks, and will not work with LP. Should i download clock widgets that will work with LP? Also, since i'm only using 1 screen, and 1 dock, and i really not utilizing LP to the max here ? I should be using the dock more, and using it for more applications to quickly pull up right? Does anyone have any advice on how to customize it a little bit to make the experience more enjoyable, or make it worth the while ?Also, battery life? Any difference? Is it the same? I have ATK that i run every once in a while to kill some buggy apps/games, I noticed that LP is running and taking up a good amount of resources, has anyone reported a really bad battery due to LP being installed?

View 7 Replies View Related

Android :: Standard Android Icons & Images

Nov 6, 2009

I notice that most apps that come with the OS use a standard look and feel, with common icons and images for common tasks. For example, when data is being loaded, you see the "Loading" text with the green revolving arrow to indicate that something is happening, or when you are asked if you want to take a photo, you see the gray camera icon image. I have also seen private apps downloaded from the market use these same icons. So.
1) Are these images available for our use? I'm sure my apps would look more pro if they used them.
2) Is it recommended that android developers follow the standard look and feel in their apps?

View 4 Replies View Related

Android :: Call Contact List On Non-standard Android Phones

May 25, 2010

I am creating a widget that you can assign a contact to onClick. I used the method that is described here. This works great on standard Android phones such as the Motorola Droid, HTC Nexus One and HTC G1. The problem is for users who are using devices such as the HTC Incredible or HTC Droid Eris (Both running Sense UI) and I imagine on other phones who's OS deviates from the vanilla flavor of Android.Using my current method I thought that the device's OS would hook into whatever that manufacture chose to use for their Contact system however users are being sent to a random list of numbers, not their Contact list. Does anyone have a suggestion on how to get those Contacts or is this just another example of the Android fragmentation issue?

View 1 Replies View Related

Android :: Want Keyboards Apps To Improve Standard X10 Keyboard

Aug 3, 2010

Does anybody know any keyboards apps which are an improvement to the standard X10 keyboard. I used to have a great one, which showed the voice input on every single text input screen, but since i had to restore my phone, Ive lost it.

View 3 Replies View Related

Android : Browse Networkshare - Standard Apps Installed

May 25, 2010

just got my Desire last week. Fantastic phone I have to say. One thing I haven't been able to find out yet is whether or not you can connect to a fileshare for e.g. pcsharename I know this works on a HD2, but that's a Windows phone. I noticed thewre is a VPN connection option. One would think that you should be able to connect to a network fileshare. Does any one know if this is possible with the standard apps installed or do I need an app from the Market?

View 2 Replies View Related

Android :: Double Icons In Applications List

Nov 20, 2010

I'm noticing that there are double icons for an application I recently built. Is this being caused by an issue in my manifest? Or is this an artifact from a previously deleted rev of the apk?

View 1 Replies View Related

Android :: Designing Screens / Icons Display For List View

Sep 29, 2010

I never do graphics type programming. I'm designing a screen that will need to look good on all phones, and all resolutions. It's for displaying in a list view, and there will be a small graphic for the summary view, and a larger graphic for the detail view. Normally I use a 32x32 (res 72x72ppi).png for the summary view which looks good on my G1. The second image is for the detail view and it basically should fill the entire width of the screen (roughly, it's ok if it doesn't use the entire width as long as none of it is chopped off). The size I use for my G1 is 468x60.

So, the question for the guys that really know this stuff is: What sizes do I need to make these images to support all screens and densities with the fewest number of images? I know that the answer is a little subjective, but I remember seeing a post with a link to a page that recommended 3 different images for the different screens (and it seemed to make sense when I read it), and I think but don't remember for sure that then you would need 6 layouts to support those with both landscape and portrait orientations.

View 11 Replies View Related

Android :: Android: Options Menu More-list With Icons

Sep 7, 2010

I love how Android automaticly displays a number of menuitems in the options menu and when there are too many for your screen, it displays a 'More' button. I'd like to keep it that way, but the menuitems in the popup that you get when you press 'More' don't have the menuicons. Is there a way that I can overrule this? If not, how can I display my own popup when the user clicks 'More'? I still want that Android figures out how many menuitems fit on the users screen.

View 1 Replies View Related

HTC Hero :: Need To Get Web Standard Browsers Apps?

Dec 4, 2009

What are some good web browsers apps? & what makes them better than the standard browser?

View 5 Replies View Related

HTC Desire :: Is There A List Of Icons Anywhere?

Sep 16, 2010

Is there a list of icons, with a description of what they're for, anywhere the ones that appear at the top of the screen?

View 2 Replies View Related

HTC Incredible :: List Of Icons

Aug 14, 2010

I thought I saw a list of what icons I might see at the top of my DI.

View 5 Replies View Related

HTC Incredible :: Copy And Paste In Standard Apps

Jun 17, 2010

I will be receiving my Incredible tomorrow and have a question about copy and paste. I am coming off an iPhone 3G where you can copy and paste in pretty much all of the applications. My question is: which standard applications (applications that come pre-loaded on the phone) can you utilize the copy and paste functionality? Is it done differently within certain apps or is there a standard proceedure throughout?

View 7 Replies View Related

HTC Incredible :: Deleting Standard Apps From 2.2 Dinc

Sep 2, 2010

I got the 2.2 dinc froyo update. Now, how do I get rid of icons for apps off the desktop that I will never use?
3g mobile hotspot
City ID
pandora
Teeter
VZ navigator

View 3 Replies View Related

HTC EVO 4G :: Bookmarks View - List Instead Of Icons - How To Do It

Aug 15, 2010

Bookmarks view: List instead of Icons. How to do it.For HTC EVO 4G (2.2)How to change the appearance of your bookmarks from the large Icons Grid style, to the smaller, but readable List style. The List style lets you see more of your bookmarks.
1. Go to the Home Page titled Bookmark¯.
2. Select this page by pressing on the word Bookmarks¯, and lingering your finger on it until it turns red,
then drag your finger to the bottom of the screen.
The bookmarks will disappear, and the screen will be empty.
3. Again, press and linger your finger into the middle of the empty screen, and a screen will appear with selections.
4. Select Widget. Another list will appear, of the various widgets.
5. Select Bookmarks HTC. You will note the text at the top of the screen, Select a widget style (1 of 2)¯.
6. If you like the existing thumbnail view, then press the Select¯ button at the bottom of the screen..
7. If you would rather have the bookmarks appear as a list, then press the arrow (>) at the bottom of the screen
8. If you like the list style, then press select.The system will now load your bookmarks as the List¯ style.
Note that if you had saved your own set of bookmarks before beginning this process, then your new list of bookmarks will reflect all of the bookmarks you had previously chosen when surfing the webyou do NOT lose your bookmarks.

View 9 Replies View Related

General :: Remove Apps From Android Apps List?

Mar 7, 2012

Is there a way to remove apps from My Android Apps list, on Android Market / Google Play? I have a few hundred in my list and a few dozen of those are apps I plan to never install again. I'd like to remove them from my list in the Market/Play. I've already uninstalled them from my phone.

View 10 Replies View Related

Samsung I7500 :: How To Delete Useless Apps From Standard ROM?

Oct 8, 2010

Like google talk, voice, search blah blah, my uploads (what is that)i want to limit my startup apps without using third party software like startup auditor etc. Any thought?And how do i stop the market and messaging to start on their own? And how do i get rid of inFECT's adw dark sense and go back to the standard android home?(im on galaxo, and i dont want to wipe or stuff like that)What is JIT Dalvik Froyo for Galaxo?

View 16 Replies View Related

Sprint HTC Hero : Does USB Standard Have A Standard Power Output?

Oct 26, 2009

so i made a wonderful discovery this weekend that my phone will take a charge from my CD deck in my car that has a USB jack. my concern is, that it may end up damaging the phone somehow and i was beyond paranoid. does anyone know if it is a safe thing to do? Does the USB standard have a standard power output?

View 6 Replies View Related

Android :: Is There A Way To Get Icons For Apps On Market?

Aug 22, 2009

Just wondering if it is possible to get icons for applications on the Android Market? For example, if there is an application called "com.mycompany.someapp", is there a way to programmatically grab an image (icon) for that application either through an Android API or by simply downloading it from someplace on the net? I know it is possible to get the icon for an installed app using the PackageManager API; however, I don't believe that works for apps that are not installed. Failing that, since PackageManager can get a list of icons for installed applications, it should be possible to compile a fairly comprehensive list by creating an app that queries the PackageManger and uploads all the installed app icons to a webserver. That's not as nice as a true API, but it seems like it would work reasonably well. Can anyone think of anything particularly wrong with that approach?

View 2 Replies View Related

Motorola Droid X :: Way To Have LP Show Unread Mail / Messages With Non-standard Apps?

Sep 2, 2010

Instead of the default apps (such as gmail or text messaging), I use k-9 mail and handcent and as such, have gmail set to not receive email, and text messaging to not use notifications. Is there any way to have LP show unread mail or messages with non-standard apps? If so, how?

View 5 Replies View Related

HTC Droid Eris :: Contact Icons In People List Disappear

Oct 8, 2010

Ever since I got my phone (January of this year) my contact icons will disappear randomly. I think it has to do with the facebook sync because all the other icons that I took pictures for are fine. My "People" list is just messed up in general - the update status shows up under the wrong contact icon, it never loads properly, really laggy, and the contacts who are facebook linked randomly show up and disappear. My phone is completely optimized for speed and performance. Its been almost one year and I still cant figure it out.

View 4 Replies View Related

Android :: How Can I Have A List Of Icons In My Android App

Nov 15, 2010

can any one suggest how can i have a list of icons like browser icon,email icon and contacts icon upon clicking on those it should lead to android browser,email and contacts apps respectively right now i have done it, upon clicking buttons. Now i want icons(with image and text) instead of buttons.

View 5 Replies View Related

Android :: Missing Apps Icons When Installed Via HTC Sync

Dec 10, 2009

I seem to be having problems locating icons for apps installed via HTC Sync.

After installation, icons for the programs don't appear in the programs list. I've confirmed they're installed, as they show up in the manage apps list. Any programs installed via the Market show up on the programs list.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved