Re: [android-developers] Re: Hai im a newbiee

2012-10-30 Thread Asheesh Arya
hahaha this guy treking is damn funny instead of giving lecture if he provide some sufficient information related to query what wrong in that. i think he is always remain out of his mind and always irriate everyone -- You received this message because you are subscribed to the Google Groups

[android-developers] Hardware Licensing for android

2012-10-30 Thread Anup
Is there any licensing required when using a device with android tablet ? If yes what is it ? -- 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

[android-developers] Invalid keystore format

2012-10-30 Thread bkadirbeyoglu
Dear Android Developers, I was given a keystore file along with an username and password and I need to sign the updated application. However, I am getting keytool error: java.io.IOException: Invalid keystore format when trying to list the contents of the file, trying to create a new key in the

Re: [android-developers] Invalid keystore format

2012-10-30 Thread Nikolay Elenkov
On Tue, Oct 30, 2012 at 5:34 PM, bkadirbeyoglu bkadirbeyo...@gmail.com wrote: Dear Android Developers, I was given a keystore file along with an username and password and I need to sign the updated application. However, I am getting keytool error: java.io.IOException: Invalid keystore format

[android-developers] Re: Audio Over Bluetooth Mono Headset working in Gingerbread and not ICS

2012-10-30 Thread Ahmed Abdelfattah
Anybody ? On Wednesday, October 24, 2012 1:53:48 PM UTC+2, Ahmed Abdelfattah wrote: I have written a simple app that records and plays audio through a Bluetooth Mono headset usingstartBluetoothSco(). The app works fine on Gingerbread but fails to work on ICS. The output of logcat is strange

[android-developers] Error: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length - very annoing

2012-10-30 Thread Giuseppe
Starting SDK 4.1.1 I have continuously the error: E/SpannableStringBuilder(1068): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length What is it ? How can I remove it from LogCat ? -- You received this message because you are subscribed to the Google Groups Android Developers group. To

Re: [android-developers] Re: Audio Over Bluetooth Mono Headset working in Gingerbread and not ICS

2012-10-30 Thread Mady Zaid
بص نزل برنامج ال logcat viewer من الماركت وشغله على موبايل شغال ايس كريم ساندوتش وشوف الاوتبت على اللوج كات هتلاقى ساعات كتير جدا بيختلف الاوت بوت بتاع اللوج كات من الجهاز الحقيقى والايميليتور وابعتلنا اللوج كات وغالبا هتلاقى اختلاف بس ده ممكن يوضح الصوره شويه. لان اصلا المشكله اللى عندك دى مشكله

Re: [android-developers] How to put ads in live wallpapers?

2012-10-30 Thread MobileVisuals
I have researched this during the previous months, but I can't find any profitable advertising solutions for live wallpapers. Push ads and app icons are no longer allowed by Google, so they are not an option anymore. The only available place to put ads in live wallpapers seem to be the

[android-developers] Open PDF file from assets

2012-10-30 Thread Jovish P
In our application we are storing few pdf files inside asstes folder(1MB). Using Intent we want to open that pdf. Is it possible ? If yes, how to do that ? What we tried : If we copy file from assets to sd card and then try to open using intent it is working. But we directly want to open it

[android-developers] Re: No sample tutorials for Paypal Mobile Express Checkout with Button in the app?

2012-10-30 Thread saex
I know it, and i still need sample code examples with button in the app... El lunes, 29 de octubre de 2012 16:20:18 UTC+1, John Coryat escribió: You may run into other problems using PayPal to collect money through your Android app. The only allowed use of a non-Google Play payer is for

[android-developers] Re: LetterRecognizer API in the Gesture class

2012-10-30 Thread Mor G.
Hi Andy, It seems like the LetterRecognizer was never released. But in our app we've added gesture search that works similar and learns the user's handwriting so it gets better in time (it can also be taught new languages). It's not perfect, but you can check it out in

[android-developers] Edit Pdf file through code using android

2012-10-30 Thread ashwini vandanapu
Hi Developers, I want to edit the render pdf file from sdcard, for that how to write code, if anyone know please tell me and help me out. ThanksRegards, Ashwini V. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Icon on Custom Suggestion

2012-10-30 Thread Giosia Gentile
Hi I have implemented in my app the custom suggestions, and all work fine! But, now I want add an icon to the suggestions, I read it is possible with the column SUGGEST_COLUMN_ICON_1.http://developer.android.com/reference/android/app/SearchManager.html#SUGGEST_COLUMN_ICON_1 But for every

