Re: [android-developers] Can't able to install google play billing

2012-06-19 Thread TreKing
On Mon, Jun 18, 2012 at 11:19 PM, Sandeep Venkat sand...@believecreative.in wrote: I can't able to install Google play billing in android4.0 through SDK manager.Can anyone help me out!!! You need to provide a little more information so we know what you're actual problem is. Like *why* you

Re: [android-developers] Login screen in offline mode

2012-06-19 Thread TreKing
On Mon, Jun 18, 2012 at 11:52 PM, Sandeep Venkat sand...@believecreative.in wrote: could anyone tell me how to store user details entered in registration screen in offline mode into sqlite? Take the data the user entered then put it in a SQLite database (possibly encrypted). If you want a

Re: [android-developers] reading pdf in android emulator

2012-06-19 Thread asheesh arya
just go through this link http://stackoverflow.com/questions/3831019/how-to-read-a-pdf-in-android -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] Re: Example on how to use Scroller in an activity

2012-06-19 Thread kishore
Hey Guys... You must have a look at the below link : http://stackoverflow.com/questions/5495855/android-scroller-animation Thanks, Kishore On Thursday, 21 January 2010 14:49:46 UTC+5:30, Sonic.. wrote: Hello I tried googling for any example on how to use Scroller for doing manual handling

Re: [android-developers] image format for android games

2012-06-19 Thread F.Stein
realh, This book is old enough to be a carrier of facts. Facts in this book is simply old. There are many devices support 32bit RGBA pixel format. Only old or very-low-end devices can't support RGBA_ pixel format. Use this

Re: [android-developers] reading pdf in android emulator

2012-06-19 Thread kampy
stack trace : 06-04 11:15:55.934: D/dalvikvm(333): GC_EXTERNAL_ALLOC freed 48K, 53% free 2549K/5379K, external 1625K/2137K, paused 70ms 06-04 11:15:56.244: D/dalvikvm(333): GC_EXTERNAL_ALLOC freed 1K, 53% free 2548K/5379K, external 2988K/3732K, paused 63ms 06-04 11:16:01.585:

Re: [android-developers] Using custom Content Providers

2012-06-19 Thread Per-Jarle Sæther
Thank you for good explanation Best regards Per-Jarle On Mon, Jun 18, 2012 at 5:01 PM, Mark Murphy mmur...@commonsware.comwrote: If the ContentProvider has an android:permission, android:readPermission, or android:writePermission attribute in its provider element in the manifest, then the

[android-developers] OnAudioFocusChangeListener is not working as expected

