Re: [android-developers] Problem with fragments

2012-09-02 Thread dminik
The problem was solved in the same weird way, as it appeared - I've only removed activity_main.xml and now I can see a big calendar and a button under it. In addition, I've removed some strings from res and the button name in string.xml. So, everything works fine for now. -- You received this

Re: [android-developers] Problem with fragments

2012-09-02 Thread dminik
Yeah, and one more thing, I've removed if -statements. With if -statements it doesn't work. In this case, there is the a problem in manuals... -- 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] Re: Problem with fragments

2012-09-02 Thread dminik
One more thing, in if -statement =) There is a kind of typo: R.*layout*.container_calendar. The right way it suppose to be is R.*id*.calendar_container... since I'm using findViewById -method =) Noh, at least I found out it. Problem can be marked as SOLVED. -- You received this message

[android-developers] Re: Window.FEATURE_NO_TITLE /Theme.NoTitleBar - Leaks Launching Activity

2012-09-02 Thread tvdalia
You can give theme as Dialog and hide the window title bar. Otherwise, to display an Activity, I believe you cnanot hide the title bar without using any of the below options. Regards, On Saturday, 1 September 2012 22:12:19 UTC+5:30, itai wrote: Filled bug below… Anyone know how

[android-developers] Re: Window.FEATURE_NO_TITLE /Theme.NoTitleBar - Leaks Launching Activity

2012-09-02 Thread itai
Tnx. So after further investigation it seems this bug was introduced in API 11 and is somehow related to the ActionBar. The leak does not occur on versions prior to that, so using either android:theme=@android:style/ Theme.NoTitleBar.Fullscreen or requestWindowFeature(Window.FEATURE_NO_TITLE)

Re: [android-developers] Re: Window.FEATURE_NO_TITLE /Theme.NoTitleBar - Leaks Launching Activity

2012-09-02 Thread Mark Murphy
On Sun, Sep 2, 2012 at 7:29 AM, itai i...@live.com wrote: So after further investigation it seems this bug was introduced in API 11 and is somehow related to the ActionBar. You have not demonstrated that there is a bug. The leak does not occur on versions prior to that You have not

[android-developers] What is the best way to Download Images and texts and use them in my app?

2012-09-02 Thread Mohammad Abu Hmead
Dear Developers, I created an app which load data from server and format it in specific format in android UI components, like text view and image view, but the loading take long time, i want to know what is the best way to decrease the load time and increase the loading speed and the quality

[android-developers] Re: Window.FEATURE_NO_TITLE /Theme.NoTitleBar - Leaks Launching Activity

2012-09-02 Thread itai
On Sep 2, 2:50 pm, Mark Murphy mmur...@commonsware.com wrote: On Sun, Sep 2, 2012 at 7:29 AM, itai i...@live.com wrote: So after further investigation it seems this bug was introduced in API 11 and is somehow related to the ActionBar. You have not demonstrated that there is a bug. Yes I

Re: [android-developers] Re: Window.FEATURE_NO_TITLE /Theme.NoTitleBar - Leaks Launching Activity

2012-09-02 Thread Mark Murphy
On Sun, Sep 2, 2012 at 8:02 AM, itai i...@live.com wrote: The framework engineers have more than enough information/reasonable doubt to investigate this and respond. You are welcome to your opinion. My guess is that their opinion will be akin to my opinion, which is that you have not done

[android-developers] Re: Window.FEATURE_NO_TITLE /Theme.NoTitleBar - Leaks Launching Activity

2012-09-02 Thread itai
On Sep 2, 3:14 pm, Mark Murphy mmur...@commonsware.com wrote: On Sun, Sep 2, 2012 at 8:02 AM, itai i...@live.com wrote: The framework engineers have more than enough information/reasonable doubt to investigate this and respond. You are welcome to your opinion. My guess is that their

[android-developers] Re: GL_POINTS not drawing points

2012-09-02 Thread guich
Hello! Thanks for answering. Actually, i already know how to draw lines and rectangles, but i would like to draw points. Can you provide me with the calls to the Matrix methods that would achieve the 2D projection using screen coordinates for the given surface width and height? I made some

Re: [android-developers] GL_POINTS not drawing points

2012-09-02 Thread Satya Komatineni
Sorry this line Finally to get your gl_position = mvp * gl_position; and not the other way. should read Finally to get your gl_position = mvp * positionAttributeVariable; and not the other way. On Sat, Sep 1, 2012 at 11:10 PM, Satya Komatineni satya.komatin...@gmail.com wrote: Guich, Given

