Re: [android-developers] Re: Bitmap issue and Webview rendering issue in ICS

2012-11-07 Thread shiva pendem
Hi, i have used this even but this doesnt make any difference on low end devices we can see the difference on high end devices like S3 but we wont get the issue of heap on those devices, using this will make lots of drawbacks for the device environment, please refer to http://stackoverflow.com/

Re: [android-developers] Non-responsive Activity on Back

2012-11-07 Thread Dandre Allison
Hmm, thanks Mark, I'll test that. Don't know where the hidden Activity is coming from. -- 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,

Re: [android-developers] Json Parsing

2012-11-07 Thread TreKing
On Wed, Nov 7, 2012 at 9:32 PM, Sadhna Upadhyay wrote: > Please tell me in detail about JSON parsing and why it is used in Android. You can get all this information and more on the inter-webbies. - T

[android-developers] Json Parsing

2012-11-07 Thread Sadhna Upadhyay
Hi everybody, Please tell me in detail about JSON parsing and why it is used 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 unsub

Re: [android-developers] Best way to accomplish this

2012-11-07 Thread TreKing
On Wed, Nov 7, 2012 at 7:43 PM, Kevin Brooks wrote: > I did run into some issues where occasionally the system would display > that a problem had occur and ask if the user wanted to Force Close the > application. This problem always seemed to occur when the background color > was being changed.

Re: [android-developers] Are multiple publisher accounts legal for branding or testing purposes?

2012-11-07 Thread TreKing
On Wed, Nov 7, 2012 at 7:21 PM, markusn82 wrote: > I was wondering if its legal ... > Stop right there - this is a tech forum. You need a lawyer to answer this question. > Would it be against the TOS for them to create a new publisher account for > the sports titles so they can be distinguishe

[android-developers] Best way to accomplish this

2012-11-07 Thread Kevin Brooks
Hi All, Once before I designed a program that had a good sized text view. In the text view there was a variable value that changed periodically. Depending on the numerical value of this variable, I would change the background color attribute of the text view. I am not sure this is the best

[android-developers] Are multiple publisher accounts legal for branding or testing purposes?

2012-11-07 Thread markusn82
Hi, I was wondering if its legal for one company or person to create multiple Google Play publisher accounts for branding or testing purposes. For example, lets say a company had a great reputation for making action titles and they wanted to create a new line of sports titles that are part of

Re: [android-developers] Non-responsive Activity on Back

2012-11-07 Thread Mark Murphy
Sounds like there is a transparent activity at the top of the stack, or something along those lines, that has the foreground and therefore steals input. See if this recurs on the emulator. If it does, get the app in the state where it is not responding to input, then bring up Hierarchy View and se

[android-developers] Re: What happens in android device.If gps is working for a long time continously (more than 5 hours)

2012-11-07 Thread lbendlin
Ah, but there is a difference between "having a question" and "question someone's motives/statements" http://dictionary.reference.com/browse/doubt?s=t On Wednesday, November 7, 2012 11:48:38 AM UTC-5, Lew wrote: > > "Doubt" means precisely "question" in some dialects of English. Widen your > ho

[android-developers] Non-responsive Activity on Back

2012-11-07 Thread Dandre Allison
I have an account picker Activity modelled after the iosched AccountActivity, but for my app's custom accounts. When I press the "add account" action it launches a connect account Activity for that custom account. If I press back from here (trying on Nexus 7 Android 4.1) I come back to what loo

[android-developers] Re: Geocoder causes IndexOutOfBoundsException

2012-11-07 Thread bob
I ran your code, and it works fine. The only way it produces the error you described is by removing these lines: if (addresses == null || addresses.size() < 1) { return null; } On Sunday, November 4, 2012 6:59:09 AM UTC-6, Bevor wrote: > > I have the following clas

[android-developers] Re: Converting existing activities into fragments