2012-06-19 Thread pushpa nc
Hi all, I am developing an application, where i need to capture the timestamp of music starts and ends. For that have used OnAudioFocusChangeListener, and request for AUDIO_GAIN event. Below is my code. public class AudioManagerExample extends Activity implements OnAudioFocusChangeListener{

[android-developers] read (and opt. write) PDF metadata

2012-06-19 Thread Alessandro Pellizzari
Hi all, I am looking for a library to use in my Android app that reads (and optionally writes) only the PDF metadata (author, title, publisher, year, etc.) I don't need parsing or rendering of the PDF contents. Only the metadatas. Is there something small or must I use a full-featured

[android-developers] Andengine Tutorial,Template,assets etc.

2012-06-19 Thread İsacan Akkoca
Hi everyone, Are you know or have andengine tutorial,template or any assets.? Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group,

[android-developers] refresh list

2012-06-19 Thread Live Happy
i have list based on cursor adapter but the problem is when i add new item to the database i cant refresh the list, i try many way re-query the cursor and then notifyDataSetChanged.but not work so how i can refresh the list -- You received this message because you are subscribed to the Google

[android-developers] Fwd: گزارش عملكرد-109

2012-06-19 Thread hosein bitaraf
-- Forwarded message -- From: خيريه همت hemmat1...@gmail.com Date: 2012/6/19 Subject: گزارش عملكرد-109 To: -- * _* *بسم الله الرحمن الرحیم* * * گزارش عملكرد-109 http://sandoghhemat.ir/post-161.aspx اللهم صل علي محمد و آل محمد و عجل فرجهم سلام و صبح

Re: [android-developers] reading pdf in android emulator

2012-06-19 Thread kampy
hi i tried this one also but didnt get the appliation executed On Tuesday, June 19, 2012 11:34:36 AM UTC+5:30, asheesh arya wrote: just go through this link http://stackoverflow.com/questions/3831019/how-to-read-a-pdf-in-android -- You received this message because you are subscribed to

Re: [android-developers] Question about AccountManager and OAuth authentication with Google App Engine

2012-06-19 Thread Francois Masurel
Hi Nokolay, Thanx for your answer. I'm already using OAuth 1.0 with my Android/GAE app. I guess I'll have to go back to ClientLogin until GAE becomes OAuth 2.0 compatible. François On Tuesday, June 19, 2012 5:58:51 AM UTC+2, Nikolay Elenkov wrote: On Tue, Jun 19, 2012 at 12:57 PM, Nikolay

Re: [android-developers] reading pdf in android emulator

2012-06-19 Thread David Olsson
How did you add the library to your project? On Tue, Jun 19, 2012 at 10:17 AM, kampy narasimha1...@gmail.com wrote: hi i tried this one also but didnt get the appliation executed On Tuesday, June 19, 2012 11:34:36 AM UTC+5:30, asheesh arya wrote: just go through this link

Re: [android-developers] reading pdf in android emulator

2012-06-19 Thread kampy
i added to the jar file to the build path and added the jar file to the lib folder in the project . but both didnt work for me On Tuesday, June 19, 2012 1:51:06 PM UTC+5:30, David wrote: How did you add the library to your project? On Tue, Jun 19, 2012 at 10:17 AM, kampy

Re: [android-developers] How to get view for selected item in a ListView

2012-06-19 Thread praveenb
Thank you somuch. That solved my issue with listview. On Saturday, 10 March 2012 01:38:03 UTC+5:30, MagouyaWare wrote: Nope... you've got it backwards. It would be: getListView().getChildAt(50 - getListView().getFirstVisiblePosition())) Thanks, Justin Anderson MagouyaWare Developer

Re: [android-developers] reading pdf in android emulator

2012-06-19 Thread David Olsson
Have you really followed all steps in: http://stackoverflow.com/a/3643015/824914 ? The folder should be called libs On Tue, Jun 19, 2012 at 10:28 AM, kampy narasimha1...@gmail.com wrote: i added to the jar file to the build path and added the jar file to the lib folder in the project .

Re: [android-developers] refresh list

2012-06-19 Thread Narendra Singh Rathore
On Tue, Jun 19, 2012 at 1:38 PM, Live Happy livehap...@gmail.com wrote: i have list based on cursor adapter but the problem is when i add new item to the database i cant refresh the list, i try many way re-query the cursor and then notifyDataSetChanged.but not work so how i can refresh the

Re: [android-developers] Trying to use the ListView

2012-06-19 Thread Felipe Monteiro de Carvalho
On Monday, June 18, 2012 7:26:47 PM UTC+2, MagouyaWare wrote: I need it to be 100% pure code, without any kind of XML Just out of curiosity, why? From my experience it is much much easier to use XML layouts unless there is a really really good reason not to... I am not writing a Java

Re: [android-developers] Trying to use the ListView

2012-06-19 Thread Felipe Monteiro de Carvalho
On Tuesday, June 19, 2012 4:43:10 AM UTC+2, TreKing wrote: You don't know Java or how to use your IDE well enough. I am not using any Java IDE, I am using a script to compile the project and I don't plan on changing that. Yes, I am not familiar enough with Java to use those complicated

Re: [android-developers] reading pdf in android emulator

2012-06-19 Thread Deepa M
Please add your PDFbox Library by Creating new folder called libs and put those library jar in to that and then build so all jar file ka classes will be found On Tue, Jun 19, 2012 at 2:04 PM, David Olsson zooklu...@gmail.com wrote: Have you really followed all steps in:

Re: [android-developers] refresh list

2012-06-19 Thread Narendra Singh Rathore
Just use this, where you want to refresh your list/activity. finish(); startActivity(getIntent()); -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] refresh list

2012-06-19 Thread Live Happy
refresh activity is not good solution coz i update the database from the same activity and i want the databe to be refreshed after a button clicked not all the acitvity On Tue, Jun 19, 2012 at 11:34 AM, Narendra Singh Rathore nsr.curi...@gmail.com wrote: On Tue, Jun 19, 2012 at 1:38 PM, Live