Re: [android-developers] GL_POINTS not drawing points

2012-09-02 Thread Satya Komatineni
I am on my way to take my kids to the beach. I will look at it a bit closer next week. May be just give me the simple problem defintion and I will try to create the program for you and send the zip file. ButI will try a quick answer Say you want a 20x20 graph. Specify your point vertices as

Re: [android-developers] What is the best way to Download Images and texts and use them in my app?

2012-09-02 Thread Kristopher Micinski
You don't really have any choice, there's no speed up the internet method :-). What you can do is perhaps package the top foods with your app, and then show up those images before they load from the internet on the app side. You could also consider storing a bunch of the images statically at low

[android-developers] Re: How to get and post JSON with Android?

2012-09-02 Thread dnkoutso
Look at Gson by Google. On Saturday, June 12, 2010 6:16:53 AM UTC-7, Joshua Partogi wrote: Hi all, Is there any code snippet for getting and postiing JSON object to a http server in Android? I want to call the API in my website and get the JSON response to be displayed in the Android apps.

[android-developers] may upload a paid App, and after one month link my account to a Savings usa account?

2012-09-02 Thread lselwd
every when I get paid from sales of my App in Play? may upload a paid App, and after one month link my account to a Savings usa account? -- 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] Re: Copy paste from Google Drive documents to Gmail from Android device

2012-09-02 Thread AltraCasa
Is it possible to do? Il giorno mercoledì 29 agosto 2012 02:17:30 UTC+2, AltraCasa ha scritto: How do I copy and paste the text formatting from Google Drive on Gmail inbox preserving the formatting of the text? -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] may upload a paid App, and after one month link my account to a Savings usa account?

2012-09-02 Thread TreKing
On Sun, Sep 2, 2012 at 12:38 PM, lselwd webmas...@poliscarhire.com wrote: every when I get paid from sales of my App in Play? may upload a paid App, and after one month link my account to a Savings usa account? This is hard to understand, but if you're asking how often you get paid, it's

[android-developers] in java file Russian chars for Strings...means works in all phones

2012-09-02 Thread lselwd
in java file Russian chars for Strings... enRu = new HashMapString, String(); enRu.put(Africa, Африка); textView = (TextView)findViewById(R.id.ru); textView.setText(enRu.get(Africa)+ +getKeyByValue(enRu,Африка)); well I went in

Re: [android-developers] Re: PNG loading that doesn't premultiply alpha?

2012-09-02 Thread arberg
Hi, I think it would make sense that either Bitmap could be without premultiplied alpha, or GLUtils.texImage2D method could take as parameter whether to load with or without premultiplied alpha. Since you say Bitmaps will never be without premultiplied alpa, I suggest the latter, plus as you

Re: [android-developers] in java file Russian chars for Strings...means works in all phones

2012-09-02 Thread Kostya Vasilyev
Are you on Windows? There, Eclipse assumes that your Java source files use the default system encoding, which is never UTF-8 and is likely to be windows-1251 (Cyrillic) or On Linux, Eclipse uses UTF-8. There is a way to change the default on a per-file, per-folder, per-project, and per-workspace

Re: [android-developers] in java file Russian chars for Strings...means works in all phones

2012-09-02 Thread lselwd
utf-8 converting Project means all files should be utf-8 including java, xml,... files, and device should be able to work and view without problem, *even in not Russian language setting*? correct? -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] in java file Russian chars for Strings...means works in all phones

2012-09-02 Thread Kostya Vasilyev
Eclipse already defaults to UTF-8 for XML. The behavior at runtime does not depend on the encoding in Eclipse (you don't have to use utf-8 in Eclipse to make apps in Russian) however If your Java source files are in windows-1251 and Eclipse is set up to assume something else, or

[android-developers] Annoying shutter click undermines scientific research.

2012-09-02 Thread Jeffrey Peacock
I am involved in a project to use camera enabled Android devices to detect cosmic ray events ( http://www.distributedsensorweb.org/wiki/index.php/DECO). It is enjoying some modest funding from the American Physics Society and interest from Fermi Labs and Standford Univ. The intent of the

Re: [android-developers] Annoying shutter click undermines scientific research.

2012-09-02 Thread Fred Niggle
IF all else fails : put a plug of blu-tack or similar firmly into the hole the sounds comes from... it solved the proplem for myself, and its easy to remove with a toothpick ! On 2 September 2012 22:02, Jeffrey Peacock jeffp.ea...@gmail.com wrote: I am involved in a project to use camera

Re: [android-developers] Annoying shutter click undermines scientific research.

2012-09-02 Thread Kristopher Micinski
Jeff, In the worst case scenario, you could just disassemble the app and reverse engineer it... In the best case scenario you should email the developer and ask him how he's doing it, citing your research as why you need it (providing proof you won't rip off his app, presumably).. kris On Sun,

[android-developers] Annoying shutter click undermines scientific research.

2012-09-02 Thread RichardC
Have you tried inserting a headphone lead? -- 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] ANN: Jekejeke Prolog 0.9.5 (runtime console, google play)