2012-11-07 Thread bob
Yes, the guide is right here: *http://www.youtube.com/watch?v=TGXenxtDEGQ* On Wednesday, November 7, 2012 6:40:59 AM UTC-6, Bajrang Asthana wrote: > > Hi , > > Actually I want to add sliding functionality among existing activities. I > did some R&D and found that we can do it using ViewPager. B

Re: [android-developers] Webapp with in-app Billing

2012-11-07 Thread Ian Ni-Lewis
I guess it depends on what you mean by "Web App." If you are talking about a purely Web-driven application that the user gets to by browsing to your website in Chrome or another browser, then you don't need to do anything special for Android. I suspect, however, that you are talking about an An

[android-developers] Re: use monkeyrunner in windows7,the exception,[com.android.chimpchat.adb.AdbChimpDevice]java.net. SocketException: Software caused connection abort: recv failed

2012-11-07 Thread Diego Torres Milano
It looks like a bug... On Wednesday, 7 November 2012 02:29:42 UTC-5, lincoln wrote: > > Sorry! I'm not sure the problem is a bug,so i post it here. > > You mean i should to add a new bug? > > Thank you! > > On Wednesday, November 7, 2012 3:04:38 PM UTC+8, Diego Torres Milano wrote: >> >> See http:

Re: [android-developers] Webapp with in-app Billing

2012-11-07 Thread TreKing
On Wed, Nov 7, 2012 at 8:25 AM, Juan Manuel Rodriguez Castro < lostuse...@gmail.com> wrote: > Thanks TreKing, i found the same information, but nothing about in-app > billing at webapps. The Android API has no further information regarding > this. Well, I haven't used either, so take this with a

Re: [android-developers] Re: Geocoder causes IndexOutOfBoundsException

2012-11-07 Thread TreKing
On Wed, Nov 7, 2012 at 9:51 AM, bob wrote: > The error comes about because it's returning the latter, *empty list*. > If his list were empty, it would hit his "< 1" check and never reach the point at which the exception is thrown. -

Re: [android-developers] Launch Behavior Issues, 2.3 vs. 4

2012-11-07 Thread Evan Ruff
And... I spoke too soon. When I exported the application and installed it on the device, it goes back to the wonky launch behavior... E On Wednesday, November 7, 2012 2:54:44 PM UTC-5, Evan Ruff wrote: > > So I found an edge case where I was calling finish() on my Launcher > activity. This was

Re: [android-developers] breakpoints ignored

2012-11-07 Thread TreKing
On Wed, Nov 7, 2012 at 10:28 AM, bob wrote: > Can someone please help me understand this? This has nothing to do with Android development specifically. Try a Google search or consult an Eclipse group or forum.

[android-developers] Camera Preview started in C++ but rendered to a Java surface

2012-11-07 Thread Bammer
Is the following possible (if so, how) : I'd like to set up a layout in my java and add a view to it where the view contains a surfaceView for rendering the camera preview. But, I dont want to instantiate and start the camera in Java. I just want to set up the view so that I can keep the layout

Re: [android-developers] Launch Behavior Issues, 2.3 vs. 4

2012-11-07 Thread Evan Ruff
So I found an edge case where I was calling finish() on my Launcher activity. This was causing the behavior I described above. I'm still not sure why it's different for the emulator and for the actual running, but preliminary testing has indicated that it solves the issue... so far so good, wil

Re: [android-developers] clone

2012-11-07 Thread Kristopher Micinski
I would say, rather fixing the bug. "Cloning" a socket doesn't really make as much sense as its also tied to an underlying file descriptor, but why do you want to do this? I'm not sure I see the use case. kris On Wed, Nov 7, 2012 at 1:33 PM, bob wrote: > Let's say I want to create a clone of a

[android-developers] Re: Sending group SMS android

2012-11-07 Thread Erik
You don't have to wait for each message to be sent before sending the next. -Erik On Saturday, November 3, 2012 12:20:01 AM UTC-7, Haris wrote: > > Hi > >I need to crete an application like group messaging. For that I am > using SmsManager class. > > MY code look like > > > static List

