[android-developers] How Android LVL react when one or more gmail accounts are logged in

2012-11-21 Thread janvi
Hello all I need some clarification on how android LVL will react when multiple gmail accounts are logged in the phone i,e one of the account may be valid account(account through which app was purchased) and other may be normal gmail accounts Will it actually validate the license check ev

[android-developers] Re: FM radio Android Application Developement

2012-11-21 Thread Karunakaran Vikash
ya ,, this is an External Application only na.. then how he can made it... ?? Is there any other way for it... ? On Wednesday, November 21, 2012 10:57:52 AM UTC+5:30, Karunakaran Vikash wrote: > > Hi , > I need to create a FM radio android application , is there any api or > methods for

Re: [android-developers] Re: Best approach to handle Catch-Exception

2012-11-21 Thread Luiz Henrique
Hi Lew, I agree with you and because that I'm spending a lot of time looking for the best solution to handler my exceptions in my android application. If you didn't understand this way, sorry. We have dozen of different technics to handle exceptions in a java application, AOP is just one them htt

[android-developers] Customized Tab Layout in android.

2012-11-21 Thread Arun
Hello All , I am Working on Android Application and i needs to design a custom tab layout screen as shown Below , in which i wants to set a different Image in Middle tab, i have no clue whatsoever how to implement this, Please help me and guide me to how to do this.

[android-developers] hi

2012-11-21 Thread sree android
First thanks for your replay and spend your valuable time for me. What ever u said entire thing is 100% right,but how can i solve my problem i did not have anybody for solve these problem. These is Login access using JSON webservices , Here My server code and Android is gave.when i running thes

[android-developers] Re: Playing a part of the video

2012-11-21 Thread praveen castelino
Can anybody help me out with this issue. I don't need any code. Guide me to the Class or documentation. Is this possible to do it in android (in iOS we can)? On Monday, 19 November 2012 19:56:24 UTC+5:30, praveen castelino wrote: > > I have a video of duration 180 seconds. I want to play only 3

[android-developers] Re: how to use android-support-v7-gridlayout project as a library project build in android2.3 launcher source code

2012-11-21 Thread futurexiong
anybody help? 在 2012年11月21日星期三UTC+8下午12时54分57秒,futurexiong写道: > > I am developing launcher base on android2.3 source code,I have tried to > put android-support-v7-gridlayout.jar into libs and add > LOCAL_STATIC_JAVA_LIBRARY in android.mk file and it complied well but > have runtime error said N

Re: [android-developers] Re: Best approach to handle Catch-Exception

2012-11-21 Thread RichardC
ACRA: bug reporting library that can report to a Google docs spreadsheet or other custom location. See : http://acra.ch/ -- 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.

[android-developers] Re: How to share resource folder independently in project ?

2012-11-21 Thread Sunghun
One idea I can think of is you can use build tool like Ant or Maven and download common resources from your repository and build the project. On Wednesday, November 21, 2012 12:29:23 AM UTC+11, Makrand wrote: > > I have one proper library project, it contais all resources and class > files, thi

[android-developers] Replace built-in new phone call screen

2012-11-21 Thread dashman
Is it possible to replace the built-in new call arrived screen (i.e. when someone calls you). Any help appreciated. -- 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

[android-developers] Possible to replace the someone calling you screen

2012-11-21 Thread njman
Is it possible to replace the built-in new-call screen (when someone calls you) with your own. Any help appreciated. -- 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

Re: [android-developers] Automate update every x secs get data from myUrl

2012-11-21 Thread TreKing
On Wed, Nov 21, 2012 at 12:40 PM, Antonis Kanaris wrote: > i want to convert to automatic update.How i make this? In a word: "AlarmManager". - TreKing

[android-developers] Re: Disable HDCP in Android 3.1

2012-11-21 Thread Jonathan S
custom ROM like in xda On Wednesday, November 21, 2012 2:22:07 PM UTC-5, tgraupmann wrote: > > Ditto, did you find a solution? Nexus 10 has HDCP on and I need to turn it > off... > > On Thursday, June 30, 2011 12:13:00 AM UTC-7, Pauland wrote: >> >> Ok, so nobody wants to answer this question, wh

[android-developers] Re: Play a media file in the assets or res/raw folder in another app

2012-11-21 Thread skink
On Saturday, February 4, 2012 12:46:16 AM UTC+1, droid-stricken wrote: > > Hi All, > > I had posted this question yesterday on the stackoverflow. But no one > seems to know the answer or have the time to make to share their > thoughts. > > http://stackoverflow.com/q/9124314/693959 > > Is it

