Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Android Developers | Forum profile

Forum profile page for Android Developers on http://androidforums.com. This report page is the aggregated overview from a single forum: Android Developers, located on the Message Board at http://androidforums.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "Android Developers" on the Message Board at http://androidforums.com is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: Android Forums - Android Developers (site profile, domain info androidforums.com)
Title: Android Developers
Url: http://androidforums.com/android-developers/
Users activity: 14 post per thread
Forum activity: 68 active threads during last week
 

Posting activity on Android Developers:

  Week Month 3 Months
Threads: 68 260 473
Post: 90 353 674
 

Android Developers Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
wige
10
user's latest post:
How to get an update with the...
Published (2009-12-22 09:31:00)
Typically, you would look for a server that provides an XML file that you can download and parse to get the information. You would request that XML file and pass it to the SAX parser to process.
suran37
9
user's latest post:
Having problems with the Menu
Published (2009-12-20 22:00:00)
Ok so first off I my app displays images. I have a button the change the date, and the app fetches the image that corresponds to the date selected. Now I am trying to add a Menu to save the image displayed, email me an image that the user can select, and one last one to clear the cache, so It doesn't hog all the memory. First, off it is displaying the image in a webview if it matters. Any help on how to do any of these is appreciated I...
trackaroo
4
user's latest post:
Send an Image, ACTION_SEND
Published (2009-12-18 11:48:00)
Can you post your code snippet? I'm curious as to what you did. Thanks. Jeff
MountainX
4
user's latest post:
Returning contact details from...
Published (2009-12-20 12:07:00)
I've been doing a lot of Googling. Here's one good thread I found: Working with the new ContactContracts API - Android Developers | Google Groups I am trying to figure out the best approach to contacts code that will run on all Android versions. I've pretty much ruled out reflection. I'm actually considering the two binaries approach... as bad as that can be.
vivart
4
user's latest post:
Subscripts in textview
Published (2009-12-22 10:39:00)
I have tested again.Both ways are working fine at least on emulator. can you provide some more details like which string your are using , what output you are getting.
AndroidEd
3
user's latest post:
Help needed in eclipse
Published (2009-12-20 02:42:00)
Thanks, but I noticed something. While I am in the project, on the left side where all the elements are, I don't have ProjectName. Java ? Any thoughts?
JoshKraker
3
user's latest post:
How to get an update with the...
Published (2009-12-20 19:00:00)
Are you asking how to retrieve data from a internet location? Is it a webpage or ...?
airswit
3
user's latest post:
listactivity not responding to...
Published (2009-12-21 17:58:00)
Hi All, I have a ListActivity with a custom layout, but when i overload onListItemClick method, the code is not called. can anyone help?! XML code for the list item's layout: Code: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content"...
hannkwang
3
user's latest post:
Monitor storage area
Published (2009-12-21 22:30:00)
Are there any methods to monitor the storage area? I will like to find out if anyone has [say] taken any pictures or recorded a voice recording. Any advice is much appreciated!
gstein1231
3
user's latest post:
Subscripts in textview
Published (2009-12-22 20:17:00)
Got it. It just doesn't show up as working in the Eclipse layout preview. Thanks man!
 

Latest active threads on Android Developers::

Started 7 months, 2 weeks ago (2009-05-13 13:14:00)  by devolio
Window -> Preferences -> Android and browse to the SDK folder.
Thread:  Show this thread (5 posts)   Thread info: Change path to sdk in eclipse Size: 68 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Change path to sdk in eclipse :: Android Developers :: Android Forums"
Started 2 months ago (2009-10-21 03:12:00)  by serdaraytac
Why do you use C++ What is your destination ?
Thread:  Show this thread (4 posts)   Thread info: cnnot build a simple app Size: 52 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: cnnot build a simple app :: Android Developers :: Android Forums"
Started 4 days, 3 hours ago (2009-12-22 04:33:00)  by KlaymenDK
Isn't that automatic, standard behaviour? If your device has no physical keyboard, and you tap a field, the virtual keyboard should pop up automatically (regardless of orientation).
Thread:  Show this thread (3 posts)   Thread info: Virtual keypad in landscape mode Size: 313 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Virtual keypad in landscape mode :: Android Developers :: Android Forums"
 

Hot threads for last week on Android Developers::