Re: [android-developers] Launch Behavior Issues, 2.3 vs. 4

2012-11-07 Thread Evan Ruff
Hey Kostya, Thanks for the reply. What are the differences in these flag? Do you have any insight into how to make the production app perform the same Home <> Launcher behvior as when it's production? Thanks, E On Wednesday, November 7, 2012 1:47:09 PM UTC-5, Kostya Vasilyev wrote: > > Evan

Re: [android-developers] Launch Behavior Issues, 2.3 vs. 4

2012-11-07 Thread Kostya Vasilyev
Evan, Eclipse uses a slightly different intent when launching your app than the Launcher does. The following are log lines from my current project. Launcher: 11-07 22:39:50.309 I/AccountListActivity(25660): * onCreate: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUN

[android-developers] Re: WebView in ListView

2012-11-07 Thread Vitaly Chernikov
I am use ListView and each cell is WebView. So, I see that I must place WebView.loadURL directly in GetView! And it is calling every time when I scrolling! So how can I cache WebView to call LoadURL only one time? Or may be I would be save Inflated view in array and return in GetView only view

Re: [android-developers] DatePicker update via EditText rather than Spinner

2012-11-07 Thread Kostya Vasilyev
Yes, this seems like an Android bug (can't say which versions are affected). I have the following in my DialogPreference subclass. Note the call to clearFocus. @Override protected void onDialogClosed(boolean positiveResult) { super.onDialogClosed(positiveResult); if (positiveResult) { mTimePick

[android-developers] clone

2012-11-07 Thread bob
Let's say I want to create a clone of a BluetoothSocket object as a potential workaround for a bug. Anyone know how to do this? -- 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@googl

[android-developers] Re: How can i access Contacts?

2012-11-07 Thread Joe Malin
I think what you mean is "I want to access contacts in the order in which they were modified or inserted into the provider". Unfortunately, you can't do that. That data is not available. If you provide more information about your application, perhaps someone can offer additional help. On Tues

Re: [android-developers] Selling tangible/physical goods

2012-11-07 Thread Lew
Tzahi Cohen wrote: > Thanks I just wanted to triple check before investing in an integration > to a payment service. > > From what I understand, if you are dealing with digital goods you are > free what ever payment service you choose. > > App purchases: Developers charging for applications and

Re: [android-developers] Re: View Group onclick event not firing

2012-11-07 Thread Mobile Developer
Hi All, Click event in vewgroup child not firing if i use dispatchTouchEvent(MotionEvent e) for touch. if i use onInterceptTouchEvent(MotionEvent e) i can stop the touch event and click is working as we expect. but i need click for viewgroup child items also i need to touch to drag the viewgr

Re: [android-developers] Re: getSherlockActivity throwing Nullpointer Exception

2012-11-07 Thread Παύλος-Πέτρος Τουρνάρης
Diogo i have already tried that with no success! On Mon, Nov 5, 2012 at 3:11 PM, Diogo Henrique wrote: > why you don't try... > > progressDisplay.show(getAplicationConext(), > "LoadingDialog"); > > > > > > > Em segunda-feira, 5 de novembro de 2012 10h28min12s UTC-2, vani escreveu: > >> >> HI f

[android-developers] Extending AdapterView: RecycleBin and view recycling

2012-11-07 Thread Nicholas Campion
I have re-embarked on my much aligned quest to extend AdapterView to allow for a horizontal scroll implementation. I've gotten to the point of wanting to implement view recycling. The AbsListView.RecycleBin implementation makes use of the hidden method dispatchStartTemporaryDetach as well as ot

Re: [android-developers] R Can Not be Resolved

2012-11-07 Thread Lew
Bear35805 wrote: > It seems like you have hit on the problem. Where do I find the > PATH/ANDROID_HOME variable? Also is it possible there is a permission > problem? > In the operating system. More precisely, in the shell. And the word is "variables" in the plural, not "variable" in the sing

[android-developers] Re: What happens in android device.If gps is working for a long time continously (more than 5 hours)

2012-11-07 Thread Lew
"Doubt" means precisely "question" in some dialects of English. Widen your horizons. On Monday, November 5, 2012 11:09:27 AM UTC-8, lbendlin wrote: > > In order to doubt something, someone else must have made a statement. I > don't see that being the case. You have a thought, or maybe even a >

[android-developers] Re: Sureshot Closure :: SQL Server & Oracle DBA || 12 months || NH

2012-11-07 Thread Lew
This has nothing to do with Android app development. Please keep posts on topic. On Wednesday, November 7, 2012 7:31:52 AM UTC-8, Lee Nanda wrote: > > *Hello Partners,* > > *Need Urgently….* > > *Reply to l...@sourceinfotech.com only* > > * * > > *Position:-SQL Server & Oracle DBA* > > *Duration

[android-developers] breakpoints ignored

2012-11-07 Thread bob
Ok, I am having some more issues with breakpoints that the compiler is ignoring. Here is the code in question: static Handler handler = new Handler() { @Override public void handleMessage(Message msg) { Log.d("hmmm","hmmmok"); } }; What I did was I put a method breakpoint on this line: publi

Re: [android-developers] WifiP2pManager.BUSY State

2012-11-07 Thread Irfan Sheriff
If its busy, it could be a previous connection or wifi still being enabled or something that makes the operation infeasible at that time. Note that p2p tear down can take up to 2 minutes when things fail. You will have to just wait it out and retry if it happens. If you have exact steps to repro t

Re: [android-developers] Efficient Tablet Resource Selection

2012-11-07 Thread Mark Murphy
On Wed, Nov 7, 2012 at 10:38 AM, Dave Smith wrote: > In my mind, the old devices that don't understand the "sw" qualifier should > just ignore its existence and the two directories should just look like > "large" and "xlarge". If a directory has an unrecognized qualifier, the directory is skipped

[android-developers] A quick note on the dispatchMethodX pattern in Android

2012-11-07 Thread Satya Komatineni
When I am researching the custom components I often ran into something I call a dispatchMethodX pattern. Example is how draw(), onDraw() and dispatchDraw() work hand in hand for a composite pattern like views and view groups. I put a quick note here with also references to the design patterns ht

Re: [android-developers] How to avoid resource overriding in Android ?

2012-11-07 Thread Carlos A. M. dos Santos
On Wed, Nov 7, 2012 at 10:20 AM, Makrand wrote: > > I am working on Android Project, to avoid duplication of files I am using > library project, but I have observed that "library project" is following > overriding concept, First it will check resources files in Main Project if > its not there then

[android-developers] Re: Bitmap issue and Webview rendering issue in ICS

2012-11-07 Thread bob
Have you tried this: android:largeHeap = “true” On Monday, November 5, 2012 2:15:05 PM UTC-6, sourabh deshpande wrote: > > Hi, > > 1) I am developing an application which has very high quality image > contents. To load these images asynchronously I am using > > https://github.com/nostra13/Andr