2012-09-02 Thread Jan Burse
Dear All, This is an out of band release of Jekejeke Prolog. It is mainly an infrastructure update. The highlights are: - Runtime Library (free) I: The Swing version has now a console. - Runtime Library (free) II: The Android version has now a console. - Runtime Library (free) III: The

[android-developers] Re: EditText hint shows extra spaces when inputType=textpassword

2012-09-02 Thread Karthikeyan Palaniswamy
Check here! it is marked as resolved. http://stackoverflow.com/questions/7245220/edittext-hint-shows-extra-spaces-when-inputtype-textpassword?rq=1 Op dinsdag 5 januari 2010 03:33:31 UTC+1 schreef csyperski het volgende: I am seeing the same behavior, did you find any fix for this? On Dec

[android-developers] Re: How to set android:fillViewport=true for scrool view programatically?

2012-09-02 Thread Aleksandr Krasnoperov
понедельник, 19 сентября 2011 г., 13:29:44 UTC+4 пользователь Krishna Prasad написал: Hi all, I had a problem in my linear layout which is inside a scroll view .The background image is not showing in full screen. My sample code is ScrollView sv = new ScrollView(this);

[android-developers] android winusb driver -- odd behavior effecting adb

2012-09-02 Thread Andrew
I am developing an Android app on Windows, and have successfully loaded it on probably 10-12 different phone models now. Each time I have used the Android win-usb driver supplied with the SDKhttp://developer.android.com/sdk/win-usb.html. In fact, I have had great success using it even with

[android-developers] Refunding

2012-09-02 Thread alch1731
I am developing an app where there are in-app products and I was testing refunding. So I bought the in-app products, refunded it on Google Merchant account, and then when I try to rebuy the in-app product, it says You already own this item. I have cleared the cache in both apps, but nothing

Re: [android-developers] Read Heap from DDMS

2012-09-02 Thread alice
Did anyone find a solution to this. I am still getting this.Developing for ICS and above.. On Monday, July 2, 2012 8:34:19 PM UTC+5:30, Ryan Hanna wrote: Seems like I am getting the same thing on my Phonegap / JQM app. Mine is taking up 5.5MB which is killing my heap size and eventually as

[android-developers] How can I get a test device from google?

2012-09-02 Thread TechGelman
I need to test out my apps that I am working on. But I have no phone to test them on. So I was wondering who to contact? -- 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] Picture Switcher

2012-09-02 Thread Adeeb Nqo
https://lh4.googleusercontent.com/-_xL3-lHQBT8/UEPDvASMvnI/ACg/nrB7oErDfmo/s1600/EditScreen.png Hi I'm making an app, I want the include include a smooth transition between the images. I want to display three images at a time but I don't know how to do that. The image above is an

Re: [android-developers] Re: ToggleButton has broken.

2012-09-02 Thread Anoop CH
Have you found any workaround for this? On Thursday, May 20, 2010 3:34:03 PM UTC+5:30, Sasaki wrote: I found DateWidgets also broken. http://www.downspade.com/images/device2.png I have checked ToggleButton image in resource file using getResource Method, But, ToggleButton image

[android-developers] Unable to move 3rd party apps to external sd card in Samsung Galaxy S3

2012-09-02 Thread balaji velmurugan
Hi, I recently purchased Samsung Galaxy S3. i downloaded games and apps from play store and when i tried to move it to my external sd card. Am unable to move any of my 3rd party applications from phone memory to external sd. I have checked the application apk file and the install location is

Re: [android-developers] Play audio during call