[android-developers] Re: Asset/Resource in Content Provider

2012-11-21 Thread Russell Wheeler
Alex, I am having the same problem accessing resources through a content provider using all the resource sections to create a path. The weird thing is it workd from within the main app, but not passing a resource over the content provider. Did you ever solve this? Russ On Sunday, January 24,

[android-developers] Re: Play a media file in the assets or res/raw folder in another app

2012-11-21 Thread Russell Wheeler
Did you ever work this out? I'd be keen to know how if you did, thanks Russ On Friday, February 3, 2012 11:46:16 PM UTC, droid-stricken wrote: > Hi All, > > > > I had posted this question yesterday on the stackoverflow. But no one > > seems to know the answer or have the time to make to shar

Re: [android-developers] Re: Best approach to handle Catch-Exception

2012-11-21 Thread Lew
Luiz Henrique wrote: > we are sharing the same ideas about how and in what kind of condition > should be showed error messages. Btw, I'm using ACRA to handle uncaught > exception and it have worked fine. > "ACRA"? > > About catch-exception you understand me well. So, nowadays I'm using > t

Re: [android-developers] Re: Best approach to handle Catch-Exception

2012-11-21 Thread Luiz Henrique
Hi Nobu, we are sharing the same ideas about how and in what kind of condition should be showed error messages. Btw, I'm using ACRA to handle uncaught exception and it have worked fine. About catch-exception you understand me well. So, nowadays I'm using try/catch to grab the exceptions and somet

[android-developers] Re: Disable HDCP in Android 3.1

2012-11-21 Thread tgraupmann
Ditto, did you find a solution? Nexus 10 has HDCP on and I need to turn it off... On Thursday, June 30, 2011 12:13:00 AM UTC-7, Pauland wrote: > > Ok, so nobody wants to answer this question, whatever the perfect spot > where I ask ... -- You received this message because you are subscribed to

[android-developers] Re: Best approach to handle Catch-Exception

2012-11-21 Thread Nobu Games
If I understand you correctly, you should proceed like with any other application. Which is: propagate errors to the GUI in order to make the user aware of the problem. But only under following conditions: * The user expects an immediate result but the action failed * The app cannot recover from

[android-developers] Best approach to handle Catch-Exception

2012-11-21 Thread Luiz Henrique
Hi Guys, what is the best approach in a android application to handle Catch-Exceptions (java.lang.Exception) on the business layer? Cheers, Luiz -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-

Re: [android-developers] OOM with heap enough

2012-11-21 Thread Romain Guy
And they were not allocated in a "smaller area". They used to be allocated on the native heap but they counted against the Dalvik heap's usage (which is why you would get OOM anyway.) On Nov 21, 2012 10:23 AM, "b0b" wrote: > Bitmap data is not allocated in the Java heap but in a much smaller area

Re: [android-developers] OOM with heap enough

2012-11-21 Thread Romain Guy
As of 3.0 Bitmaps are allocated on Dalvik's heap. On Nov 21, 2012 10:23 AM, "b0b" wrote: > Bitmap data is not allocated in the Java heap but in a much smaller area > of native memory. > > So you can have several MB of Java Heap free and still have Bitmap OOM. > > Bitmaps are a total PITA to manag

[android-developers] Automate update every x secs get data from myUrl

2012-11-21 Thread Antonis Kanaris
Hello.I am new developer android and i want to make an application read data from my webserver and control my arduino board... I start with this example .for get data...ok work but only when click buttoni want to convert to automatic update.How i make this?. public class ReadWebpageAsync

[android-developers] Re: debugging crashes on some systems ( not all )

2012-11-21 Thread b0b
On Wednesday, 21 November 2012 16:31:24 UTC+1, bob wrote: > > Sounds like you want ACRA. > > Seconded. It will enlighten with a new world of unsuspected fail. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send em

Re: [android-developers] OOM with heap enough

2012-11-21 Thread b0b
Bitmap data is not allocated in the Java heap but in a much smaller area of native memory. So you can have several MB of Java Heap free and still have Bitmap OOM. Bitmaps are a total PITA to manage with Android. But it's doable. Except that when you thnk you are done fixing all OOM, a new surpri

Re: [android-developers] OOM with heap enough