[android-developers] Re: Geocoder causes IndexOutOfBoundsException

2012-11-07 Thread bob
You say "getFromLocationName should return by definition null or empty list". The error comes about because it's returning the latter, *empty list*. On Sunday, November 4, 2012 6:59:09 AM UTC-6, Bevor wrote: > > I have the following class which returns a coordinate depending on the > str

[android-developers] Re: My App Runs fine in the emulator and 2 devices but Hangs on the Galaxy S3 - Ice Cream Sandwich

2012-11-07 Thread bob
You will probably want to buy a Galaxy S3 from MetroPCS for 499. On Monday, November 5, 2012 1:01:50 AM UTC-6, Rob Thompson wrote: > > My friend installed my app on his phone, and it hangs. It's just a black > screen with the app title in the Google bar. However, in the emulator, it > wor

[android-developers] DatePicker update via EditText rather than Spinner

2012-11-07 Thread Matthew Fleming
Hi, I'm returning to Android development after a fairly long hiatus, so please excuse the following question if the answer is obvious. I have a DatePicker in a fragment, which is being supported by the compatibility library (I'm trying to keep it compatible back to 2.1). The user can set the da

[android-developers] Efficient Tablet Resource Selection

2012-11-07 Thread Dave Smith
I am trying to develop an efficient method of including resource qualifiers to appropriately select the layouts (and other resources really) for handsets, small tablets, and large tablets. To properly support devices on both sides of Android 3.2, when smallest width was introduced, I had hoped