Re: [android-developers] refresh list

2012-06-19 Thread Narendra Singh Rathore
On Tue, Jun 19, 2012 at 2:27 PM, Live Happy livehap...@gmail.com wrote: refresh activity is not good solution coz i update the database from the same activity and i want the databe to be refreshed after a button clicked not all the acitvity All right, then you must use notifydatasetChanged

Re: [android-developers] Trying to use the ListView

2012-06-19 Thread Felipe Monteiro de Carvalho
Basically, putting my problem into simpler words I need the following: A ListView created completely programmatically (no XML at all) and which can display items with a Title and a smaller Description. I have found lots of examples for programatically creating a ListView, but they all use

[android-developers] how to get feed back from user ??

2012-06-19 Thread ala hammad
hello all , i want to get feed back from user and set it in app page in google play .. any idea to do that ... -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

Re: [android-developers] Re: i need control users my app ??

2012-06-19 Thread raju
cdan anyone give or rather provide docs for junit testing in andriod and how to test activities migratin test cases -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

Re: [android-developers] how to get feed back from user ??

2012-06-19 Thread Harri Smått
Use proper email and ask people to use it? Ask (beg) for ratings with comments? Beyond these at least I'm not aware of other options. -- H On Jun 19, 2012 12:53 PM, ala hammad 3la2.7am...@gmail.com wrote: hello all , i want to get feed back from user and set it in app page in google play ..

[android-developers] Re: how to get feed back from user ??

2012-06-19 Thread ala hammad
thank you for your response but i want to get feed back about app is it good or bad .. and need to post it in user review in google play .. On Tuesday, 19 June 2012 12:53:50 UTC+3, ala hammad wrote: hello all , i want to get feed back from user and set it in app page in google play .. any

Re: [android-developers] Andengine Tutorial,Template,assets etc.

2012-06-19 Thread Harri Smått
Did you check AndEngine forums already? There seems to be some discussions on this topic. -- H On Jun 19, 2012 11:05 AM, İsacan Akkoca www.isacan@gmail.com wrote: Hi everyone, Are you know or have andengine tutorial,template or any assets.? Thanks. -- You received this message because

[android-developers] A very strange issue, while launching an activity.

2012-06-19 Thread Put_tiMe
I have two activities, A and B. By default, A shows up, and upon pressing a button, B is shown. What happens sometimes is that, in A, when I press the button to bring up B, the transition happens, I even see the B's title. But it immediately exits. I don't do any code changes. I just reinstall

Re: [android-developers] Re: how to get feed back from user ??

2012-06-19 Thread Harri Smått
Do you mean you want to ask user review within your application and send it as a rating to Google Play? In this case I think closest you can get is opening Google Play for the user. -- H On Jun 19, 2012 2:13 PM, ala hammad 3la2.7am...@gmail.com wrote: thank you for your response but i want to

Re: [android-developers] A very strange issue, while launching an activity.

2012-06-19 Thread Saurav
There has to be some log, with some error. (I do not mean stack trace). Look into logcat more carefully. Are you doing very heavy processing work in Activity B? Does any of you activities involve Camera? Please be more explicit. Try logging from both the activities. Find out which part/function

[android-developers] Re: A very strange issue, while launching an activity.

2012-06-19 Thread Put_tiMe
Ok, I got the logcat output: What do the highlighted lines mean? D/dalvikvm( 4163): GC_CONCURRENT freed 455K, 43% free 4646K/8071K, external 0K/0K, paused 6ms+8ms D/dalvikvm( 4163): GC_CONCURRENT freed 619K, 43% free 4637K/8071K, external 0K/0K, paused 5ms+7ms D/dalvikvm( 4163): GC_CONCURRENT

[android-developers] Re: how to get feed back from user ??

2012-06-19 Thread ala hammad
need to redirect to user review when user select rate my app ... On Tuesday, 19 June 2012 12:53:50 UTC+3, ala hammad wrote: hello all , i want to get feed back from user and set it in app page in google play .. any idea to do that ... -- You received this message because you are subscribed

[android-developers] Applying animation on a LinearLayout and really move its childs (side navigation pattern)