2012-09-02 Thread falcon74
Being a beginner with Android (both usage and hobby dev.), I found it kind-of hard to believe that it is not possible to make 'Personal Call Assistant' or 'Answering machine' type application do not exist, since these are common on Symbian and iOS side of things. On checking google play, I was

[android-developers] In app store for Indian App?

2012-09-02 Thread Attano Learn
Hi, We want to have an inapp store for our app which deals with eBooks. We are based out of India. Google currently does not have merchant account supported for India, neither does it support in app content display in INR (Indian Rupees) Pricing. In this case can we build our own inapp store

[android-developers] Twitter widget can't be placed after OAuth

2012-09-02 Thread badr
Hello, I'm facing this weird bug in which the twitter widget i'm building can't be placed on home screen after authentication is complete. The configuration activity works perfectly, firing the browser to get the OAuth token, once the authentication is complete, and the activity is finished

[android-developers] Programming Porting in Android v Win8

2012-09-02 Thread Robert Marmaduke
My buddy and I are starting an app project. He's doing Win8, and I'm doing Android. For simple apps not requiring external keyboards, graphic tablets or pointing devices, where is the 'best' entry point viz simplicity of codex, versus upward porting ability? Our target audience would be 2.0,

[android-developers] almost bricked htc desire

2012-09-02 Thread lee caleb
hi i have a rooted htc desire bravo 2.2 fryo and i had a small sd card so i tried to change to a larger one. i moved all the stuff on the old one to the new one but it didn't work. i think i messed up some system files, now the phone wont boot it stays at the boot logo and vibrate and then go

[android-developers] DateWidget Bug in Android 4.0 and Above

2012-09-02 Thread Anoop CH
Hi, I have an issue with the DateWidget. I have posted a http://stackoverflow.com/q/12197171/568613*Question at Stackoverflow.com* http://stackoverflow.com/q/12197171/568613. Please take a look at it. Thanks -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Known problem ? Editing AVD hw properties on Linux, freezes the window

2012-09-02 Thread falcon74
Using latest Android SDK Tools (20.0.3), with Android 2.3.3 (API 10) , on Ubuntu Linux 11.10 oneric (x86_64). Only difference from documentated procedure is that I am using OpenJDK, instead of Sun/Oracle Java. Created new AVD, which goes fine, only if I do not try to add certain (or in certain

[android-developers] Stopping ADB server failed (code -1).

2012-09-02 Thread andromeda623
I have another computer that I was Downloading and Installing the packages and some point it stop, adding the same to my other PC, and It work but this is what the logg says: Done loading packages. Preparing to install archives Downloading Android SDK Platform-tools, revision 14 Installing

Re: [android-developers] Annoying shutter click undermines scientific research.

2012-09-02 Thread Jeffrey Peacock
We've tried this. The sound is so percussive (I think) that we only get a little relief. Also, it won't work when we release the app to the wild as it is intended to be used by people all over the world to build a large scale observatory. Mucking/altering the speaker of the phone isn't

[android-developers] Password protect app before users can download from google play store

2012-09-02 Thread cjs264
Is there a way I can password protect an app I created, so that before a user can download the app, they would have to enter a password? -- 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] Need Help ....

2012-09-02 Thread Madhuri Cherukuri
Hello folks, I need a help me from you guys. ex: Game type here and are two buttons and game type is text view,when i click on button the text should be replace by another text like AI. this should be done in custom dialog box. please help me out. Thanks Regards Ch.Madhuri -- You

Re: [android-developers] How can I get a test device from google?

2012-09-02 Thread Kristopher Micinski
anyone that sells phones, Google doesn't have a special test phone, you just buy one yourself. kris On Sat, Sep 1, 2012 at 11:12 AM, TechGelman 529...@gmail.com wrote: I need to test out my apps that I am working on. But I have no phone to test them on. So I was wondering who to contact? --

Re: [android-developers] How can I get a test device from google?

2012-09-02 Thread Mark Murphy
On Sat, Sep 1, 2012 at 12:12 PM, TechGelman 529...@gmail.com wrote: I need to test out my apps that I am working on. But I have no phone to test them on. So I was wondering who to contact? You can contact your local mobile carrier, phone retailer, or electronics retailer, and buy one. Or

[android-developers] masterdetailflow ADT + OpenGL

2012-09-02 Thread RatKing
What changes do I need to do in order to make the masterdetailflow ADT to show OpenGL in the detail-window? GLSurfaceView? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Path or Canvas changes in API-Level 14 / Problems on Nexus 7