Re: [android-developers] How to avoid resource overriding in Android ?

2012-11-07 Thread Marina Cuello
You could include just 1px x 1px resources with the correct names on the library. Marina El 07/11/2012 09:20, "Makrand" escribió: > I am working on Android Project, to avoid duplication of files I am using > library project, but I have observed that "library project" is following > overriding co

[android-developers] Re: Directed Graph

2012-11-07 Thread bob
Sounds like you want to use the android.graphics.Canvas class. This function will be useful: drawLine(float startX, float startY, float stopX, float stopY, Paint paint) as will this one for drawing the arrows: drawVertices(Canvas.VertexMode mode, int vertexCount, float[] verts, int vertOffset,

[android-developers] Sureshot Closure :: SQL Server & Oracle DBA || 12 months || NH

2012-11-07 Thread Lee Nanda
*Hello Partners,* *Need Urgently….* *Reply to l...@sourceinfotech.com only* * * *Position:-SQL Server & Oracle DBA* *Duration:-1 Year* *Location:-New Hampshire* *Skills Need: ·* · *Must have min 10 + years of experience with SQL Server, min 5 years experience with Oracle. * ·

[android-developers] Re: Android Chat Server

2012-11-07 Thread bob
I seriously doubt you will ever even come close to those limits. I would just use what you have. You could always just set up a second or third server if you need to. I doubt you would ever want 500 people in a single conversation. On Wednesday, November 7, 2012 3:49:26 AM UTC-6, rahul ka

[android-developers] Re: BluetoothChat Example Stops

2012-11-07 Thread bob
Glad it works. You can report the issue at b.android.com. I'm guessing the b stands for bugs. On Tuesday, November 6, 2012 8:30:22 PM UTC-6, tma wrote: > > Hi Bob, > > Many thanks! I changed the min API to version 11 in the manifest and the > problem went away. The example code specifie

Re: [android-developers] Selling tangible/physical goods

2012-11-07 Thread Tzahi Cohen
Thanks I just wanted to triple check before investing in an integration to a payment service. >From what I understand, if you are dealing with digital goods you are free what ever payment service you choose. App purchases: Developers charging for applications and downloads from Google Play

Re: [android-developers] bundle passed via intent coming null

2012-11-07 Thread Bunty syed
Thanks Bob. But I setsetDataAndType to intent with some dummy data, it doesnt not invoke second app On 7 November 2012 17:43, b0b wrote: > > > On Wednesday, 7 November 2012 12:03:40 UTC+1, Bunty syed wrote: >> >> If somebody knows this solution for the problem,please reply >> >> > Try calling s

Re: [android-developers] Webapp with in-app Billing

2012-11-07 Thread Juan Manuel Rodriguez Castro
Thanks TreKing, i found the same information, but nothing about in-app billing at webapps. The Android API has no further information regarding this. On Wednesday, November 7, 2012 2:31:06 AM UTC-7, TreKing wrote: > > On Mon, Nov 5, 2012 at 3:54 PM, Juan Manuel Rodriguez Castro < > lostu...@gmai

[android-developers] Re: How should "setSystemUiVisibility" and "android:fitsSystemWindows" be used?

2012-11-07 Thread Zoran Smilevski
Oh, I forgot something. This question is also on StackOverflow with screenshots (http://stackoverflow.com/questions/13237554/fullscreen-video-player-mediacontroller-behind-navigation-bar/13237778). Thanks again for any help! On Wednesday, November 7, 2012 3:02:21 PM UTC+1, Zoran Smilevski wrote

[android-developers] How should "setSystemUiVisibility" and "android:fitsSystemWindows" be used?

2012-11-07 Thread Zoran Smilevski
Hello, I have a problem with creating video player. I want that only VideoView will be resized behind navigation bar (soft navigation keys) and all overlay elements (timeline, ...) are sized "normaly" (not behind navigation bar). So I call *setSystemUiVisibility* method on layout root element

[android-developers] Re: Converting existing activities into fragments

2012-11-07 Thread Piren
hehe... "i did some R&D" ..i assume (R)esearch equals: i asked this forum :) There's a plethora of tutorials on how to create fragments on Android Developers. its pretty easy infer from those on how to accomplish what you want. On Wednesday, November 7, 2012 2:40:59 PM UTC+2, Bajrang Asthana

[android-developers] Converting existing activities into fragments

2012-11-07 Thread Bajrang Asthana
Hi , Actually I want to add sliding functionality among existing activities. I did some R&D and found that we can do it using ViewPager. But to use ViewPager I have to create my all activities into corresponding fragments. Initially it looks that we can convert activity into fragment. Is ther

Re: [android-developers] Forum very "slow"

2012-11-07 Thread Mark Murphy
On Wed, Nov 7, 2012 at 7:27 AM, Carlos A. M. dos Santos wrote: > The English word "site" is widely accepted in Brasil, but in Potugal they > prefer the Portuguese word "sítio". I suggest you to use a more neutral > translation therefore: > > Estes são alguns fórums onde você pode perguntar ou resp

Re: [android-developers] Forum very "slow"

2012-11-07 Thread Carlos A. M. dos Santos
On Mon, Nov 5, 2012 at 5:49 PM, Mark Murphy wrote: > On Mon, Nov 5, 2012 at 2:11 PM, lbendlin wrote: > > Love the russian text. You may not want to rely on Google Translate that > > much, unless you were aiming for chuckles. > > Well, the announcement tomorrow is calling for better translations

[android-developers] How to avoid resource overriding in Android ?

2012-11-07 Thread Makrand
I am working on Android Project, to avoid duplication of files I am using library project, but I have observed that "library project" is following overriding concept, First it will check resources files in Main Project if its not there then it will look in to library project. for eg. My show

Re: [android-developers] bundle passed via intent coming null

2012-11-07 Thread b0b
On Wednesday, 7 November 2012 12:03:40 UTC+1, Bunty syed wrote: > > If somebody knows this solution for the problem,please reply > > Try calling setDataAndType even with dummy parameters -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To

[android-developers] WifiP2pManager.BUSY State

2012-11-07 Thread Zach
sometime when I try to create a group in WifiDirect it returns back WifiP2pManager.BUSY message as reason for failure. I am not sure why this happens. But if I restart the WIFI interface it will again work. What could be the possible reason for this? How this can be avoided? is there any way

[android-developers] Re: How can i access Contacts?

2012-11-07 Thread Diogo Henrique
Prateek Sahu, here this answer to your question. http://stackoverflow.com/questions/7330165/how-to-access-contacts-in-my-android-program Em terça-feira, 6 de novembro de 2012 08h58min39s UTC-2, Prateek Sahu escreveu: > > I am developing an application which requires accessing the chronology in

Re: [android-developers] Re: application not found on google play

2012-11-07 Thread Salih Gündüz
ok thanks On Wed, Nov 7, 2012 at 12:20 PM, ravi . wrote: > check this once > http://developer.android.com/guide/google/play/filters.html > > -- > 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] bundle passed via intent coming null

2012-11-07 Thread Bunty syed
If somebody knows this solution for the problem,please reply On 6 November 2012 20:00, Bunty syed wrote: > Hi All, > > Hope doing well. > > I have one app with one button. > > On click of button, I am trying to launch second app by passing > some bundle. > >

[android-developers] Re: Creating Horizontal sliding effect between various activities in android

2012-11-07 Thread Bajrang Asthana
Thanks Piren :) * * -- 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 m

