[android-developers] Re: how to make the phone number to be auto formatted to 123-123-1234 this format

2012-10-21 Thread Piren
http://developer.android.com/reference/android/telephony/PhoneNumberUtils.html#formatNanpNumber(android.text.Editable) On Friday, October 19, 2012 4:17:20 PM UTC+2, Tom wrote: Hi, i need help for this code. if you know about it please help me *how to make the phone number to be auto

Re: [android-developers] Re: It seems easy to get rid of a competitor’s app

2012-10-21 Thread Latimerius
On Sat, Oct 20, 2012 at 11:44 PM, Kristopher Micinski krismicin...@gmail.com wrote: Please read the developer agreement you signed. There is nothing in it that says that Google has the responsibility to take legal action on your behalf. I don't take this discussion as being about whether

Re: [android-developers] Does an onDraw() get called if I don't do invalidate() but did the requestLayout()?

2012-10-21 Thread Satya Komatineni
Thank you very much. That helps. what if the layout results in shifting a view in its placement (origin change but not size). will that result in using the cached results of the previous draw? On Sat, Oct 20, 2012 at 4:19 PM, Romain Guy romain...@android.com wrote: requestLayout() itself does

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

2012-10-21 Thread FiltrSoft
On Thursday, July 12, 2012 1:15:33 PM UTC-4, Dianne Hackborn wrote: If you want the user to give you debugging information, you can have them generate a bug report with power + volume down + volume up which includes the logs and lots of other data, and automatically brings up their e-mail

Re: [android-developers] Re: It seems easy to get rid of a competitor’s app

2012-10-21 Thread Kristopher Micinski
On Sun, Oct 21, 2012 at 8:16 AM, Latimerius l4t1m3r...@gmail.com wrote: Does it suck that this happens? Yes, it does. Is there any possibility that Google would spend enough money for tons of lawyers to protect you on an individual basis? I don't think that makes sense for them,

Re: [android-developers] Re: It seems easy to get rid of a competitor’s app

2012-10-21 Thread Kristopher Micinski
And I don't mean to discourage you, it would be nice to know why this isn't happening, but in reality nobody from Google is going to reply to you on this forum, that seems legally risky for them. kris On Sun, Oct 21, 2012 at 10:26 AM, Kristopher Micinski krismicin...@gmail.com wrote: On Sun,

Re: [android-developers] Re: It seems easy to get rid of a competitor’s app

2012-10-21 Thread John Coryat
I think the reason that this tactic is rare is a very human one. Most developers, the vast majority, are regular, moral and well meaning people. In order to stoop to tactics like this a person would have to be evil by nature. There just aren't that many people in the world who could stomach

[android-developers] Re: Does an onDraw() get called if I don't do invalidate() but did the requestLayout()?

2012-10-21 Thread Jan Burse
Satya Komatineni schrieb: For a UI action in the same thread: //On my view I call requestLayout() ViewRoot schedules a traversal //I don't call invalidate() on my view So, no rectangle is invalid (I am assuming that is the assertion because I didn't call invalidate) Is it possible that the

Re: [android-developers] Re: It seems easy to get rid of a competitor’s app

2012-10-21 Thread Latimerius
On Sun, Oct 21, 2012 at 4:26 PM, Kristopher Micinski krismicin...@gmail.com wrote: It seems like it would make sense in the abstract, but time and time again I've been surprisingly wrong about legal action seeming like it should be obvious / easy, and having this be completely false. Have to

Re: [android-developers] Re: It seems easy to get rid of a competitor’s app

2012-10-21 Thread Kristopher Micinski
I honestly think the problem with this is that the legal people don't write blogs, and the software people don't have the ability to write legal blogs. But it'd be nice. kris On Sun, Oct 21, 2012 at 3:06 PM, Latimerius l4t1m3r...@gmail.com wrote: On Sun, Oct 21, 2012 at 4:26 PM, Kristopher

Re: [android-developers] Does an onDraw() get called if I don't do invalidate() but did the requestLayout()?

2012-10-21 Thread Romain Guy
It depends on whether your app is hardware accelerated or not but at least one view will have its onDraw method invoked. On Oct 21, 2012 5:52 AM, Satya Komatineni satya.komatin...@gmail.com wrote: Thank you very much. That helps. what if the layout results in shifting a view in its placement

[android-developers] Omap3 GingerBread change screen resulation

2012-10-21 Thread dani maoz
Hi How can i change screen resulation on the external screen connected to pandaboard. 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