2012-09-02 Thread Georg Wiese
Yes, I am. Still, you mentioning hardware acceleration was what I needed as I found the answer in your blog posthttp://android-developers.blogspot.de/2011/03/android-30-hardware-acceleration.html. Turning off hardware acceleration actually helps. I'm not calling any methods methods you

[android-developers] Suggestions for Data Sync?

2012-09-02 Thread Droob
Hello, I am an experienced programmer who is just starting to design programs in Android. I'm hoping some one can please help me get started in the right direction (unlike I usually do it). When a transaction is performed in my app on Device A, I would like to transmit data to other

[android-developers] Re: [BluetoothHeadset] Could not receive BluetoothHeadset.ACTION_VENDOR_SPECIFIC_HEADSET_EVENT intent

2012-09-02 Thread Foreigner
Hi Sho. I just tried similar and got the same result as yours. 0. Ensure that Bluetooth events are observable: uses-permission android:name=android.permission.BLUETOOTH / 1. Set up broadcast intent listener: IntentFilter filter1 = new

[android-developers] ADT Plugin Installation

2012-09-02 Thread Ryan Kelso
I am currently beginning a course on Android Application Development at my local community college, and have setup Eclipse with the ADT Plugin on my laptop (running Ubuntu Linux 12.04) with no problems. I am now attempting to set it up on my Windows 7 desktop and am having issues installing the

[android-developers] Android Ice Cream Sandwich 4.0.4

2012-09-02 Thread Diane58
Could you please Please, return the Emoticons back to normal yellow smilley faces, the green toaddy looking thing is rediculous, i know there are apps that do this, but the reciever also most have the app. People would use the emoticons more if you'd change them back to standard yellow ones.

[android-developers] SDK Issues

2012-09-02 Thread Deagle
I'm having issues downloading the intel x86 atom system image through the sdk. the dl just hangs every time. The other sdk packages install just fine. I found some comments about it during a quick search but no solutions. -- You received this message because you are subscribed to the Google

Re: [android-developers] Password protect app before users can download from google play store

2012-09-02 Thread Kristopher Micinski
No, if you require this then you should protect the app's workings with a code, i.e., put some amount of calls inside a web service requires authentication. kris On Sat, Sep 1, 2012 at 7:09 AM, cjs264 corystew...@gmail.com wrote: Is there a way I can password protect an app I created, so that

[android-developers] Pulling data from a server and inserting it into a ListView. Works with TextView

2012-09-02 Thread Miral Desai
Hi all. Something I'm trying to do. Just to note; the code works when inserting the data into a TextView but not with a ListView. I definitely think I'm doing something wrong in regardings to coding the ListView. I just don't know what. The logcat isn't helping much since it's showing the same

[android-developers] Re: Excessive delay setting brightness: 173ms, mask=2

2012-09-02 Thread Nagarajan Rangarajalu
I am facing this exact issue now in my phone. Donno why this is happening? On Friday, 24 August 2012 14:39:47 UTC+5:30, jean-francois labbe wrote: I've found this error on my nexus S jelly bean logs. E/PowerManagerService(260): Excessive delay setting brightness: 173ms, mask=2 it

[android-developers] New SDK 5.0 from Airpush to comply with Google Play new policies?

2012-09-02 Thread John
Quick Question: Do we need to upgrade (new version) our current apps with the new SDK in order to comply with Google PLay policies or is this only for New Apps uploaded to the market? I use Airpush. Thank you -- You received this message because you are subscribed to the Google Groups Android

[android-developers] System menu changing

2012-09-02 Thread bob789
a href=https://picasaweb.google.com/lh/photo/ q1Yk9nFto8dIK0lkx_rtzq1UzT3h9OiaKJgpNdLujpA?feat=embedwebsiteimg src=https://lh5.googleusercontent.com/-QSOzp7Tr-_4/UEMtbjmLztI/ ADE/bTnt-GG7WrU/s144/DSC00849.JPG height=108 width=144 / /a How to change stadard system menu when selecting text,

[android-developers] Re: SDK Manager does not fetch any package for installation (no error reported)

2012-09-02 Thread karthick mr
any solution for tis??? pls reply friends !! -- 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] run app in smartphone