Re: [android-developers] Re: AndroidHttpClient and SocketTimeoutException on some configuration

2012-11-07 Thread Thomas Bouron
Oh wait! You're right, the JSON reponses > 8KB are chuncked encoding! I didn't notice that before! So how to handle that properly? On Wednesday, November 7, 2012 10:26:57 AM UTC+1, Nikolay Elenkov wrote: > > On Wed, Nov 7, 2012 at 5:39 PM, Thomas Bouron > > wrote: > > Hi. > > > > Thank you ve

Re: [android-developers] Re: application not found on google play

2012-11-07 Thread ravi .
check this once http://developer.android.com/guide/google/play/filters.html -- 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

Re: [android-developers] Re: AndroidHttpClient and SocketTimeoutException on some configuration

2012-11-07 Thread Thomas Bouron
Well, I capture them in a same way, cf my code posted above On Wednesday, November 7, 2012 10:26:57 AM UTC+1, Nikolay Elenkov wrote: > > On Wed, Nov 7, 2012 at 5:39 PM, Thomas Bouron > > wrote: > > Hi. > > > > Thank you very much for giving me your code! Unfortunately, I got the > same > > b

[android-developers] Re: application not found on google play

2012-11-07 Thread Salih Gündüz
which permision should I use in my mnaifest file ? thank you 7 Kasım 2012 Çarşamba 11:31:30 UTC+2 tarihinde ravi . yazdı: > > it depends on the permissions you have mentioned in manifest.xml file. > -- You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] Android Chat Server