2012-11-21 Thread Francisco Marzoa
Hi, That has no sense at all. I do not mean that you are not right, just mean that in such case it is a mighty bug... Best regards, 2012/11/21 Piren > I remember reading about a similar issue in the past and experienced the > same issue as well. > From what i recall, but dont take my word for

Re: [android-developers] SurfaceView

2012-11-21 Thread Romain Guy
Surfaces are always hardware accelerated in the sense that we use the GPU and/or other hardware chips to composite them on screen. This means all windows on Android behave this way. If you use a Canvas on a SurfaceView, the Canvas itself will still perform software rendering. On Wed, Nov 21, 2012

Re: [android-developers] Windows 8

2012-11-21 Thread Francisco Marzoa
You should ask Microsoft about that, thought. Anyway I do not know what you understand for a decent PC. If it is a laptop, you are likely to be forced to use the SO that the manufactured have said, but if it is a PC box, it its really easy to buy one without SO at all and install it by yoursel

Re: [android-developers] SurfaceView

2012-11-21 Thread Francisco Marzoa
According to Mario Zechner's book "Beginning Android Games", you need a SurfaceView so you can render from a thread different from the UI one, and also because the Surface may be hardware accelerated. Bests, On 11/21/2012 05:26 PM, bob wrote: Can someone tell me in layman's terms why you wou

[android-developers] Windows 8

2012-11-21 Thread Doug Gordon
My development PC just took a dive, and most of the decent PCs that I can find locally are now coming with Windows 8. I really don't want to go that route, but if I do, will the Android development environment, i.e., Eclipse and the various SDK tools, run OK on Windows 8? And how about drivers f

[android-developers] Re: ListView checked state wrongly shared between 2 views when reorienting screen

2012-11-21 Thread João Paulo Forny
Sorry for asking it here, but i have the same problem and some points were not clear for me. What do you mean by views that don't need to save their state? In my case, the problem is with custom views that don't have the same ids, but its children do, because it is created from a xml file. I t

[android-developers] Android in app purchase timeout.

2012-11-21 Thread vitthal khatpe
Hi All, i just want to know that , how do i handle connection timeout problem when i send request for purchase. Google play in app service should return some value in Broadcast receiver to notify app regarding connection timeout. Please do needful. -- You received this message because you a

Re: [android-developers] SurfaceView

2012-11-21 Thread Romain Guy
The main reason to use a SurfaceView is that you control the rendering thread and you can eliminate a lot of overhead. Views must use the invalidation mechanism to trigger redraws. A call to invalidate() walks up the View tree and marks Views dirty on top of keeping track of some extra state. When

[android-developers] Android in app purchase connection timeout

2012-11-21 Thread vitthal khatpe
Hi All, -- 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 options,

[android-developers] SurfaceView

2012-11-21 Thread bob
Can someone tell me in layman's terms why you would use a SurfaceView instead of a View when making a game? Is it because a dual-core can distribute the load better? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this gro

[android-developers] Re: FM radio Android Application Developement

2012-11-21 Thread bob
This guy seems to have done it: https://play.google.com/store/apps/details?id=com.mikersmicros.fm_unlock&hl=en On Tuesday, November 20, 2012 11:27:52 PM UTC-6, Karunakaran Vikash wrote: > > Hi , > I need to create a FM radio android application , is there any api or > methods for developi

Re: [android-developers] OOM with heap enough

2012-11-21 Thread Piren
I remember reading about a similar issue in the past and experienced the same issue as well. >From what i recall, but dont take my word for it, even if there is room in the heap and it isnt fragmented beyond belief, Dalvik first checks if the heap can be enlarged to include the needed space, ins

[android-developers] Re: debugging crashes on some systems ( not all )

2012-11-21 Thread bob
Sounds like you want ACRA. On Tuesday, November 20, 2012 5:08:46 PM UTC-6, Mike Adams wrote: > > Hi, > > I have a kind of chat and game client, it connects to a board game server > and is a tabbed android app. There is a telnet thread and it feeds > through concurrently linked queues 3 wor

Re: [android-developers] Re: OOM with heap enough

2012-11-21 Thread Francisco Marzoa
As told to Mark, I do not think so: the game is just starting, loading the first Screen at all. Also I have never experienced such problems on my own devices or emulators, and I have spent many time watching DDMS... of course it cannot be discarded at 100%, though. Regards, On 11/21/2012 04:0

Re: [android-developers] OOM with heap enough