[android-developers] Inserting past event in local android calendar in Froyo

2012-10-21 Thread Bharat Parikh
Objective: To write a sync adapter that syncs Google calendar events with local android calendar (server to device - one way only). Android Version: Froyo Debugging Steps: 1. A past non-recurring event (one month old) is read from Google Calendar 2. I insert it locally in android

[android-developers] SSl Certification to access Https protocol API

2012-10-21 Thread ary suryawan
Hi guys, i got a problem to figure it out to access https using SSL Certification from my android, base on the article i read, advised me to create keystore certification first then put into my workspace project under res/raw directory, but after do it the whole things , the problems still

[android-developers] Help with bluetooth printing Please

2012-10-21 Thread dave parker
Can Somebody help please? I think I have tried every app available for bluetooth printing and have pulled all my hair out now ,The problem is. I have installed printer share onto my HTC phone which is running android 2.3.5 and on my Samsung tablet galaxy tab 2 which is running android 4.0.4.

[android-developers] Re: the Welcome to Android Development window doesn't appears

2012-10-21 Thread Cristina Blanco
I have the same problem. I use Ubuntu 32 bits and the same Eclipse and ADT's version. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group,

[android-developers] Help with downloading the SDK for eclipse Juno through Android SDK Manager

2012-10-21 Thread Jumpin
ive tried for months to get the SDKs to download to Eclipse Juno with the Android SDK Manager to get the different SDK platforms I dont have the best connection. I connect through WiFi with my phone. Although I have a booster in my house, its just not enough bandwidth to download the SDKs Ive

[android-developers] Serialport communication, Android 2.2

2012-10-21 Thread Anamika
Hi, I am working on developing a serialport application for reading data from the card swipe with the android service for tablets. The scenarios are firstly on the startup of the tablet the service will start and opens the serialport and initialization command written on the serialport. On

[android-developers] Java SE

2012-10-21 Thread Alana Weaver
Hi I've downloaded Android SDK but the Java jdk wasn't apart of Android SDK download? Where can I find Java SE that's compatible windows 32? So that I can properly install Android SDK on my laptop. Thanks. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Emulator error

2012-10-21 Thread Aniket Kulkarni
Hi! I am new to android development. I have installed android sdk. I am using Eclipse to run the application. When I run application results in two errors as follows: *[2012-10-21 13:54:49 - Emulator] Failed to create Context 0x3005 [2012-10-21 13:54:49 - Emulator] emulator: WARNING: Could not

[android-developers] HTML5, CSS, JSCRIPT

2012-10-21 Thread Megbare
Hi I'm completely new to Android developement and it probably shows :) Anyways: It is a long time since I have programmed in java and I found something I thought was a nice option for me: Using Oreileys guide to making web apps into native Android play app, using html5, css, jquery..

[android-developers] Android cuts off HttpURLConnection when screen timeout occurs.

2012-10-21 Thread LouieLiu
The app I am writing uses a Streaming (REST) api that opens a HttpURLConnection and listens to a response from a server. I use IntentService for this function so it runs in the background. When my LG phone (ICS 4.03) goes dark (screen timeout), it terminates the connection. But it works fine on

[android-developers] Creating keys for usage with KeyChain

2012-10-21 Thread Anders Rundgren
Google can create keys accessible through KeyChain using the browser and keygen. How can mere mortals do the same thing? -- 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] Android Bluetooth Device Picker Usage

2012-10-21 Thread Avinash Gupta
My Application required bluetooth connectivity. And in the first phase I am trying to open up the standard Activity *Bluetooth Device Picker* to help user scan for new device or chose a device from the list. The problem is that I am unable to get any working example for the bluetooth device

[android-developers] Re: Can i convert AMR to MP3 OR WAV in my activity?

2012-10-21 Thread Mr. Andy Rocket
Hello. I have the same problem, convert amr to mp3. But it seems like you have already found out that it is not possible. so in my case. I will solve my problem by play my amr recordings on a good stereo, and record the sound. so maybe that's an idea for you to:) good Luck -Andy

Re: [android-developers] Re: It seems easy to get rid of a competitor’s app

2012-10-21 Thread Andrew
I cannot believe that this is really happening! Is it? Andrew On Wednesday, 17 October 2012 12:57:05 UTC+2, Peter wrote: This does not seem to be the first time they are doing this: * https://www.google.com/transparencyreport/removals/copyright/requests/341196/

[android-developers] Always receiving default values for childs within custom layout