Re: [android-developers] romania developer no merchant acount

2012-10-30 Thread marius m
ZZzz. -- 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] Re: [Android LVL] Sporadic false negatives on client devices

2012-10-30 Thread Jxn
And I on that it was the best-of-the-best-of-the-best that get hired by Google, not the best-of-the-best. And more seriously that you shouldn't dwell so much on it. If you really want to work there try again. They might have a position that they think suits you better. Or just drop it. Showing

Re: [android-developers] Re: [Android LVL] Sporadic false negatives on client devices

2012-10-30 Thread Jxn
TreKing, then joke around with what is fun then. I have got enough with bullies which think that only those with English as first language are allowed to comment. No, it has not been you, therefore the surprise and anger. Thought you was better than those. Take it as you will... -- You

[android-developers] perform atomic message send/remove on a handler

2012-10-30 Thread Jay Howard
I'm using a timer to manage timeout events, and would like to ensure that a particular method runs atomically without the handler issuing messages while the method is executing. Its basic form is: handler.removeMessages(MSG_ONE); handler.removeMessages(MSG_TWO); ... if (conditionOne)

[android-developers] What are the things to need develop the own walkie talkie or two way radio app in android

2012-10-30 Thread Tom
Hi, If any body knows that pls share with me... This is urgent 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, send email

[android-developers] Re: onDraw method, Lots of problems.

2012-10-30 Thread new_android_dev
Anyone got any suggestions? Thanks. On Thursday, 25 October 2012 21:09:56 UTC+1, new_android_dev wrote: I've been struggling on how to make a very large canvas display in an app I'm making. Here a picture of what I'm trying to draw: dl.dropbox.com/u/12945652/temp.PNG At the moment I've

[android-developers] Wakelock and service in Android

2012-10-30 Thread Archana
Hi, I m running a service in Android 4.0.4(Samsung Galaxy S3). When I press the power button once(the screen gets locked). After some time, when the phone is unlocked the service keeps running(and displays toast). Is this a expected behavior? -- You received this message because you are

Re: [android-developers] Invalid keystore format

2012-10-30 Thread bkadirbeyoglu
Thank you Nikolay, but it turned out that the file was an RAR archive file which contained the actual keystore. On Tuesday, October 30, 2012 10:42:32 AM UTC+2, Nikolay Elenkov wrote: On Tue, Oct 30, 2012 at 5:34 PM, bkadirbeyoglu bkadir...@gmail.comjavascript: wrote: Dear Android

Re: [android-developers] romania developer no merchant acount

2012-10-30 Thread bob
Nobody will give your country money until it deals with its Dracula problem. On Tuesday, October 30, 2012 6:55:33 AM UTC-5, marius m wrote: ZZzz. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: onDraw method, Lots of problems.

2012-10-30 Thread bob
Enable hardware acceleration? Use a separate bitmap for each digit? When scrolling 10 pixels up, only redraw the 10 pixel high area that is new. On Tuesday, October 30, 2012 8:37:01 AM UTC-5, new_android_dev wrote: Anyone got any suggestions? Thanks. On Thursday, 25 October 2012

[android-developers] Re: perform atomic message send/remove on a handler

2012-10-30 Thread Streets Of Boston
It depends which thread is callling the code-snippet you show above (the one calling 'removeMessage'). If your code, calling 'removeMessage', is run on the same thread that is tied to the *handler*, you're fine. The message you sent will not be handled/run until your code finishes first. No

[android-developers] Re: onDraw method, Lots of problems.

2012-10-30 Thread new_android_dev
I've enabled hardware acceleration and tried to create a separate bitmap for each column. However I still get out of memory error's on some data. I'm not quite sure how to only draw a certain area given an entire ArrayList of data. On Tuesday, 30 October 2012 14:37:21 UTC, bob wrote: Enable

Re: [android-developers] Re: Audio Over Bluetooth Mono Headset working in Gingerbread and not ICS

2012-10-30 Thread Ahmed Abdelfattah
Thank you, This log is not recorded from the emulator but from ODROID-X development board running Android ICS also I thought of testing my app on a real phone but unfortunately I don't have a phone capable of supporting ICS currently. On Tuesday, October 30, 2012 11:30:33 AM UTC+2, Resurrcting

Re: [android-developers] Re: [Android LVL] Sporadic false negatives on client devices