2012-09-02 Thread nanmi
I can`t run app's in phone. I'm using Eclipse SDK 4.2 and the phone Samsumg GT-I9003. The emulator the eclipse is very slowly. Anybody can help me? Thank. -- 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] [scaling_governor] How can I overwite scaling_governor on Java framework codes?

2012-09-02 Thread Dale
Hi all, I am meeting a problem that, I have to change the CPU performance to increase the LTE data rate. So, I have to write perfomance the /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor. Unfortunately, I cannot access that file for writing my command. when I am using adb shell command

[android-developers] Little Problem with converting a InputStream into a String.

2012-09-02 Thread TheSky
Hey I am new to Java and developing apps for android. I tried without success to convert a InputStream into a String. public String Request(String url) { InputStream content = null; try { HttpGet httpGet = new HttpGet(url); HttpClient httpclient =

[android-developers] Problems seeing mobile device via ADB

2012-09-02 Thread Nick Keighley
Hi, I've written a simple hello world app and can run it on the emulator, but I can't get it to load onto my android device. Even when my device is physically connected via usb adb cannot see it on the device list. The device is visible via file explorer. using eclipse, samsung galaxy S3 --

[android-developers] Re: onActivityResult is called immediately after startActivityForResult

2012-09-02 Thread Mike Fulton
On Wednesday, December 23, 2009 6:35:25 AM UTC-8, Lance Nanek wrote: Changing the launch mode fixed it. Sorry to necro an old thread and maybe you won't even see this, but I'm having a similar problem... changing the launch mode *HOW* ? Mike -- You received this message because

Re: [android-developers] Play audio during call

2012-09-02 Thread Kristopher Micinski
As I just said, this app will be impossible to write. kris On Sat, Sep 1, 2012 at 4:31 AM, falcon74 banibrata.du...@gmail.com wrote: Being a beginner with Android (both usage and hobby dev.), I found it kind-of hard to believe that it is not possible to make 'Personal Call Assistant' or

Re: [android-developers] Password protect app before users can download from google play store

2012-09-02 Thread Mark Murphy
On Sat, Sep 1, 2012 at 8:09 AM, cjs264 corystew...@gmail.com wrote: Is there a way I can password protect an app I created, so that before a user can download the app, they would have to enter a password? If you distribute it yourself through your own Web site, you are welcome to put whatever

[android-developers] Re: File not found

2012-09-02 Thread Pete Thottam
I am having the same problem when I try to install an Android Support Library update. On Saturday, August 18, 2012 5:01:03 AM UTC-7, Swami R wrote: Hi All, I have just joined andriod developers. When i try to update my sdk manager it is giving the following error. please help me out in

Re: [android-developers] Suggestions for Data Sync?

2012-09-02 Thread Kristopher Micinski
You could look into Google App Engine, or a custom backend solution like Parse, there are other similar solutions that do exist. Otherwise, yes, you will need to buy hosting space and write your own backend. kris On Fri, Aug 31, 2012 at 5:57 PM, Droob frankjlin...@gmail.com wrote: Hello, I

Re: [android-developers] run app in smartphone

2012-09-02 Thread Kristopher Micinski
You don't provide any information other than that it doesn't work, why doesn't it work? kris On Sat, Sep 1, 2012 at 1:47 PM, nanmi mmhalva...@gmail.com wrote: I can`t run app's in phone. I'm using Eclipse SDK 4.2 and the phone Samsumg GT-I9003. The emulator the eclipse is very slowly. Anybody

[android-developers] Re: Password protect app before users can download from google play store

2012-09-02 Thread sparky
No, but there is something even better: on-line license verification. http://developer.android.com/guide/google/play/licensing/index.html Your app can ask Android Market any time whether the current user has a license to use it. If they aren't, then you can decide what to do about it. (For

Re: [android-developers] Annoying shutter click undermines scientific research.

2012-09-02 Thread Jeffrey Peacock
Each of those is possible. Going through the front door channel might invoke more resistance as it would then be a kind-of official reply. I was hoping s/he might be on this list. I'm also betting that someone here knows the answer. /J On 09/02/2012 02:49 PM, Kristopher Micinski wrote:

Re: [android-developers] Annoying shutter click undermines scientific research.

2012-09-02 Thread Jeffrey Peacock
Yup. Sound plays through speaker anyway. But thanks. It shows people are listening (pun intended) and helpful. /J On 09/02/2012 02:50 PM, RichardC wrote: Have you tried inserting a headphone lead? -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] [scaling_governor] How can I overwite scaling_governor on Java framework codes?