2012-11-21 Thread Francisco Marzoa
On 11/21/2012 03:58 PM, Mark Murphy wrote: First, you do not know necessarily what BitmapFactory.Options are being specified on the decodeResource() call, as that does not appear to be called from your code, and it could be they have strange values in there. Well, as far as my own code reaches

[android-developers] Re: OOM with heap enough

2012-11-21 Thread bob
Maybe your heap is heavily fragmented and there is not 1.5megs of contiguous space? On Wednesday, November 21, 2012 8:50:41 AM UTC-6, Fran wrote: > > Look at this: > > 0java.lang.OutOfMemoryError: (Heap Size=48547KB, Allocated=33541KB) 1at > android.graphics.BitmapFactory.nativeDecodeAsse

Re: [android-developers] ICS 4.0.4 emulator image?

2012-11-21 Thread Francisco Marzoa
Ok, thanks for your answer, Mark. On 11/21/2012 03:28 PM, Mark Murphy wrote: On Wed, Nov 21, 2012 at 9:10 AM, Francisco Marzoa wrote: I have problems with some devices that uses ICS 4.0.4, mainly with Samsung Galaxy SIII ones. I have create an emulator instance to try to debug this as closed a

Re: [android-developers] OOM with heap enough

2012-11-21 Thread Mark Murphy
First, you do not know necessarily what BitmapFactory.Options are being specified on the decodeResource() call, as that does not appear to be called from your code, and it could be they have strange values in there. Beyond that, last I knew, Dalvik does not have a compacting garbage collector. I h

[android-developers] OOM with heap enough

2012-11-21 Thread Francisco Marzoa
Look at this: 0java.lang.OutOfMemoryError: (Heap Size=48547KB, Allocated=33541KB) 1at android.graphics.BitmapFactory.nativeDecodeAsset(Native Method) 2at android.graphics.BitmapFactory.decodeResource(BitmapFactory.java:595) 3at com.badlogic.androidgames.framework.impl.AndroidGraphics.newPixmap(A

Re: [android-developers] debugging crashes on some systems ( not all )

2012-11-21 Thread Francisco Marzoa
On 11/21/2012 03:20 PM, Piren wrote: Indeed, one of android's strong advantages (to the consumer) is also a big disadvantage (to the developer). That's exactly what I write down in my Google+ profile this weekend, so I fuuullyy gre with that. ;-) I was faced with similar heap issues,

[android-developers] What happens when we give the value 0 for the arguement of "intervalMillis" is given below method of android

2012-11-21 Thread Siva Kumar
Dear All, *What happens when we give the value 0 for the arguement of "intervalMillis" is given below method of android* AlarmManager.setRepeating (int type, long triggerAtMillis, long intervalMillis, PendingIntent operation) Whether it will repeat the alarm for the 0 milliseconds are perform ot

Re: [android-developers] ICS 4.0.4 emulator image?

2012-11-21 Thread Mark Murphy
On Wed, Nov 21, 2012 at 9:10 AM, Francisco Marzoa wrote: > I have problems with some devices that uses ICS 4.0.4, mainly with Samsung > Galaxy SIII ones. I have create an emulator instance to try to debug this as > closed as possible to SGS3, but I have been unable to reproduce the problem > at al

Re: [android-developers] debugging crashes on some systems ( not all )

2012-11-21 Thread Piren
Indeed, one of android's strong advantages (to the consumer) is also a big disadvantage (to the developer). I was faced with similar heap issues, did the same thing as you did, mostly came to the conclusion that the best thing is just to drop the bitmaps altogether or reduce their resolutions as

[android-developers] ICS 4.0.4 emulator image?

2012-11-21 Thread Francisco Marzoa
Hi there, I have problems with some devices that uses ICS 4.0.4, mainly with Samsung Galaxy SIII ones. I have create an emulator instance to try to debug this as closed as possible to SGS3, but I have been unable to reproduce the problem at all. I only have ICS 4.0.3 on the emulator that come

[android-developers] Re: Problem while displaying same list which is initialized in parent fragment into two different sub childs fragments

2012-11-21 Thread Piren
you can't add the same view to two viewgroups at the same time. if you want two lists, you'll have to initialize and set two lists. On Wednesday, November 21, 2012 3:57:20 PM UTC+2, Bajrang Asthana wrote: > > I am implementing swipe functionality using ViewPager and want to display > same list in

[android-developers] Problem while displaying same list which is initialized in parent fragment into two different sub childs fragments

