hey, i\'m new to android and i have a slight problem. i\'m trying to put together a listview with images are loaded through a URL. this works so far, but the images wont show up. logcat says this:
I am making a icon for my app.. The app is basically a frien开发者_如何学God finder. I am creating a overlay that looks much like the icons from Google Latitude. I have an image that changes due to th
I\'m having a problem converting an image to a Drawable object. I\'m converting the image using: public Drawable LoadImageFromWebOperations(String url) {
I\'m working on adding support for tablet sized screens to my apps. I already have images in drawable-mdpi and drawable-hdpi for different density screens. My problem is with tablets like the Galaxy 7
I want to set a View background that is a regular grid of vertical stripes. The stripes alternate between two colors. (For example, across a single row, there might be 6 pixels of light gray followed
I am able to display a map for a specific area with the drawable icon showing the exact location. The problem is I don\'t see 开发者_JAVA百科any text next to the marker like you do with google maps. I
I\'ve been through this post (and others) as well as through the documentation about supporting different screen resolutions in Android, but I couldn\'t find a clear answer to a (simple) question:
I have an app which operates a large quantity (~100) of bitmaps - i.e. music cover art. Bitmaps are used in two ways - as a large background and a small (50dip) icon.
I have a database holding a lot of static data for my current application.One of the tables in the database gives various information about a list of items.It would make sense for it to hold a referen
I was just wonde开发者_运维技巧ring if there was a way to change the opacity of the background image for a View (ie. TextView, etc.).