2012-10-30 Thread Adam Ratana
To bring this back on topic, has anyone who has experience with LVL, in a NON in-app purchase way, just felt it was a waste of time and stopped using it? I am starting to feel this way as one of the most frequent emails I get regarding support is that the LVL check failed when they just

[android-developers] Differences between Google Play Installed Apps “UPDATES” list vs “MANUAL UPDATES” list?

2012-10-30 Thread saex
When i enter to googleplay on the phone and i enter to my apps section, i can see all my installed apps spread into three lists: - UPDATES - MANUAL UPDATES - UP TO DATE I published my app into google play and always i launch a new version, my app appears into MANUAL UPDATES list. I

Re: [android-developers] Re: perform atomic message send/remove on a handler

2012-10-30 Thread Jay Howard
Thanks so much for the response! If you'll indulge me with a few more questions... So I instantiate the handler in the onCreate() method of my Application, which I assume means it's tied to the UI thread. The method that removes and re-sends messages is called primarily on the UI thread, but

[android-developers] Re: onDraw method, Lots of problems.

2012-10-30 Thread bob
If your app is done in API 11 or higher, in the application / in the Android Manifest.xml, you can use *largeHeap=”true”* which will allow the application to use more heap if it is available. On Tuesday, October 30, 2012 9:45:41 AM UTC-5, new_android_dev wrote: I've enabled hardware

[android-developers] How to improve image quality in Android Webkit (comparing with iOS)

2012-10-30 Thread huberte
Trying to load http://www.sciences-physiques.eu/appli/oneimage/ both in iOS and Android (SGS2). Image is 1600*2262 The result is a better image on iOS. I know android can do better, because I had an application with such big image downsized, and the text was clearer. I red a lot about

[android-developers] Re: RuntimeException thrown from Camera.autoFocus()

2012-10-30 Thread Yaxi Ye
Try this: http://www.hitziger.net/blog/android-camera-autofocus-failed/ Your surface might be created milliseconds after your first auto focus request. On Tuesday, 20 March 2012 18:12:08 UTC, Linda Zhang wrote: Was a solution to this problem ever found? I am running into the same issue,

[android-developers] Re: How to improve image quality in Android Webkit (comparing with iOS)

2012-10-30 Thread bob
Please see the following method in this class: *android.graphics.Bitmap* public static Bitmap *createScaledBitmap* (Bitmap src, int dstWidth, int dstHeight, boolean filter) Added in API level 1 Creates a new bitmap, scaled from an existing bitmap, when possible. If the specified width and

Re: [android-developers] Re: [Android LVL] Sporadic false negatives on client devices

2012-10-30 Thread John Gaby
I also have a small number of users who fail the LVL test ( 1%). My solution is to have my app call my website first to ask if it should do the LVL test. That way, if a user contacts me that it is not working I can set it up so that his device no longer performs the check. I actually

Re: [android-developers] romania developer no merchant acount

2012-10-30 Thread marius m
* * Nice one ,anyway Dracula is dead for a long time we wish him to be alive again or maybe is not ... Google will .. That's a good game ideea ,No Dracula games in android until full suport for Romania . HaH * * *Vlad III, Prince of Wallachia* (1431–1476), was a member of

[android-developers] Moderator Approval Status?

2012-10-30 Thread tma
Greetings, I am wondering if there is a way to check moderator approval status? I joined this group a few days ago but still haven't seen my first post appear on the list. I wonder what the typical wait time is? I imagine there are many members in this group and it is understandable

[android-developers] Re: onDraw method, Lots of problems.

2012-10-30 Thread new_android_dev
My min is API 8, but for some lower end devices this will not work. On Tuesday, 30 October 2012 15:17:26 UTC, bob wrote: If your app is done in API 11 or higher, in the application / in the Android Manifest.xml, you can use *largeHeap=”true”* which will allow the application to use more

Re: [android-developers] Moderator Approval Status?

2012-10-30 Thread Kristopher Micinski
Usually only messages from new users are moderated, I would check back to see if your message has appeared by searching through the group's history and then resending if it hasn't appeared in a day or so. kris On Tue, Oct 30, 2012 at 12:46 PM, tma tm...@telus.net wrote: Greetings, I

[android-developers] Re: Moderator Approval Status?

2012-10-30 Thread tma
I guess I am approved as this message was posted immediately. Seems like my first posting must have gone to the bit bin. On Tuesday, October 30, 2012 9:46:14 AM UTC-7, tma wrote: Greetings, I am wondering if there is a way to check moderator approval status? I joined