2012-10-21 Thread DarkBoni
Hi, I wanted to create my own custom layout. While testing it, i found out that the custom attributes that i implemented in my layout don't get passed to the childs of my layout correctly and always are equal to my specified default values. I couldn't find any suitable things on the internet

[android-developers] Pushing a screen to the front.

2012-10-21 Thread Spike66
Hi I have written an application which include a service running in the background, and a GUI that includes (amongst other things) the ability to make a call to a predefined number. Now- when the user presses the button to make the call- the call is made OK- and the screen changes to the

[android-developers] Android notification repeats itself randomly

2012-10-21 Thread TimDev1
I've created ~25 notifications. Those notifications pop-up at the right times, but after a while they pop-up randomly to. I'm unsure why because I've programmed them to only go off at the times I gave in: Main activity code: //Alarm one private void Alarm(Context context) {

[android-developers] Using DexClassLoader to load an interface

2012-10-21 Thread Detlev Schwabe
I am using a dynamically loaded 3rd party library. I followed this article in getting this to work: http://android-developers.blogspot.com/2011/07/custom-class-loading-in-dalvik.html, except that I have to access every class/method/field via reflection since I don't have any interface stubs

[android-developers] How to do HTTP post requests from Android on my Mule service bus app.

2012-10-21 Thread Speedy31
Hi guys, I'm pretty new to Android software development, but have to say I like it more each day! I would like my android app to contact my servicebus over a simple HTTP post request, in which I'm able to specify: URL, portnumber, path and body, etc. Below you can see a screenshot of an old

[android-developers] I'm looking for articles, tutorials, examples, stories about the implementation of the change effect viewflipper to be similar to the change of pages of a book.

2012-10-21 Thread Gerson Novais
Hi, I'm looking for articles, tutorials, examples, stories about the implementation of the change effect viewflipper to be similar to the change of pages of a book. Does anyone know where I can find this kind of reading? thanks. -- You received this message because you are subscribed to the

[android-developers] Re: ADB interface is too slow to install

2012-10-21 Thread bin彬
I used adbwireless. then install a APK it take too long time to install .(C:\Documents and Settings\Administratoradb install D:\workspace-mobile\pandaspa ce_web\bin\LoadingActivity-debug.apk) it's about 400s。 so please fix as soon as possible On Saturday, December 3, 2011 3:40:48 AM

[android-developers] Installation requires org.eclipse.wst.sse.core - how to download and install?