Started 1 week ago (2009-12-18 09:02:00)  by wige
When you go to the new Project Wizard, is there a folder "Android"? If so, what happens when you select "Android Project"?
Thread:  Show this thread (6 posts)   Thread info: Help needed in eclipse Size: 142 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Help needed in eclipse :: Android Developers :: Android Forums"
Started 4 days, 7 hours ago (2009-12-22 00:15:00)  by vivart
From java code you can do like this Code: textView = (TextView) findViewById(R.id.TextView01); textView.setText(H tml.fromHtml("H<sub>2</sub>O")); if you want to do this from xml resource add this line in string.xml Code: <string name="textViewl">H<sub>2</sub>O</string> do not forget to add some bottom padding Code: android:paddingBottom="5dip"
Thread:  Show this thread (5 posts)   Thread info: Subscripts in textview Size: 1,301 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Subscripts in textview :: Android Developers :: Android Forums"
Started 6 days, 10 hours ago (2009-12-19 21:40:00)  by wige
In the SDK/ADV manager, try unchecking the box for SSL, and connect normally, that should allow you to download the packages (had the same issue in Win 7). See if doing it this way corrects the problem, if not I'll try to replicate when I rebuild my dev environment.
Thread:  Show this thread (3 posts)   Thread info: Eclipse and Android SDK Question (Vista) Size: 266 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Eclipse and Android SDK Question (Vista) :: Android Developers :: Android Forums"
Started 2 weeks, 4 days ago (2009-12-08 06:17:00)  by Broto25
anyone???
Thread:  Show this thread (5 posts)   Thread info: Returning contact details from ContactsContract Size: 9 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Returning contact details from ContactsContract :: Android Developers :: Android Forums"
Started 5 days, 14 hours ago (2009-12-20 17:31:00)  by KeithG
Quote: Originally Posted by cvance383 it is only for certain files (yes they are all mp3s) and only on the droid. Anyone have any ideas why these songs would hang? compare the mp3 encoding info on the files? First thing I'd check is to see if the ones that don't work are VBR or CBR.
Thread:  Show this thread (3 posts)   Thread info: Droid specific audio streaming issues Size: 916 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Droid specific audio streaming issues :: Android Developers :: Android Forums"
Started 4 days, 19 hours ago (2009-12-21 12:26:00)  by 28064212
Short answer, no. At least, you couldn't do it without the phone-owner's consent, and they would have to download an app and install it on their phone. It's not possible to do it remotely
Thread:  Show this thread (3 posts)   Thread info: Block camera apps Size: 187 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Block camera apps :: Android Developers :: Android Forums"
Started 5 days, 13 hours ago (2009-12-20 19:00:00)  by JoshKraker
Are you asking how to retrieve data from a internet location? Is it a webpage or ...?
Thread:  Show this thread (4 posts)   Thread info: How to get an update with the server? Size: 85 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: How to get an update with the server? :: Android Developers :: Android Forums"
Started 4 days, 3 hours ago (2009-12-22 04:33:00)  by KlaymenDK
Isn't that automatic, standard behaviour? If your device has no physical keyboard, and you tap a field, the virtual keyboard should pop up automatically (regardless of orientation).
Thread:  Show this thread (3 posts)   Thread info: Virtual keypad in landscape mode Size: 313 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Virtual keypad in landscape mode :: Android Developers :: Android Forums"
Started 6 days, 10 hours ago (2009-12-19 21:33:00)  by wige
It is not a problem I have experienced personally. Could you provide additional information? Which image are you using, what version of Eclipse, what operating system is on your dev computer, what error messages you get, or what you are doing when you experience a crash?
Thread:  Show this thread (2 posts)   Thread info: android SDK emulators often crash Size: 271 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: android SDK emulators often crash :: Android Developers :: Android Forums"
Started 2 weeks ago (2009-12-12 00:55:00)  by JoshKraker
Ok, so I gave in and tried saving the image to the sdcar first anf then creating a file URI using the following code Code: // Omitted Class ... public Uri getThumbFileUri() { if (getThumbBm() == null) return null; File F = new File("file:///sdcard/MyProject/Images/Thumbs/" + PicId + ".jpg"); Uri U = Uri.fromFile(F); return U; } ...
Thread:  Show this thread (7 posts)   Thread info: Send an Image, ACTION_SEND Size: 1,925 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Send an Image, ACTION_SEND :: Android Developers :: Android Forums"