Re: [android-developers] has the new facebook api (3.0) has some minimum version requirement?

2012-10-30 Thread Pedro Cortez
HI, can you help me to create a proper credentials? Because i did everything that they said and still not work. I always get this error : E/Zygote(15498): java.io.IOException: Operation not permitted On Sun, Oct 28, 2012 at 7:24 PM, Harri Smått har...@gmail.com wrote: Hi, Ah ok, take a look

Re: [android-developers] Re: Hai im a newbiee

2012-10-30 Thread Kristopher Micinski
On Mon, Oct 29, 2012 at 4:52 PM, Lew lewbl...@gmail.com wrote: krithika rajan wrote: hai frnz i have just started my android developer training..i came across a term called 'register based'..can anyone tell what is register based..and pls explain the difference between What is fmz? What is

[android-developers] Re: Differences between Google Play Installed Apps “UPDATES” list vs “MANUAL UPDATES” list?

2012-10-30 Thread RichardC
Manual Updates can be (are usually) because the permission for the App has changed so you need to check if you want the App to update with the new permissions. On Tuesday, October 30, 2012 3:01:06 PM UTC, saex wrote: When i enter to googleplay on the phone and i enter to my apps section, i

Re: [android-developers] Re: perform atomic message send/remove on a handler

2012-10-30 Thread Jay Howard
Here's what I ended up doing: 1. Ensure that my timer class, which creates a Handler in its init method on the caller's thread, is always instantiated on the main thread. 2. My class is also a BroadcastReceiver, but onReceive() is guaranteed to be called by the main thread so it can access the

[android-developers] Re: [Android LVL] Sporadic false negatives on client devices

2012-10-30 Thread Pent
To bring this back on topic, has anyone who has experience with LVL, in a NON in-app purchase way, just felt it was a waste of time and stopped using it? Yes, used it for 2 years but gave up in the summer due to problems since spring.  I am starting to feel this way as one of the most

Re: [android-developers] Re: perform atomic message send/remove on a handler

2012-10-30 Thread Streets Of Boston
Yep, that looks good. Strictly, it is not necessary to do the 'if (...)' statement at all. You can just always do the mHandler.post(...) instead. On Tuesday, October 30, 2012 2:39:24 PM UTC-4, Jay Howard wrote: Here's what I ended up doing: 1. Ensure that my timer class, which creates a

[android-developers] Application suddenly stopped

2012-10-30 Thread Kevin Davis
Hi there, When I try to run my android app in the eclipse emulator, I get the following message: Unfortunately, the application has stopped... Here is the java code: package com.rentokil.ambius; import android.os.Bundle; import android.app.Activity; import android.view.Menu; import

Re: [android-developers] Application suddenly stopped

2012-10-30 Thread TreKing
On Tue, Oct 30, 2012 at 2:14 PM, Kevin Davis kevindavis...@gmail.comwrote: When I try to run my android app in the eclipse emulator, I get the following message: Unfortunately, the application has stopped... Can you at least post a stack trace? Providing code and no explanation will get you

Re: [android-developers] Application suddenly stopped

2012-10-30 Thread Josphat Muchiri
@treking-thats not the right way to adress better keep quiet On Tue, Oct 30, 2012 at 12:16 PM, TreKing treking...@gmail.com wrote: On Tue, Oct 30, 2012 at 2:14 PM, Kevin Davis kevindavis...@gmail.comwrote: When I try to run my android app in the eclipse emulator, I get the following message:

[android-developers] Re: [Android LVL] Sporadic false negatives on client devices

2012-10-30 Thread Silvio Marano
Seems a bug that causes a data corruption in Google Play App setting... see my auto-answer on Stackoverflow http://stackoverflow.com/questions/13059370/google-android-lvl-checklicense-service-timeout/13091746#13091746 Il giorno martedì 30 ottobre 2012 19:42:48 UTC+1, Pent ha scritto: To

[android-developers] How does one use fragment dialogs inside compound controls?