2012-09-02 Thread Romain Guy
I don't think having the status bar control the CPU frequency is a good architecture :) On Fri, Aug 31, 2012 at 7:21 PM, Dale lenhatta...@gmail.com wrote: Hi all, I am meeting a problem that, I have to change the CPU performance to increase the LTE data rate. So, I have to write perfomance

Re: [android-developers] Programming Porting in Android v Win8

2012-09-02 Thread Kristopher Micinski
On Sat, Sep 1, 2012 at 9:31 PM, Robert Marmaduke ant...@gmail.com wrote: My buddy and I are starting an app project. He's doing Win8, and I'm doing Android. I'm not sure that's relevant, they are substantially APIs? For simple apps not requiring external keyboards, graphic tablets or

Re: [android-developers] Annoying shutter click undermines scientific research.

2012-09-02 Thread Kristopher Micinski
For that specific device, I'm guessing not, this sounds fairly targeted and (knowing most of the API) nothing stands out to me as a red flag about how it's done, I'd mess aroudn with the app for a while and decompile it if I couldn't figure it out.. kris On Sun, Sep 2, 2012 at 5:42 PM, Jeffrey

[android-developers] Re: What is the best way to Download Images and texts and use them in my app?

2012-09-02 Thread sparky
Fetch your data from the network off the UI thread so the app remains responsive. Either use AsyncTask or a Service, and update the UI when the data is ready. On Sunday, September 2, 2012 1:52:46 PM UTC+2, Mohammad Abu Hmead wrote: Dear Developers, I created an app which load data from

Re: [android-developers] [scaling_governor] How can I overwite scaling_governor on Java framework codes?

