Re: Where do i put Audio Files.
Any idea/help on this greatly appriciated.
Informacja: 2009-05-27
Re: How to query the number of unread SMS
Use this code public static int getUnreadSmsCount(Context context) { String SMS_READ_COLUMN = "read"; String UNREAD_CONDITION = SMS_READ_COLUMN + "=0"; int count = 0; Cursor cursor = context.getContentResolver().q uery( SMS_INBOX_CONTENT_URI,
Informacja: 2009-08-01
Re: Camera causing crash
I don't know if it's the case, but it's possible the camera ONLY captures at full resolution and to get lower resolution you're intended to use the image manipulation APIs... someone will need to confirm this however
Informacja: 2008-10-25
Re: [android-beginners] Re: What will be the next Android phone after G1?
Will by Motorola and Sonny Ericcson. Bye 2008/9/29 Zachary Becker <dani...@gmail.com> -- Alvaro Palacios Palacios Ingeniero Ejecución Informática PUCV
Informacja: 2008-10-01
Re: Language change to Hindi
Please some body kindly suggest...
Informacja: 2012-01-07
Re: [android-developers] Re: Passing a 2 dimensional array to an Activity
If the service is in the same process as the activity, you can use the singleton pattern and have the activity call some method on the service object.
Informacja: 2009-04-01
Porting J2ME applications
i have some applications built on j2me. how do i port it to android.
Informacja: 2008-09-12
Re: Android plugins not appearing in Eclipse (XP)
Thanks Raphael. I was running Classic. I installed the Java version and that fixed it. Maybe that needs to be made clearer in the documentation ? :) Out of curiosity, is it possible at all to get it to work in Classic ? Are there perhaps additional packages that can be installed to allow the Android stuff to work properly ?
Informacja: 2009-05-15
cant studying android
Hi all,I cant understand anything from android. First what we do for studying android. Thanks, Mukesh
Informacja: 2009-01-20
Query phone capabilities
Hi all, Is there an API or various api calls that can tell you the capabilities of a phone? I would like to find out about the SDK version, camera MP, hard keyboard or not, dimensions of screen, and so on. I know some of these things like dimension of screen is available.. just curious about whether or not you can find out if the
Informacja: 2010-02-18
How to Keep focus in a gallery
Hi, I setup background drawable for my gallery. But when I click on the gallery, the item get scrolled, but then the focus background drawable is gone, it ends up showing the default background drawable. Can you please help me understand why this is happening? Thank you.
Informacja: 2009-02-27
Re: Restriction on Android.jar!
I think that problem was using Android 0.9. For people want use FilePart, Multipart and others read the follwing thread [link]
Informacja: 2008-10-05
Re: Need Help To Start From
Hi. I strongly suggest executing the API demo within the emulator and then taking a close look of the source code. API demo comes with emulator, but you can check all the examples by categories in: [link]. I think studying the Views category is a good start. Another option
Informacja: 2008-06-19
[android-beginner] How could I connect my G1 phone to eclips
Hi,all How could I connect my G1 phone to eclips to make on-line debug? Thanks MLKM
Informacja: 2009-02-03
Handle message and thread
Hi Everybody, i have a basic question to raise, i.e. when we use a Handler in an activity thread, does the Handler handles messages in the same thread of its activity thread. I have found that Handler itself takes the Looper object by Looper.myLooper , and this Looper is started by the andoid OS itself to the activity thread just by calling
Informacja: 2009-02-12
How to make SMS composing UI same Like Default.
Hi, I am trying to make user interface same like default sms composing ui screen but unable to make same like that. any one can share xml with me if he/she have developed or give me any idea how to do it. Thanks in advance, Gulfam
Informacja: 2009-05-18
Re: Home Screen Sample
I got the same issue, and found there is no file named favorites.xml in /system/etc/ This sample is designed to add the favorite applications into a bar bottom the screen, but I don't what are the favorite applications in android, and don't know how to favorite the application any way. Any body, any idea?
Informacja: 2009-07-04
How to make games faster? Using view and redraw is way to slow it seems.
I have done a simple game where I draw on a View and use invalidate() to force onDraw to be called. This however doesn't seem to scale at all since even for this little game it is quite slow. So what is the solution, to use openGL? that is what all games should? and then I should use frames rather than redrawing?
Informacja: 2009-05-18
Android License
Hello, New guy here, sorry to ask stupid questions but..... If I want to make a phone from scratch (hardware included) where the software part is Android from Google. Do I need to sign any license agreement or pay some kind of licensing fee to Google first before I can use Android? Or, do I just download android from the web and start using it on my
Informacja: 2008-10-14
WORKED AROUND (was Re: [android-developers] Re: TERRIBLE BUG: aapt crashes on Windows)
HOW HORRIBLE bug is this?!?!?! I started experimenting what would happen if I comment out an activity, and so I did - I commented out a RANDOM activity in AndroidManifest.xml and WHAT THE ..., the build SUCCEEDED. And I just sensed that this bug is SO RIDICULOUS that I should probably remove the comment, but simply add a few blank lines to the
Informacja: 2009-03-26