2012-06-19 Thread lionel Lioninho
Hi developers, I have a problem I need to realise this : http://android.cyrilmottier.com/medias/making_of_prixing/3/fading_parallax_large.png Create a side navigation as the image above shows it. I have a frameLayout containing 2 LinearLayout (L1 and L2), I also have a button in the layout L1

Re: [android-developers] Re: A very strange issue, while launching an activity.

2012-06-19 Thread Saurav
Are both activities A and B declared in the Manifest? Regards, Saurav Mukherjee. On Tue, Jun 19, 2012 at 5:06 PM, Put_tiMe putt...@gmail.com wrote: Window already focused, ignoring focus gain of: -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Re: A very strange issue, while launching an activity.

2012-06-19 Thread Saurav
Also please search thoroughly before you post in the forum. This is the thread I found the same group. https://groups.google.com/d/topic/android-developers/F_YvI4NZz20/discussion Regards, Saurav Mukherjee. On Tue, Jun 19, 2012 at 5:23 PM, Saurav to.saurav.mukher...@gmail.comwrote: Are both

Re: [android-developers] Can't able to install google play billing

2012-06-19 Thread Sandeep Venkat
Finally i got of it buddy thank you for your concern..I am new to android development could you tell me the career growth in android at the level of +2 years experiance.. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Career for a Android Developer

2012-06-19 Thread Sandeep Venkat
Hello folks i am new to android development please anyone tell me the career growth for an android developer at the level of +2years experiance..What is the salary structure for an android developer.. Please help me out friends -- ThanksRegards *Sandeep MNVVB* * * -- You received this

[android-developers] Re: A very strange issue, while launching an activity.

2012-06-19 Thread Put_tiMe
Both activities are declared in the manifest. I saw the post, but it does not give me any clues, except the 'requestFocus'. Is that the issue? The point is, if I reinstall the APK file, it works. On Tuesday, June 19, 2012 4:53:46 PM UTC+5:30, Put_tiMe wrote: I have two activities, A and B.

[android-developers] Re: Trying to use the ListView

2012-06-19 Thread rde8026
The ListView is not that difficult to use once you understand it. Also, what your trying to do is not that complicated. You might want to look into creating your own adapter and not using a SimpleAdapter in this case - this will provide you some flexibility in the UI and the ability to step

Re: [android-developers] Career for a Android Developer

2012-06-19 Thread asheesh arya
r u serious?? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more

Re: [android-developers] Career for a Android Developer

2012-06-19 Thread Sandeep Venkat
ofcourse i am a b.tech 2011 passout from the background of DOTNET development..Till now i don't know anything about android but my firm wants me to get into android department..I want to put all my efforts in android.. -- You received this message because you are subscribed to the Google Groups

[android-developers] email attachment is not working !

2012-06-19 Thread Jags
i am trying to follow this link, http://stephendnicholas.com/archives/974#comment-295 i am trying to implement this, but i get a crash saying activity com.google.android.gm not found are you sure declared in manifest ? i am testing it in simulator, what should i do ? in my case i am able to

Re: [android-developers] email attachment

2012-06-19 Thread Jags
thanks, i know it works, but this defeats the purpose What if the user does not have a external storage ? If i am able to save / preview a file, i should be able to send it to somebody, without requiring a sdcard On Friday, June 15, 2012 9:50:28 AM UTC+5:30, asheesh arya wrote: try to save

Re: [android-developers] problem while getting md5 key

2012-06-19 Thread Narendra Singh Rathore
On Fri, Dec 23, 2011 at 6:59 AM, enes enes...@gmail.com wrote: I' m tring to get md5 code but the cms show me sha1. the following output generate when I run command c:\Program Files\Java\jre7\binkeytool.exe -list -alias androiddebugkey -keystor e C:\debug.keystore -storepass android

[android-developers] NDEF Message

2012-06-19 Thread Shekhar
Hello, I have some confusion for the NDEF messages getting transferred bewteen two devices. I am already aware of the fact that a NDEF message can have multiple NDEF records in it and payload data allowed is maximum of 2^32-1 bytes. Also the maximum data that can be transferred between the

[android-developers] styling the contextual action bar

2012-06-19 Thread marcin kolonko
is there a way to stlye the CAB like you would style the action bar? i'd like to change the colors... thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Re: Contextual Action Bar color theme