2012-09-02 Thread Kristopher Micinski
If you don't have root, you can't (shouldn't).. kris On Fri, Aug 31, 2012 at 9:21 PM, Dale lenhatta...@gmail.com wrote: Hi all, I am meeting a problem that, I have to change the CPU performance to increase the LTE data rate. So, I have to write perfomance the

Re: [android-developers] almost bricked htc desire

2012-09-02 Thread Kristopher Micinski
If you read the description of this group it is for SDK related questions only, you may try asking your question on a forum dedicated to Android rooting.. kris On Fri, Aug 31, 2012 at 6:19 PM, lee caleb calebt...@gmail.com wrote: hi i have a rooted htc desire bravo 2.2 fryo and i had a small sd

Re: [android-developers] Annoying shutter click undermines scientific research.

2012-09-02 Thread Fred Niggle
After reading this : http://stackoverflow.com/questions/10383083/how-to-mute-camera-shutter-sound-on-android-phone it seems you can best manage this by coding as best you can to disable the shutter click, and perhaps providing a help screen of tips that will tip the users on how to manage the

Re: [android-developers] Unable to move 3rd party apps to external sd card in Samsung Galaxy S3

2012-09-02 Thread Fred Niggle
Sorry, but this has nothing to do with Android Development. On 31 August 2012 12:15, balaji velmurugan balaji.velmuru...@gmail.comwrote: Hi, I recently purchased Samsung Galaxy S3. i downloaded games and apps from play store and when i tried to move it to my external sd card. Am unable to

Re: [android-developers] Stopping ADB server failed (code -1).

2012-09-02 Thread Fred Niggle
ADB (android debug bridge) is used for connecting a physical android device to your computer for debugging apps - if your content to use the emulator then this is no problem, else google the error and you'll find the solution :) On 2 September 2012 19:22, andromeda623 andromeda...@gmail.com

Re: [android-developers] Need Help ....

2012-09-02 Thread Fred Niggle
you need to google for button.settext... On 31 August 2012 12:37, Madhuri Cherukuri ch.madhuri...@gmail.com wrote: Hello folks, I need a help me from you guys. ex: Game type here and are two buttons and game type is text view,when i click on button the text should be replace by

Re: [android-developers] ADT Plugin Installation

2012-09-02 Thread Fred Niggle
Since you have working development environment working fine on Ubuntu, why bother with windows? On 1 September 2012 16:07, Ryan Kelso deathmat...@gmail.com wrote: I am currently beginning a course on Android Application Development at my local community college, and have setup Eclipse with the

Re: [android-developers] Little Problem with converting a InputStream into a String.

2012-09-02 Thread Fred Niggle
You need to learn about debugging... On 2 September 2012 21:06, TheSky mhenke...@googlemail.com wrote: Hey I am new to Java and developing apps for android. I tried without success to convert a InputStream into a String. public String Request(String url) { InputStream

Re: [android-developers] Route Google Maps

2012-09-02 Thread Jayme Vara
Thank you and sorry for posting in the wrong place Em sexta-feira, 31 de agosto de 2012 15h32min48s UTC-3, TreKing escreveu: On Fri, Aug 31, 2012 at 9:48 AM, Jayme Vara jaym...@gmail.comjavascript: wrote: Before the change of API, the path was perfect in the streets, but now appears like

Re: [android-developers] New SDK 5.0 from Airpush to comply with Google Play new policies?

2012-09-02 Thread TreKing
On Sat, Sep 1, 2012 at 8:18 PM, John michaelpho...@yahoo.com wrote: Quick Question: Do we need to upgrade (new version) our current apps with the new SDK in order to comply with Google PLay policies or is this only for New Apps uploaded to the market? I use Airpush. Ask a lawyer, or possibly

Re: [android-developers] Android Ice Cream Sandwich 4.0.4

2012-09-02 Thread TreKing
On Fri, Aug 31, 2012 at 6:08 PM, Diane58 diga...@gmail.com wrote: Could you please Please, return the Emoticons back to normal yellow smilley faces, the green toaddy looking thing is rediculous, i know there are apps that do this, but the reciever also most have the app. This forum is for

Re: [android-developers] In app store for Indian App?

2012-09-02 Thread TreKing
On Fri, Aug 31, 2012 at 6:29 AM, Attano Learn attanole...@gmail.com wrote: In this case can we build our own inapp store with our own payment processing system or we still have to list our content through Google in-app feature? That's a question for a lawyer.

Re: [android-developers] 【android-developers】 Manifest.xml android:icon

2012-09-02 Thread 安藤玲生
thank you for return message . but...Since a difference is looked at by my contents of a question, and reply, a question is asked once again. || Manifest.xml -- |receiver class=.AReceiver android:name=.AReceiver intent-filter action

Re: [android-developers] Play audio during call

2012-09-02 Thread Jim Graham
On Sun, Sep 02, 2012 at 05:38:20PM -0500, Kristopher Micinski wrote: As I just said, this app will be impossible to write. Anyone want to place any bets on how many minutes (seconds?) it'll be until the next time someone asks this question? Later, --jim -- THE SCORE: ME: 2 CANCER: 0 73

[android-developers] Android unwanted screen on with error in logcat: Excessive delay setting brightness: 197ms, mask=2

2012-09-02 Thread Nagarajan Rangarajalu
I have developed an app that uses alarm/notification services of the android system. In the recent few days I found my phone (Nexus S Jelly Bean) display is switching on unwantedly. I am worried whether this is due to my app. The screen goes on and becomes off immediately with no reason. I

Re: [android-developers] Unable to move 3rd party apps to external sd card in Samsung Galaxy S3

2012-09-02 Thread balaji velmurugan
Hi Niggle, Thanks for the reply. If moving applications from internal memory works on other phones like sony,HTC and even in samsung S2, Galaxy note etc, why it is not the same in Samsung Galaxy S3. Note : ICS 4.0.4 is installed in my Samsung Galaxy S3. I have checked few other mobiles

[android-developers] Re: anyway to zoom in webview and to scroll complete content in both side(vertically and horizontally)

2012-09-02 Thread ravi saini
Any solutions?? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more

Re: [android-developers] ADT Plugin Installation

2012-09-02 Thread Jacky Alciné
Yeah, don't bother with Windows, stick with development on Ubuntu. It'll run a lot easier with less hacks. On Sun, Sep 2, 2012 at 7:27 PM, Fred Niggle fred.nig...@googlemail.comwrote: Since you have working development environment working fine on Ubuntu, why bother with windows? On 1

[android-developers] How to create Hexagon in android ?

2012-09-02 Thread Meena Rengarajan
Hi all, I wanna create Hexagon in android . I have no idea how to create buttons in hexagonal shape . Please can anyone suggest me . I have tried a lot in google. No sources i have found. Could anyone suggest me a link for coding or any codes ? -- You received this message

Re: [android-developers] How to create Hexagon in android ?

2012-09-02 Thread Anirudh Loya
What is your exact requirement ? On Mon, Sep 3, 2012 at 10:58 AM, Meena Rengarajan meenasoft...@gmail.comwrote: Hi all, I wanna create Hexagon in android . I have no idea how to create buttons in hexagonal shape . Please can anyone suggest me . I have tried a lot in google. No

  1   2   >