2012-11-07 Thread Rahul Kaushik
Hi, I am developing chat application on android,i used Open fire i got connected and was able to do the chatting but when i googled and dig it more i came across several links which tells open fire has limit ion i.e I have seen reports of limitations of 500 and 1500 connections via bosh and also

Re: [android-developers] Re: application not found on google play

2012-11-07 Thread Salih Gündüz
which permision should I add to my manifest?thanks. On Wed, Nov 7, 2012 at 11:31 AM, ravi . wrote: > it depends on the permissions you have mentioned in manifest.xml file. > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to

[android-developers] Re: application not found on google play

2012-11-07 Thread ravi .
it depends on the permissions you have mentioned in manifest.xml file. -- 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 an

Re: [android-developers] Need help to read .ASPX webpage in app

2012-11-07 Thread TreKing
On Tue, Nov 6, 2012 at 2:48 AM, Ashish Banerjee wrote: > I need to display the content of an ASPX webpage in a apps gui in a > modified form i.e. with my own font style and other stuffs. please help on > how to achieve this. > P.S. i am new to android programming. > 1. http://developer.android.co

Re: [android-developers] Webapp with in-app Billing

2012-11-07 Thread TreKing
On Mon, Nov 5, 2012 at 3:54 PM, Juan Manuel Rodriguez Castro < lostuse...@gmail.com> wrote: > I'm trying to make an HTML5 application with in-app billing, but i cant > find any information about this, how can i reach this?. > Any example, walktrough, tutorial, etc will be appreciated. > http://de

Re: [android-developers] Directed Graph

2012-11-07 Thread TreKing
On Mon, Nov 5, 2012 at 12:37 PM, Ehsan Ghasisin wrote: > How can I draw directed graph in android . http://www.catb.org/esr/faqs/smart-questions.html - TreKing

Re: [android-developers] Re: AndroidHttpClient and SocketTimeoutException on some configuration

2012-11-07 Thread Nikolay Elenkov
On Wed, Nov 7, 2012 at 5:39 PM, Thomas Bouron wrote: > Hi. > > Thank you very much for giving me your code! Unfortunately, I got the same > behavior which is: > > For JSON reponse < 8KB: It works > For JSON reponse > 8KB: It doesn't work. To be more accurate, it returns me > a response with a stat