2012-10-21 Thread dogulas
I have downloaded the Android SDK v20.0.3 and was going through the process of downloading and installing the Android ADT Plugin into Eclipse. As per the instructions on Installing the Eclipse Plugin ( http://developer.android.com/sdk/installing/installing-adt.html), I downloaded and

[android-developers] To ContentProvide Sqlite DB or Not

2012-10-21 Thread ncdroid
Group: I am very confused about the need to wrap a ContentProvider around a sqlite db if the db is to only be used locally. I have no plans to expose the data in my sqlite db to any other app. The quote on the following page would indicate a cp is not necessary if the data is only to be

[android-developers] Drive app and Intent.ACTION_GET_CONTENT.

2012-10-21 Thread Jaakko Nissi
Hi, I would like to import files to my app using the Intent.ACTION_GET_CONTENT and the mimetype of the intent set to image/* On a Galaxy Nexus that has Google Drive and dropbox apps installed, I only get dropbox and the built-in gallery app as possible choices to import the images from. Is

[android-developers] Android Virtual Device fails with no error message

2012-10-21 Thread dogulas
I am going through the steps in Building Your First App ( http://developer.android.com/training/basics/firstapp/index.html). I have installed Eclipse 4.2.1 on my Windows 7 x64 box. I have installed Android SDK 20.0.3 for Windows. In the step-by-step instructions I get to Running Your App

[android-developers] Sending commands to the SIM Application Toolkit (SAT)

2012-10-21 Thread Elijah
Hi, I've been trying to find a way to access the SAT from an app I'm building but nothing has been forthcoming. Now this question has been asked on stack overflow before, the answer being that its not possible to access another app that hasn't exposed an explicit API. I think that since the

[android-developers] adb am start -W hangs

2012-10-21 Thread Guy Nicholas
I have an app that if run in test mode using adb am start class path/test activity name successfully launches my app, runs the tests, and exits. When I run this from our automated build machine I need to run with the -W option to get command to wait for the app to finish so that I can then

[android-developers] I'm using ShareActionProvider. Can't change Intent's extra at runtime

2012-10-21 Thread Hurelhuyag
actionProvider.setOnShareTargetSelectedListener(new ShareActionProvider.OnShareTargetSelectedListener() { @Override public boolean onShareTargetSelected(ShareActionProvider source, Intent intent) { intent.setType(text/plain); Bundle b = new

[android-developers] Re: Difference between Android and Linux Kernel ?

2012-10-21 Thread mrrocc
What kind of test are you doing ? Il giorno venerdì 19 ottobre 2012 08:13:53 UTC+2, chain_chelliah ha scritto: I know Android uses the Linux kernel. I hope the Android developers did some modification with original Linux Kernel, especially in standard C libraries. My question is whether the

[android-developers] Re: You have another application on Google Play with the same package name. Go to that other application, and click upgrade.

2012-10-21 Thread bahmani iman
ok -- 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, visit

[android-developers] Problem with reading File in Native code in Android

2012-10-21 Thread Islam Yousry
Dear all, I need to do the following steps 1- read text file contains for example This is a file test using native code and return this text 2- build it using NDK to be .so file 3- run android application which loads this library to display the returned text on the mobile screen I searched

[android-developers] Re: BadParcelableException: lost CREATOR?

2012-10-21 Thread Kalinka
I have the same issue and it's almost definitely because of ProGuard... What's the command for keeping it, and where does it go? I think it's something like -keep [something] in proguard.cfg but I don't know... On Tuesday, May 17, 2011 8:48:04 PM UTC-5, Zsolt Vasvari wrote: My guess is that

[android-developers] can someone answer me a question about webkit android?

2012-10-21 Thread 方灿
Hi all ,my question is : In android 4.0 webkit,there is a FrameCache Mechanism. I have found that when a webkit is rendering a webpae,it would call updateFrameCache method at the RecordPictureSet method of WebViewCore.cpp. But when the web page is Complex,the updateFrameCache will

[android-developers] Captive portal for mobile hotspot

2012-10-21 Thread Jeffrey Orange
I am trying to find code to help me force those that connect to my hotspot from my Razr to a captive portal. Is this possible? -- 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] Muting the music stream

2012-10-21 Thread Des
I'm building up a small app that should mute and unmute the music stream using the class AudioManager. When I run the app, it works: clicking on the toggle button I can do the stuff. The problem is when I mute the stream and close the app. (the stream is muted now) I start the app and it

[android-developers] Intermitent problems with java.net.URL

2012-10-21 Thread leonardoazpurua
Hi, I wrote this function in order to retrieve data from a web server: String getWebData(String arg) { URL url; String retVal; try { url = new URL(arg); HttpURLConnection conexion = (HttpURLConnection) url.openConnection();

[android-developers] NDK jni recommend some examples for me

2012-10-21 Thread Tony-jiang
NDK jni recommend some examples for me . How to link the .so file? How to write the .mk file? everything about this . My system environment is Ubuntu 12.04 .I set everything up. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Opening the SDK Manager from the Start Menu and through Eclipse shows 2 different versions.

2012-10-21 Thread Luke Chalfant
Okay, so I run Eclipse and it says I need the latest revision of the Android SDK Tools (20, and I have 16), and it offers to open the SDK Manager. It says that I have 16 and I try to update it and it fails. The first couple of times it said file not found. And now it says something about how

[android-developers] Creating Activity Helpers

2012-10-21 Thread Mohamed Kharrat
Hi, I created Helpers class for my app acitvitys, the probleme i found is that I not do code such TextView eText = new TextView(this); or even TextView eText = new TextView(getApplicationContext()); How can I creat Android widget from non Activity classes ?? Thinks -- You received

[android-developers] About debug in nexus 7

2012-10-21 Thread Loo James
hi eveyone today I want debug my program in nexus 7 I was intall asus usb driver in my win7 and found it in my device manage have item name is android phone next open usb debugging in nexus7 developer options but when I use adb devices in cmd can't found any device can you tell me where is my

[android-developers] Views with same ids getting same when restored

2012-10-21 Thread João Paulo Forny
I have a custom component with one RadioGroup that has two RadioButton, ids @+id/radioButton1and @+id/radioButton2. On the other hand, there is a TabActivity with five tabs. On each tab, this component is used more than one time. Here's the problem, when orientation changes and the activity

[android-developers] Problemas con el ProgressBar y con el Botón Stop.

2012-10-21 Thread José Juan Sosa Rodríguez
Hola a todos y a todas. Estoy desarrollando una aplicación, para escuchar una radio online. Pero tengo dos problemas que no se cómo solucionar: El primero es muy grabe ya que cuando le doy al play reproducir, se activa el botón stop parar. Hasta aquí todo bien, pero si pulso el botón Stop

[android-developers] Testing My Paid Game

2012-10-21 Thread LostDude
Is there a way for me to download my own, require payment game? i want to make sure it uploaded correctly and the signing is correct. *The lite version works 100% correctly. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Android CookieManager fails to refresh cookies

2012-10-21 Thread Kevin Kan
Curently in my Android app, I am using CookieManager and CookieSyncManager. What I notice is that, the cookie is not updated properly. For example: Android Server: No cookie Server Android: Cookie C1 Android Server: Cookie C1 (Correct) Server Android: Cookie C2 Android

[android-developers] How to search data by ListView in Android

2012-10-21 Thread karthik rao
http://stackoverflow.com/questions/12949715/how-to-search-data-by-listview-in-android# I am trying to search data by ListView data coming from a websevice.. Description: if I enter *[abc]* in search editview[searchText] and if I click serachbutton(buttonSearch), it must show all related

[android-developers] Adding fontsize, textcolor and fonttypeface to an activity

2012-10-21 Thread Lennart
Hee, i tried to add some specifications to the listpicker activity theme, but can't get it to work... the theme works, just translucent, but how can i set the fontsize, fonttypeface and textcolor? I'm just new here!

[android-developers] How to search data by ListView in Android.. can any one say my mistike

2012-10-21 Thread karthik rao
I am trying to search data by ListView data coming from a websevice.. Description: if I enter *[abc]* in search editview[searchText] and if I click serachbutton(buttonSearch), it must show all related data in listview(listView) Ex: abc, abacd, abcderg etc. in this way... This topic is new

Re: [android-developers] I'm using ShareActionProvider. Can't change Intent's extra at runtime

2012-10-21 Thread Mark Murphy
Quoting the documentation for OnShareTargetSelectedListener: Note: Modifying the intent is not permitted and any changes to the latter will be ignored. On Fri, Oct 19, 2012 at 7:54 AM, Hurelhuyag hurle0...@gmail.com wrote: actionProvider.setOnShareTargetSelectedListener(new

[android-developers] Individual order of favourites

2012-10-21 Thread Markus Piribauer
Hi i wonder that this feature is not implemented yet, sometimes you have 10, 20 or more favourites and want to order them in a special way, like your family first, but at the moment it doesn´t seem to be possible. I´m sure a lot of people are working with favourites in their contactlist but it

[android-developers] Add a library project using ant

2012-10-21 Thread Luiz Borges
Hey guys i`m facing an issue, and i'm a little lost on this. I need to add a library Project in my Project using ANT(i cant use Eclipse `cause i work with corona framework that dont let me). and my Build process is failling. The thing is, i need to add the ability to use the Extension Files in

[android-developers] Master-Detail layout inside a TabActivity

2012-10-21 Thread Marco Serioli
Hi! How can I use a Master-Detail structure inside an ActionTab? I have implemented it, but I don't know how to do it without nesting nested fragments.. I have putted fragment list and FrameLayout inside the fragment opened by Tab.. [image: enter image description here] Thank you! Marco --

[android-developers] Emulator - sdk 4.1 wallpaper does not scroll

2012-10-21 Thread MackCharlie
I have 2 emulators a)sdk 2.2 and b)sdk 4.1 The wallpaper does not scroll on the 4.1 when I pan between the home screens. But scrolls as expected on the 2.2 sdk. Is this a setting issue? Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] To ContentProvide Sqlite DB or Not

2012-10-21 Thread Mark Murphy
On Fri, Oct 19, 2012 at 8:13 PM, ncdroid jbla...@gmail.com wrote: Can someone please answer definitively for me the following: Are ContentProviders required to use Loaders w/Sqlite? No. If you really want to use loaders with SQLite directly, I have a SQLiteCursorLoader that works without a

Re: [android-developers] Master-Detail layout inside a TabActivity

2012-10-21 Thread Silvio Gustavo
Hi Marco, Nested Fragments are not supported by Android. You could change the activity layout, putting 3 containers to attach the 3 different fragments when the tab is selected. If you do not need these containers on the other tabs, you can set their visibility to gone after detach the fragments.

[android-developers] Re: If hdpi and xhdpi drawables defined, which drawable is used as base for an mdpi device?

2012-10-21 Thread Mark Carter
So I ran some tests on Gingerbread with drawables only defined for hdpi and xhdpi. Both ldpi devices and mdpi devices used the hdpi drawables. Wouldn't it be better for mdpi to use xhdpi because wouldn't you get better quality by just halving the xhdpi resolution? BTW, currently xhdpi and

Re: [android-developers] Creating keys for usage with KeyChain

2012-10-21 Thread Nikolay Elenkov
On Thu, Oct 18, 2012 at 1:47 PM, Anders Rundgren anders.rundg...@telia.com wrote: Google can create keys accessible through KeyChain using the browser and keygen. How can mere mortals do the same thing? Not sure what exactly you are trying to do. The keystore has interfaces for storing keys

Re: [android-developers] Sending commands to the SIM Application Toolkit (SAT)

2012-10-21 Thread Nikolay Elenkov
On Sat, Oct 20, 2012 at 12:56 PM, Elijah eljh...@gmail.com wrote: Hi, I've been trying to find a way to access the SAT from an app I'm building but nothing has been forthcoming. Now this question has been asked on stack overflow before, the answer being that its not possible to access another

Re: [android-developers] Not able to install ADT plugin for eclipse in Ubuntu 11.10

2012-10-21 Thread Tor Norbye
Go back to the previous screen in that wizard and make sure the checkbox for contacting all update centers is checked. -- Tor On Sat, Oct 20, 2012 at 4:20 AM, praveen10 personalid.prav...@gmail.comwrote: I am getting error while installing eclipse ADT plugin: Cannot complete the install

Re: [android-developers] Installation requires org.eclipse.wst.sse.core - how to download and install?

2012-10-21 Thread Tor Norbye
In the first page of the install wizard, make sure the Contact all update sites during the install to find required software is checked. Alternatively, download the Mobile edition which I think has all the WST components preinstalled. -- Tor On Thu, Oct 18, 2012 at 9:11 AM, dogulas

Re: [android-developers] Re: the Welcome to Android Development window doesn't appears

2012-10-21 Thread Tor Norbye
The Welcome Wizard is only shown the very first time you run the Android tools (when we need to get you to point Eclipse to an SDK install, etc). In addition to storing the path to the Android SDK in the Eclipse workspace settings, it also stores it in your home directory's .android/ddms.cfg file.

Re: [android-developers] Problemas con el ProgressBar y con el Botón Stop.

2012-10-21 Thread TreKing
2012/10/19 José Juan Sosa Rodríguez josejuansosarodrig...@gmail.com Hola a todos y a todas. 1 - Es preferido hablar Ingles aquí, si puedes. Si no, usa Google Translate por lo menos. 2 - Es mejor mostrar lo mas mínimo ejemplo que puedas para que gente aquí cojan tiempo para ayudarte. Poca

Re: [android-developers] Testing My Paid Game

2012-10-21 Thread TreKing
On Thu, Oct 18, 2012 at 1:01 AM, LostDude lostmythicalga...@gmail.comwrote: Is there a way for me to download my own, require payment game? Use a different Google Account than the one with which you uploaded it. i want to make sure it uploaded correctly and the signing is correct. As for

Re: [android-developers] Creating Activity Helpers

2012-10-21 Thread TreKing
On Sat, Oct 20, 2012 at 4:30 PM, Mohamed Kharrat kharrat.moha...@gmail.comwrote: How can I creat Android widget from non Activity classes ?? 1. Don't, if you can help it. 2. If you can't help it, pass along a Context to use where required.

Re: [android-developers] How to do HTTP post requests from Android on my Mule service bus app.

2012-10-21 Thread TreKing
On Thu, Oct 18, 2012 at 2:50 PM, Speedy31 isdwimpoirt...@gmail.com wrote: Can someone explain me how to achieve the same results directly from the android code? See the URL class in the documentation.

[android-developers] Re: Difference between Android and Linux Kernel ?

2012-10-21 Thread chain_chelliah
Its a kind of bio-metric finger print template matching system, there using one algorithm for verify FP templates. On Friday, October 19, 2012 2:36:11 PM UTC+5:30, mrrocc wrote: What kind of test are you doing ? Il giorno venerdì 19 ottobre 2012 08:13:53 UTC+2, chain_chelliah ha scritto:

Re: [android-developers] Java SE

2012-10-21 Thread raju
in andriod developer site On Thu, Oct 18, 2012 at 8:06 PM, Alana Weaver alana.c.wea...@gmail.comwrote: Hi I've downloaded Android SDK but the Java jdk wasn't apart of Android SDK download? Where can I find Java SE that's compatible windows 32? So that I can properly install Android SDK on