2012-11-21 Thread Bajrang Asthana
I am implementing swipe functionality using ViewPager and want to display same list in two fragments which is initialized in parent fragment . I am having 1) One base Fragment 2) Two child fragments 3) One activity(FragmentActivity) in which adding two child fragments through ViewPager dynamical

[android-developers] Re: install and run PHP script on apache tomcat server

2012-11-21 Thread bob
Maybe you want XAMPP? On Tuesday, November 20, 2012 12:31:58 PM UTC-6, shikha kejariwal wrote: > > Hi All, > > can anybody please tell me how can I install and run PHP script of apache > tomcat server. > Since there are couple of tutorials are there but nothing seems to be > worked...If apache

[android-developers] Re: FM radio Android Application Developement

2012-11-21 Thread Karunakaran Vikash
thank you :) On Wednesday, November 21, 2012 10:57:52 AM UTC+5:30, Karunakaran Vikash wrote: > > Hi , > I need to create a FM radio android application , is there any api or > methods for developing this... anything available means ,just drop me a > mail .. > Any useful links , please up

[android-developers] WebView - Flash overlap issues in Android

2012-11-21 Thread James
platform: ARM7 based device android version: ICS4.0 browser: android default browser I am testing flash websites on android browser and observing that flash is always overlapping over webview. So if any website contains any list view/menu which falls above flash, always goes behind the flash wit

Re: [android-developers] debugging crashes on some systems ( not all )

2012-11-21 Thread Francisco Marzoa
Hi, This is one of the worst things of Android development ever. I am facing similar problems, also most of them with SGSIII, getting OOM crashes with no apparent reason. I have run the app in several different actual devices, also different emulator instances, one of them trying to fit as closed

Re: [android-developers] Digest for android-developers@googlegroups.com - 25 Messages in 19 Topics

2012-11-21 Thread avinash shyam
hi, how to click on a button after rotation animation in devices starting from level 9? Its a menu of 5items which opens up like cards in our hands and clicking on it after animation should do somethings. It sounds easy but i am having trouble as the the click happens on the original poition and

Re: [android-developers] Get data from the web on android with AsyncTask

2012-11-21 Thread Παύλος-Πέτρος Τουρνάρης
i already answered you on the other one! On Wed, Nov 21, 2012 at 2:45 PM, Antonis Kanaris wrote: > I am new developer and i want a good simple and analytical example for get > data from my website.net/ledstate.txt with AsyncTaski try without > asynctask and no workthis code...with perm

[android-developers] Get data from the web on android with AsyncTask