2012-06-19 Thread marcin kolonko
alex, did you find a way to change the colors of the CAB? On Wednesday, February 8, 2012 2:56:04 PM UTC+1, Alex O. wrote: Hi, The UI core elements for the Holo Light seem to be focused on two colors - green or blue: http://www.flickr.com/photos/takenbyhim/5933010235/ However, the

Re: [android-developers] Career for a Android Developer

2012-06-19 Thread Kristopher Micinski
This is not the place to look for career advice or non development related questions. kris On Tue, Jun 19, 2012 at 8:10 AM, Sandeep Venkat sand...@believecreative.in wrote: ofcourse i am a b.tech 2011 passout from the background of DOTNET development..Till now i don't know anything about

[android-developers] Re: Trying to use the ListView

2012-06-19 Thread Felipe Monteiro de Carvalho
Hello, I asked a friend here and he found the problem =) My problem was here: public class LCL_ListViewItem extends HashMap It works if I changed this line to this: public class LCL_ListViewItem extends HashMapString, String no idea why the original tutorial didn't have the String, String in

Re: [android-developers] styling the contextual action bar

2012-06-19 Thread Nikolay Elenkov
On Tue, Jun 19, 2012 at 10:31 PM, marcin kolonko makolo...@gmail.com wrote: is there a way to stlye the CAB like you would style the action bar? i'd like to change the colors... Of course. Just set it to android:actionModeStyle. You might also want to try this:

[android-developers] Re: Can't able to install google play billing

2012-06-19 Thread Pent
Hah, lured you in with a vaguely technical question then throws in the career development query which didn't work as a thread starter previously :-) Pent -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: A very strange issue, while launching an activity.

2012-06-19 Thread Aashish jawla
can u send the code of the application??? On Tue, Jun 19, 2012 at 5:34 PM, Put_tiMe putt...@gmail.com wrote: Both activities are declared in the manifest. I saw the post, but it does not give me any clues, except the 'requestFocus'. Is that the issue? The point is, if I reinstall the APK

[android-developers] google mail

2012-06-19 Thread h4uw1n3
I'm really interested in android, i might be didn't have any skill in java, but still i want to ask about this... according to http://android-developers.blogspot.de/2011/07/new-tools-for-managing-screen-sizes.html Android will pick the resource that is closest to the device’s screen size or

[android-developers] Android login no more working

2012-06-19 Thread danny
Hello everybody, I have a google account with two step verification activated... ( not this one ) so I need my phone to login to my google account... Unfortunately my brother did insert a wrong password to android too much times... so it asks Email and Password to unlock but I can't provide it

[android-developers] Google USB driver is so big, how can I minimize it?

2012-06-19 Thread Chen.Blake
Hello, I download the Google USB Driver Rev. 4 from Android SDK Manager. There are fews files in the folder usb_driver 1. folder amd64 2. folder i386 3. android_winusb.inf 4. androidwinusb86.cat 5. androidwinusba64.cat 6. source.propeties Both of the folders contain 1.WdfCoInstaller01003.dll

[android-developers] Re: Use marquee on notification bar

2012-06-19 Thread Nguyễn Quốc Chính
hi all, first create TextView with attribute: ... android:ellipsize=marquee android:marqueeRepeatLimit=marquee_forever android:singleLine=true ... After user TextView text = (TextView) findContentViewById(R.id.text) text.selected(true); goog

[android-developers] How can I create my own PID/VID driver

2012-06-19 Thread Chen.Blake
Hello, There are many OEM driver and google USB Driver which can be found in http://developer.android.com/sdk/oem-usb.html . I am wondering how can I create the driver of my own PID/VID? Do I have to download the google USB driver and modify the PID/VID in android_winusb.inf for my devices?

[android-developers] Re: Answer Call

2012-06-19 Thread Aashish Kumar
it is not possible to play audio in to the active call dear. On Thursday, February 12, 2009 12:36:30 PM UTC+5:30, Bobbie wrote: I am using the following code to do an automatic answer of a call, but it doesn't seem to be working... Intent answercall = new Intent(Intent.ACTION_ANSWER);

[android-developers] charging paused issue on ice cream sandwitch

2012-06-19 Thread iMad Riaz
hi its iMad... i am having problem with my galaxy note, it was working great before i upgraded it to new firmware upgrade(ics) from kies, right after it, the phone gives charging paused message whenever i try to connect to to charging... please resolve this problem, if any one knows the cure...