2012-10-30 Thread Satya Komatineni
Examples of fragment dialogs look like this SomeActivity { public void buttonClicked(View someView) { DialogFragment newFragment = new DatePickerFragment(); newFragment.show(getFragmentManager(), timePicker); } public static class DatePickerFragment

[android-developers] Handler - Runnable Performance Issues at 40Hz

2012-10-30 Thread marcpolo
Hi, I'm developing an application to perform range measurements at 40Hz and display them on a UI. To achieve this I have created a Runnable class to perform each cycle and I post to the message queue using the postDelay command to schedule the next command for 25ms. My run method is as

Re: [android-developers] Application suddenly stopped

2012-10-30 Thread TreKing
On Tue, Oct 30, 2012 at 2:23 PM, Josphat Muchiri jmuchir...@gmail.comwrote: @treking-thats not the right way to adress better keep quiet If you have a better way to adress a post that provides no details, then please, show me. Otherwise, how about *you* keep quiet if you have nothing to

Re: [android-developers] Re: Moderator Approval Status?

2012-10-30 Thread TreKing
On Tue, Oct 30, 2012 at 12:23 PM, tma tm...@telus.net wrote: Seems like my first posting must have gone to the bit bin. Usually we get a flood of 50 or more messages every couple days - apparently when the moderators catch up and hit Approve All or something. So it's probably sitting in that

Re: [android-developers] Application suddenly stopped

2012-10-30 Thread Kevin Davis
Here you go: [2012-10-30 15:00:16 - Ambius] -- [2012-10-30 15:00:16 - Ambius] Android Launch! [2012-10-30 15:00:16 - Ambius] adb is running normally. [2012-10-30 15:00:16 - Ambius] Performing com.rentokil.ambius.MainActivity activity launch [2012-10-30 15:00:16 -

Re: [android-developers] Application suddenly stopped

2012-10-30 Thread Raghav Sood
That's a console log. TreKing is asking for a LogCat (stack trace). Thanks On Wed, Oct 31, 2012 at 1:38 AM, Kevin Davis ke...@kevincdavis.net wrote: Here you go: [2012-10-30 15:00:16 - Ambius] -- [2012-10-30 15:00:16 - Ambius] Android Launch! [2012-10-30

[android-developers] Re: GCM Stats in the developer console

2012-10-30 Thread John Coryat
More info: By recording the GCM API Key: Key for browser apps (with referers) the project number itself is recorded. Most likely, the developer console is using the browser key to verify and retrieve the project Id for statistics. Makes sense. Perhaps the documentation in the developer's

[android-developers] Re: Handler - Runnable Performance Issues at 40Hz

2012-10-30 Thread bob
Sounds like you want a java.util.Timer On Tuesday, October 30, 2012 2:41:05 PM UTC-5, marcpolo wrote: Hi, I'm developing an application to perform range measurements at 40Hz and display them on a UI. To achieve this I have created a Runnable class to perform each cycle and I post to

[android-developers] Re: Handler - Runnable Performance Issues at 40Hz

2012-10-30 Thread Lew
bob wrote: Sounds like you want a java.util.Timer http://developer.android.com/reference/java/util/Timer.html This class does not offer guarantees about the real-time nature of task scheduling. Prefer

Re: [android-developers] Icon on Custom Suggestion

2012-10-30 Thread Kostya Vasilyev
I think you should be able to retrieve the icons from the network ahead of time / on demand, save to disk, and serve as content:// type URIs in the column you mentioned (this can work on Android 2.2 and higher). Another way: the framework's SearchRecentSuggestionsProvider uses an

[android-developers] Re: suspended animation

2012-10-30 Thread bob
Well, according to my GIF Animator program, it was encoded to loop infinitely. But, it didn't on Android. Using a large number (i.e. 100,000) for the loop count seems to be a good enough workaround for now. On Monday, October 29, 2012 3:10:02 PM UTC-5, bob wrote: I have some animated

[android-developers] Empty EditText when turning screen on and Screen lock set to 'None'

2012-10-30 Thread pushbit
I'm having a problem where an EditText in landscape/full screen mode becomes empty after turning the screen off and then on when the system Screen lock is set to 'None'. The keyboard remains active, but it doesn't appear to have focus and no text updates are displayed on the screen. If I

Re: [android-developers] Re: Override OnKeyPreIme of an EditText getted from a View

2012-10-30 Thread S . T . V . Ingeniería
The problem is that i can't cast my custom EditText to a EditText in my adapter. Or, saw it from a diferent point, i can´t place my custom EditText in my Layout. Thanks for answer me anyway. 2012/10/29 Lew lewbl...@gmail.com tete wrote: No, i [sic] couldn't resolve it. Sorry. Maybe an

Re: [android-developers] Empty EditText when turning screen on and Screen lock set to 'None'

2012-10-30 Thread Michael Chan
Do you have an android:id set for the EditText? See http://developer.android.com/reference/android/view/View.html#attr_android:saveEnabled On Tue, Oct 30, 2012 at 3:36 PM, pushbit push...@gmail.com wrote: I'm having a problem where an EditText in landscape/full screen mode becomes empty after

[android-developers] Are Layouts Reusable?

2012-10-30 Thread Mark Phillips
As a newbie, I was wondering if layouts are reusable. For example, say I have Activities A and B, and they both have the same layout for the screen. So I create Layout L in the file my_layout.xml, which has a Textfield with @id+/textfield1 in the layout and it is blank. In the onCreate() of both

Re: [android-developers] Are Layouts Reusable?

2012-10-30 Thread Romain Guy
You can reuse XML layouts (just like you can reuse any resource.) When you use a layout resource (with setContentView() for instance) it gets inflated. This means the layout is parsed and converted into actual View objects. If you reuse the same layout in several activities, you will simply create

Re: [android-developers] Empty EditText when turning screen on and Screen lock set to 'None'

2012-10-30 Thread pushbit
Yes, the EditText has an android:id. I've found this problem with a variety of EditText and AutoCompleteTextView configurations, but only when the system Screen lock setting is set to 'None'. Everything works fine when it's set to Slide or Pattern, so I suspect that the lack of a screen lock is

Re: [android-developers] Re: suspended animation

2012-10-30 Thread TreKing
On Tue, Oct 30, 2012 at 5:23 PM, bob b...@coolfone.comze.com wrote: Well, according to my GIF Animator program, it was encoded to loop infinitely. But, it didn't on Android. Here's a tip: if something should work correctly, but doesn't, and you've thoroughly debugged your own app, check

[android-developers] Android Account Manager Caching

2012-10-30 Thread Iroid
Hello Everyone, I have to create a custom account in Android that will be integrated with Account and Sync framework. By default Account Manager caches the Auth token and returns the same for all request. Is there any way to

[android-developers] Re: Advertising opt out

2012-10-30 Thread Daniel
Admob and others use the CTR when determining what bids to give your app, or to give any at all. If you have a small CTR, all of your users will see less ads, and ads with lower bids. As a result, users who are likely to, or do click on ads, will see fewer ads, and those they do see and click

[android-developers] Re: Override OnKeyPreIme of an EditText getted from a View

2012-10-30 Thread Jan Burse
tete schrieb: I want to override the OnKeyPreIme method of a EditText got from a findByView(int id), to make the activitiy finish() when user press back key. You can override the back key of your activity(*), and make the finish call dependent on the focused view, i.e. check whether the user

Re: [android-developers] Open PDF file from assets

2012-10-30 Thread Carlos A. M. dos Santos
On Tue, Oct 30, 2012 at 8:01 AM, Jovish P android.f...@gmail.com wrote: In our application we are storing few pdf files inside asstes folder(1MB). Using Intent we want to open that pdf. Is it possible ? If yes, how to do that ? It's hard to help if you don't provide enough information about

[android-developers] Re: Google In-App billing and Paypal

2012-10-30 Thread Daniel
You can sell physical items through any method you want, including paypal. You can even sell some part of a service, such as those credits you mentioned. The policy is very very clear that the only thing you absolutely HAVE to use the In App Products service to sell are actual features in your

Re: [android-developers] Re: Override OnKeyPreIme of an EditText getted from a View

2012-10-30 Thread Lew
tete wrote: The problem is that i can't cast my custom EditText to a EditText in my adapter. Or, saw it from a diferent point, i can´t place my custom EditText in my Layout. Thanks for answer me anyway. Thanks for not answering me anyway. How do you expect help without interacting with

Re: [android-developers] Rotação Ecrã

2012-10-30 Thread Carlos A. M. dos Santos
On Sun, Oct 28, 2012 at 11:51 AM, mendes128 nunomende...@gmail.com wrote: Hi I am trying to develope an app for android in school and i am new on this field and i whant to know two things: 1st how can i make my app rotate when i rotate the phone? Just rotate your phone. :-) If you want to

Re: [android-developers] Are Layouts Reusable?

2012-10-30 Thread Mark Phillips
Thanks for your response. What happens to the ids of the elements in the layout? Will I have one id for the TextViews in my example, so when I do something to it (change the color or text, for example), will all the TextViews in all the layouts change? I guess it will not matter on a small screen

[android-developers] Re: Handler - Runnable Performance Issues at 40Hz

2012-10-30 Thread marcpolo
Thanks very much for the feedback. When I mentioned that I used a thread, I meant that I extended the Thread class with the run() method being overriden. I'm at home at the moment so can't show some code. Basically I would start/stop the thread from a button 'click' handlers. Inside the

Re: [android-developers] Re: Handler - Runnable Performance Issues at 40Hz

2012-10-30 Thread Kristopher Micinski
On Tue, Oct 30, 2012 at 8:10 PM, marcpolo marc.armstron...@gmail.com wrote: I appreciate that android is not a realtime system but thought that 40Hz wouldn't be too difficult to achieve, with the occasional overrun, which wouldn't impair my app. I am getting nowhere near this - even when I

[android-developers] Donations in a paid app?

2012-10-30 Thread Daniel
I have an education app that is small, cheap, but useful. As a developer, I advertise that I am a pre-health student myself. I feel that about 1/15 of my buyers are likely curious professors who might respond to a donate selection in the options list. I don't plan on putting the donate button

Re: [android-developers] Exibir os Tweets em uma das telas da minha aplicação.

2012-10-30 Thread Carlos A. M. dos Santos
2012/10/28 NSON gilberty...@gmail.com: Eu sou novo em desenvolvimento mobile mas estou conseguindo criar meu aplicativo. The accepted language in this discussion group is English. You will not get any help writing in Portuguese, Eu estou com dificuldade em mostrar os tweets de um determinado

Re: [android-developers] Re: how to solve the error UnknownHostException

2012-10-30 Thread Robert Greenwalt
Are you sure the host publishes its address to the dns server you're using? On Fri, Oct 19, 2012 at 1:49 PM, Sterling Michel Diaz De Oleo sterlingdi...@gmail.com wrote: Hi Bob. thanks for answering. It's need to have the host name because the server was made in SAP and sadly that's does not

Re: [android-developers] Open PDF file from assets

2012-10-30 Thread TreKing
On Tue, Oct 30, 2012 at 6:47 PM, Carlos A. M. dos Santos unixma...@gmail.com wrote: What we tried : If we copy file from assets to sd card and then try to open using intent it is working. What are you using to open the PDF files? Do you mean view/display or read the file. Android

[android-developers] Re: How to improve image quality in Android Webkit (comparing with iOS)

2012-10-30 Thread huberte
thanks a lot bob, for your answer Le mardi 30 octobre 2012 12:04:29 UTC-4, bob a écrit : Please see the following method in this class: *android.graphics.Bitmap* I did not need this, when programming in eclipse : ImageView image = (ImageView) findViewById(R.id.imageview); And voilà,

[android-developers] startActivity without intent chooser - weird behavior with multiple browsers

2012-10-30 Thread Sheado
hey peoples, On 4.0.3 if I start an activity for an ACTION_VIEW (for an http url) without an intent chooser then I get the following weird behavior in the following order: 1. start browser 2. my activity: onPause() 3. my activity: onResume() 4. my activity: onPause() 5. at this

[android-developers] Re: Unreliable resource bucket loading on Nexus7

2012-10-30 Thread Lili Deng
But why -large qualifier doesn't work well on nexus7? I am using different layout for portrait and landscape mode on nexus7. If I use -sw600dp and -w720dp to tell detect the case, I guess the layout defined in -sw600dp will take the precedence over -w720dp even in landscape mode according to

Re: [android-developers] Open PDF file from assets

2012-10-30 Thread Jovish P
When user clicks on a button i want to open the pdf file stored inside our application(ie which is inside Assets folder of our app). Open means , to view the pdf file using Intent. I don't have any problem in using third party applications to view pdf file.In the intent i sepcify mimetype , so

[android-developers] single selection listveiw

2012-10-30 Thread rauf qureshi
hello friends, I am developing listview with customerAdapter which extends baseAdapter,in each item of list there is two textview and one check box is there , so i want to select one check box at a time but i am unable to do that can any body give me solution for that Thanks in advance -- You

[android-developers] how to set the Live Wallpaper as default wallpaper?

2012-10-30 Thread shubh
I created an live wallpaper application, like how we get default wallpaper on home screen, how to set the Live Wallpaper as default wallpaper even after my Android mobile is restarted? -- You received this message because you are subscribed to the Google Groups Android Developers group. To