2012-11-21 Thread Antonis Kanaris
I am new developer and i want a good simple and analytical example for get data from my website.net/ledstate.txt with AsyncTaski try without asynctask and no workthis code...with permissions internet public class GetDataWeb extends Activity { @Override public void onCreate(Bu

Re: [android-developers] Get data from the web on android with AsyncTask....

2012-11-21 Thread Παύλος-Πέτρος Τουρνάρης
You will have to change the url to your personal url! On Wed, Nov 21, 2012 at 2:41 PM, Παύλος-Πέτρος Τουρνάρης < p.tourna...@gmail.com> wrote: > Καλησπέρα Αντώνη :P !!! > > private class RetrieveJsonInfo extends AsyncTask { > > public String finalContent; > @Override > protected Boolean doInBac

Re: [android-developers] Get data from the web on android with AsyncTask....

2012-11-21 Thread Παύλος-Πέτρος Τουρνάρης
Καλησπέρα Αντώνη :P !!! private class RetrieveJsonInfo extends AsyncTask { public String finalContent; @Override protected Boolean doInBackground(String... params) { } public void getInfo() { StringBuilder builder = new StringBuilder(); HttpParams httpParameters = new BasicHttpParams(); int tim

Re: [android-developers] FM radio Android Application Developement

2012-11-21 Thread Mark Murphy
On Wed, Nov 21, 2012 at 12:27 AM, Karunakaran Vikash wrote: > I need to create a FM radio android application , is there any api or > methods for developing this. Generally no, because generally phones are not FM radios. *Specific* phones might have an FM radio chip, and those *specific* man

[android-developers] Get data from the web on android with AsyncTask....

2012-11-21 Thread Antonis Kanaris
Hello.I am new developer and i want a good simple and analytical example for get data from my website.net/ledstate.txt with AsyncTaski try without asynctask and no workthis code...with permissions internet public class GetDataWeb extends Activity { @Override p

Re: [android-developers] Change home page by code?

2012-11-21 Thread Mark Murphy
Hopefully not. On Wed, Nov 21, 2012 at 6:42 AM, Jorge Garrido Oval wrote: > Can I change the default home page from default browser by code? > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to andr

Re: [android-developers] hi friends

2012-11-21 Thread Michael Banzon
First: I'm betting that you won't find anyone willing to give you a complete solution to this very vague problem. If you can ask a more specific question based on a real problem - not easily solvable by searching google etc. - people will be more likely to provide you with useful help. Second: You

[android-developers] Change home page by code?

2012-11-21 Thread Jorge Garrido Oval
Can I change the default home page from default browser by code? -- 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-

[android-developers] Re: READ_LOGS permission is not granted to 3rd party applications in Jelly Bean (api 16)

2012-11-21 Thread b0b
On Wednesday, 21 November 2012 06:45:39 UTC+1, Sean Watkins wrote: > > > Again like I said, it seems silly to break something before providing a > better way to do it, then again, i do understand there is a cause for > concern. I realise privacy is a huge issue nowadays and allowing anything

[android-developers] hi friends

2012-11-21 Thread sree android
how can i access json web services from java(servlets or JSP) to android,here only i will check username and password of mysql database. when i enter username and password ,compare toMySql database.if comparation is true then navigate new activity,other wise display toast like invalid username and

Re: [android-developers] Retrieving GPS coordinates when location services are not enabled

2012-11-21 Thread TreKing
On Wed, Nov 21, 2012 at 4:14 AM, Android Test wrote: > If i am not mistaken, you can enable the settings programmatically (Am I > correct?). > I'm sure you can find this on the inter-webbies if you look hard enough. > I don't need the exact coordinates, is it possible to get the cell tower > ID w

[android-developers] Retrieving GPS coordinates when location services are not enabled

2012-11-21 Thread Android Test
Hi All, Assuming the device's "Use Wireless networks" and "Use GPS satellites" settings under Location is not enabled, is it possible to still retrieve the location coordinates. Currently, the best is to redirect the user to the settings page is not enabled. I find this disruptive as needs to

[android-developers] How to create soap request in ksoap2 for a wcf webservice method with complex types?

2012-11-21 Thread Raneez
I have successfully accessed web services using ksoap2 but i am stuck with calling a web service method with data contracts. The webservice request in SoapUI is shown as : http://schemas.xmlsoap.org/soap/envelope/"; xmlns:tem="http://tempuri.org/"; xmlns:pat="http://schemas.datacontr

[android-developers] Re: NullPointerException from Billing API

2012-11-21 Thread Piren
That's your class and implementation... why does this need to be fixed on their side? On Wednesday, November 21, 2012 7:08:45 AM UTC+2, Build Account wrote: > > As far as you know, > The ERROR from Billing API make below error very FREQUENTLY > > - > java.lang.RuntimeExc

[android-developers] Re: HttpUrlConnection no print data to my screen

2012-11-21 Thread Piren
- Thats not a good way to read a stream. look up on how to use buffers - Its a horrible idea to perform findViewById in a loop. you should only do it once before the loop. - never do long processes on the main thread. especially not network access. look up how to background tasks in android -

[android-developers] Re: problem with jar file

2012-11-21 Thread Piren
I think the more important question is : "Why the fuck are you doing all of THAT instead of just using Java IO?" On Tuesday, November 20, 2012 11:44:14 PM UTC+2, Lew wrote: > > Ali Ahmadi wrote: >> >> i [sic] made a android [sic] app, which works correctly. >> now i put some parts of my applicati

[android-developers] Re: debugging crashes on some systems ( not all )

2012-11-21 Thread Piren
When an app crashes the user has an option to send a report, you can use your dev console to read the crashes and see what happened. You can also use external services like Bugsense to help you out. Regardless of that, it's always a good idea to have your own test version with as many logs as p

Re: [android-developers] Disabling DisplayList creation by Views

2012-11-21 Thread hanni
Hi, thanks for the quick response! You are right, of course. The DisplayList was simply holding references to some Bitmaps that were also referred by my custom View elsewhere. The Eclipse Memory Analyzer Tool is a bit more difficult to use with Bitmaps, after DisplayLists were added. When check

[android-developers] Re: Beginner question on layouts

2012-11-21 Thread Piren
you should really read the documentation and do the plethora of tutorials Google provides. http://developer.android.com/guide/practices/screens_support.html Regarding the textview, that's what String Formatting is for (%.2f), look it up. On Friday, November 16, 2012 1:23:53 AM UTC+2, Brandon C