Re: [android-developers] Help! How to listen the enalbe state change of android button without rewriting the source code

2012-11-07 Thread TreKing
On Mon, Nov 5, 2012 at 12:01 AM, Jason zhao wrote: > Help! How to listen the enalbe state change of android button without > rewriting the source code. > One more important thing, I have implemeted the enable state change > listener of my custom button.But the above question means I call > androi

Re: [android-developers] HTC Desire HD - Software Update

2012-11-07 Thread TreKing
On Sun, Nov 4, 2012 at 4:46 PM, Erphan Qadiri wrote: > I have HTC Desire HD and I heard that there wouldnt be any software > updates like Ice Cream Sandwich or Jelly Bean due to some software > issues with HTC desire HD. Kindly confirm or get back with the > correct information. > This device-sp

Re: [android-developers] My App Runs fine in the emulator and 2 devices but Hangs on the Galaxy S3 - Ice Cream Sandwich

2012-11-07 Thread TreKing
On Mon, Nov 5, 2012 at 1:01 AM, Rob Thompson wrote: > Am I supposed to purchase every Android phone to make sure my app works? No. > What am I supposed to do? Borrow your friends phone? - TreKin

Re: [android-developers] Selling tangible/physical goods

2012-11-07 Thread TreKing
On Tue, Nov 6, 2012 at 8:19 AM, Tzahi Cohen wrote: > According to Google's policy: > What alternatives are available for apps that sell physical goods and > would like to be in Google play (market)? You mention Google's policy, which, ironically, states quite explicitly the case for physical go

Re: [android-developers] How to upgrade system app

2012-11-07 Thread TreKing
On Wed, Nov 7, 2012 at 3:08 AM, Dilip Kumar Chaudhary < androiddili...@gmail.com> wrote: > I had developed an app and build in Device.Now i need to upgrade this,is > this possible that user will get update information from google play if yes > how? If you publish an update to Google Play with th

[android-developers] How to upgrade system app

2012-11-07 Thread Dilip Kumar Chaudhary
I had developed an app and build in Device.Now i need to upgrade this,is this possible that user will get update information from google play if yes how? I'm confused about this..I have published update version of same app but user not getting notification of update. I have to upgrade this any how

Re: [android-developers] R Can Not be Resolved

2012-11-07 Thread Piren
I'm a Windows based developer myself, but as far as i recall you should have a .bashrc file in your profile folder (/home/kevin) that defines these variables. you'll need one named ANDROID_SDK pointing to the sdk folder and you'll need the PATH variable concatenated with the tools and bin folde

Re: [android-developers] Geocoder causes IndexOutOfBoundsException

2012-11-07 Thread TreKing
On Sun, Nov 4, 2012 at 6:59 AM, Bevor wrote: > How does this error come then? Use your debugger to step through the code and inspect all variables to determine this. - TreKing

Re: [android-developers] How to make new Project template on Eclipse..

2012-11-07 Thread TreKing
On Tue, Nov 6, 2012 at 6:40 AM, Pratama Wijaya wrote: > and the problem is.. how to add my new Templates on new project > eclipse..?? This sounds like an Eclipse problem, in which case you should ask an Eclipse-specific group or forum. ---

Re: [android-developers] How can i access Contacts?

2012-11-07 Thread TreKing
On Tue, Nov 6, 2012 at 4:58 AM, Prateek Sahu wrote: > I am developing an application which requires accessing the chronology in > which contacts are saved etc... > can any1 help me in this regard please? > What have you done so far? Do you have a specific question besides "help me"?

Re: [android-developers] Admob issue

2012-11-07 Thread TreKing
On Wed, Nov 7, 2012 at 12:36 AM, Vivek Malavade wrote: > nothing else in Activity, You said you have a ListView of Checkboxes, so clearly there is more to your activity. Again, without more details, no one is going to be able to help you. What you have done to debug this? Can you show some bit