[android-developers] Re: Answer Call

2012-06-19 Thread Aashish Kumar
u will have give the required permision in to the mainfest file On Thursday, February 12, 2009 12:36:30 PM UTC+5:30, Bobbie wrote: I am using the following code to do an automatic answer of a call, but it doesn't seem to be working... Intent answercall = new Intent(Intent.ACTION_ANSWER);

Re: [android-developers] A very strange issue, while launching an activity.

2012-06-19 Thread Aashish jawla
hi, i m working on a application to play audio or prerecorded message when the incoming call is active so some one help me give some basic idea upon this topic. On Tue, Jun 19, 2012 at 4:53 PM, Put_tiMe putt...@gmail.com wrote: I have two activities, A and B. By default, A shows up, and upon

[android-developers] Re: How to make autocompletetextview list border as transparent

2012-06-19 Thread Gaurav Vashisth
add android:popupBackground=@null to the AutoCompleteTextView On Wednesday, March 21, 2012 1:37:44 PM UTC+5:30, Android Developer wrote: Hi, I have autocompletetextview while tying its shows the list. how to i make the list border as transparent. Code : ?xml version=1.0 encoding=utf-8?

[android-developers] Telugu Font for Android OS

2012-06-19 Thread dineshsahoo
Does Android support Telugu, Malayalam and Kannada Font? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] email attachment

2012-06-19 Thread Aashish jawla
hi, you will store the file into the phone memory On Tue, Jun 19, 2012 at 6:16 PM, Jags jag...@gmail.com wrote: thanks, i know it works, but this defeats the purpose What if the user does not have a external storage ? If i am able to save / preview a file, i should be able to send it to

[android-developers] AppsInventor - drivers

2012-06-19 Thread chunt55
Hi! I created an app with AppsInventor. I want to download the app to my Nook Color Tablet. What do I need to to install, drivers, or software? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] charging paused issue on ice cream sandwitch

2012-06-19 Thread Mark Murphy
This has nothing to do with this list. Please contact your carrier or device manufacturer for technical support with your device. On Tue, Jun 19, 2012 at 7:19 AM, iMad Riaz ima...@gmail.com wrote: hi its iMad... i am having problem with my galaxy note, it was working great before i upgraded it

Re: [android-developers] How can I create my own PID/VID driver

2012-06-19 Thread Mark Murphy
This has nothing to do with this list, which is for creating applications using the Android SDK. On Tue, Jun 19, 2012 at 2:27 AM, Chen.Blake boyofsky.c...@gmail.com wrote: Hello, There are many OEM driver and google USB Driver which can be found in

[android-developers] Invitation to use Google Talk

2012-06-19 Thread Google Talk
--- You've been invited by vikas sharma to use Google Talk. If you already have a Google account, login to Gmail and accept this chat invitation: http://mail.google.com/mail/b-61320b086e-cfaf02de94-7mgrAB9Mpn5rLPpZ5IQp0WYDSNk

Re: [android-developers] Telugu Font for Android OS

2012-06-19 Thread Aashish jawla
It does not support the local langaugae... On Tue, Jun 19, 2012 at 3:00 PM, dineshsahoo dinesh.m...@gmail.com wrote: Does Android support Telugu, Malayalam and Kannada Font? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] Re: Can't able to install google play billing

2012-06-19 Thread TreKing
On Tue, Jun 19, 2012 at 6:59 AM, Sandeep Venkat sand...@believecreative.inwrote: am new to android development could you tell me the career growth in android at the level of +2 years experiance.. I don't even know what you're asking. On Tue, Jun 19, 2012 at 10:11 AM, Pent

[android-developers] Re: In App Billing V2: Item not found, but purchase OK

2012-06-19 Thread John
Yes. Still have the problem even after the reboot. It occurs on multiple phones (all my phones and tablets). On Monday, June 18, 2012 11:11:42 AM UTC-7, John wrote: Are you still having this problem? I found I had to reboot the phone for some reason, after publishing the item for in app

[android-developers] Re: Help with App crackers

2012-06-19 Thread Emanuel Moecklin
Hi Giuseppe I downloaded the cracked app and tested it on a Nexus One and a Galaxy Nexus. It doesn't work on either of those phones and crashed with the following exceptions: Nexus One E/AndroidRuntime( 1944): Caused by: java.lang.UnsatisfiedLinkError: Cannot load library:

Re: [android-developers] Re: In App Billing V2: Item not found, but purchase OK

2012-06-19 Thread johnjzhu
http://stackoverflow.com/questions/10775008/in-app-billing-item-not-found/11105814#11105814 On Tue, Jun 19, 2012 at 9:37 AM, John johnj...@gmail.com wrote: Yes. Still have the problem even after the reboot. It occurs on multiple phones (all my phones and tablets). On Monday, June 18, 2012

[android-developers] How to create android Ad Interstitial?

2012-06-19 Thread Mohammad Abu Hmead
Dear Guys, How to create Interstitial ad in my android app, I tried many blogs but no one give the step by step solution. - Should I edit something on adMob site? I created site from ad sit/app option under Sites Apps tab. -I used this code: interstitial = new InterstitialAd(this,

[android-developers] Re: How to create android Ad Interstitial?

2012-06-19 Thread RichardC
https://developers.google.com/mobile-ads-sdk/docs/android/advanced Read the note about needing an invite unless you just running house ads. On Tuesday, June 19, 2012 6:21:19 PM UTC+1, Mohammad Abu Hmead wrote: Dear Guys, How to create Interstitial ad in my android app, I tried many blogs

[android-developers] Camera doesn't ask for image confirmation before saving, but intent does

2012-06-19 Thread ProveIt ProveIt
When I take a picture with the camera app (on my Droid, or Droid Razr), the image is saved and I am left back ready to take another picture. In my app though, when I take a pic via a camera intent, I am taken to a review screen that wants me to accept of reject or cancel the pic. I don't see

[android-developers] Re: Camera doesn't ask for image confirmation before saving, but intent does

2012-06-19 Thread RichardC
I hope not. I would not be happy if applications could take covert pictures. On Tuesday, June 19, 2012 6:40:17 PM UTC+1, ProveIt ProveIt wrote: When I take a picture with the camera app (on my Droid, or Droid Razr), the image is saved and I am left back ready to take another picture. In my

[android-developers] Please Help...Android 4.0.3 WebView Crash...

2012-06-19 Thread Tommy Hartz
Hi, On android 4.0.3 I have an Activity that contains a webview. This webview loads a Google Maps webpage that is stored on our servers. The Map is overlaid with a Radar. When I double tab to zoom in on the map my app crashes. It is crashing and gives me an error

Re: [android-developers] Re: Camera doesn't ask for image confirmation before saving, but intent does

2012-06-19 Thread ProveIt ProveIt
Not sure I understand - the camera itself isn't asking me to ok the pic I just took. So if I go through the same steps - starting the camera via the intent and the user clicks the button to take a pic, why does showing me a preview then overcome some security issue that isn't there when taking a

[android-developers] path to internal storage memory of phone

2012-06-19 Thread shruti gupta
Hi, I am developing an app in which some data is stored in a file in internal storage of phone, i now want to acess the data in some c program whose binary is loaded in phone. please tell me how to access the file stored in the internal storage. Thanks Shruti -- You received this message

[android-developers] Re: RenderScript: rsDebug messages not displayed with logcat

2012-06-19 Thread alex
Hi. The examples were wroking perfectly fine after updating my sdk and adt. But now for one of my projects it suddenly stopped working to display from rsDebug, whereas from the other layers its displayed on the logcat. Is there any solution that you have found for it? On Friday, July 8, 2011

[android-developers] spinner wige

2012-06-19 Thread Nevin Johnson
Hey guys im developing an android app using android sdk and i need to apply a spinner widget but its not working that is that spinner is not displaying through my emulator the code solid even tried using sample spinner codes and its the same not displaying help!!! -- You received this

[android-developers] Users upgrading to ICS 4.0.3 get incompatible with your device on Google Play

2012-06-19 Thread Black Hatter
I have 2 apps on the market, one free, and one paid; however both apps are the same, the only difference is the free version has admob ads. Both are compiled with API 3.2, and both have the same features and manifest. The min SDK is set to 4. However, users that have upgraded to ICS 4.0.3 are

[android-developers] Is there a file which contains all crash report in andorid device

2012-06-19 Thread Deepa Manian
As my title, i need to know whether a file contains all the crash report in android. Let me explain in detail. In iphone developer can take all crash reports in iphone application by synchronizing the device into system in the specific directory in Mac.All the crash reports are stored in

[android-developers] MediaPlayer pause denied

2012-06-19 Thread mdu
Hello, I'm working with video in my current android development. I have a VideoView, and have implemented custom controls for it (a fullscreen toggle button and a play/pause button). The VideoView plays a rtsp live stream. My question is related to the play/pause functionality. When the video

[android-developers] Two things holding up my app. Any suggestions?

2012-06-19 Thread Shino
Hello. I'm new here and new to Android Development. I'm working on my first app and it was coming along really well until I ran into a couple of road blocks that I'm not sure what to do with. I've done a lot of searching without any luck and I've posted questions on StackOverflow but they have

[android-developers] AutoCompleteTextView Behavior

2012-06-19 Thread Ghanshyam Bhatt
Hi, I have posted a question on StackOverflow. Pplease follow it here: http://stackoverflow.com/questions/11089929/unable-to-understand-behavior-of-autocompletetextview-android I am unable to understand this behavior. Please help. Thank you. -- You received this message because you are

[android-developers] Re: Application icon for wallpapers missing

2012-06-19 Thread Zaphod
So Peter, let me get this right. The Android blit-bit tile/window interface thing, whatever they call it now days. This thing you just talked to me about just now, is the same thing you were asking for help with 1.5 *years* ago? Peter, you outdo yourself! On Saturday, August 7, 2010 9:22:26

[android-developers] Usb Accessory, receiver not receive USB_ACCESSORY_ATTACHED

2012-06-19 Thread Sergey Vakulenko
Hello I have application, it use a usb accessory. One of my activity catch USB_ACCESSORY_DETACHED and USB_ACCESSORY_DETACHED events, its works fine. here is my AndroidManifest.xml - activity android:screenOrientation=portrait

[android-developers] Regarding Imageview and Gallery

2012-06-19 Thread Vijayaraj S
Please Anyone help me to explain about ImageView and Gallery Concept,Please and how to display Full size image on imageview. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Web App

2012-06-19 Thread Jesse Nave
Sorry if this is a rehash, but I cannot find a previous post on this topic. I have a website that I want to open exclusively with my app. I would like to redirect all other traffic to Google Play, inviting them to purchase the app. Can this be done, or am I completely missing something? I

[android-developers] Anyone know How can I use vold to mount mmcblk0p8 as sdcard automatically?

2012-06-19 Thread 咏勤刘
Hi, All Now I have an sdard with the partitions like following: $ adb shell cat /proc/partitions major minor #blocks name 17907830528 mmcblk0 1791 53248 mmcblk0p1 1792 991232 mmcblk0p2 1793 65536 mmcblk0p3 1794 1 mmcblk0p4

[android-developers] ListView not rendering completely in certain animation conditions

2012-06-19 Thread Richard Nelson
When an animation plays on a ListView which is placed on top of a VideoView in a RelativeLayout (this happens when the ListView is placed above some other view types as well, but not for example, ImageView), the ListView is not rendered entirely. If requestLayout() is called on the listview on

[android-developers] Re: pleasee help me

2012-06-19 Thread alex
its a runtime error . use Log.i or anything similar and try to print your variables values to check which variable is null while running the program On Friday, June 15, 2012 7:53:32 AM UTC+5:30, DiEla Arianto wrote: how to anticipate unknown error : java.lang.nullpointerexception -- You

[android-developers] Progressive Video Download and Playback using Android Media Player.

2012-06-19 Thread pratik deshpande
Hi, this is my first post. forgive me if I make any mistakes. I'm trying to implement Video streaming over the delay tolerant networks (An android implementation for the same Bytewalla is what im using). For that I'm trying to implement Progressive video download and playback based on this

[android-developers] Re: Users upgrading to ICS 4.0.3 get incompatible with your device on Google Play

2012-06-19 Thread RichardC
AndroidManifest.xml please, or we can guess :) On Tuesday, June 19, 2012 5:40:14 PM UTC+1, Black Hatter wrote: I have 2 apps on the market, one free, and one paid; however both apps are the same, the only difference is the free version has admob ads. Both are compiled with API 3.2, and

  1   2   >