Re: [android-developers] Starting Android

2012-02-08 Thread Murali Krishna
Thanks On Wed, Feb 8, 2012 at 1:13 PM, ji fei ufo22940...@gmail.com wrote: developer.android.com On Wed, Feb 8, 2012 at 10:46 AM, Murali Kryshna Pendyala pmural...@gmail.com wrote: Hi, I am very much interested in learning Android Apps development. Can you please share some docs or

[android-developers] Re: Digest Email not working for over a week

2012-02-08 Thread Dusk Jockeys Android Apps
Dear Groups Mods, could you look into this please? As reported the Digest emails are coming through, but delayed by 2 weeks. So it is still posting around 3 or 4 Digest emails a day, but the ones that are coming through today are for the 26th Jan, not for today. Could we please clear the

Re: [android-developers] Starting Android

2012-02-08 Thread Bhaumik Thaker
Use androiddevelopers and use stack overflow On Wed, Feb 8, 2012 at 2:04 PM, Murali Krishna pmural...@gmail.com wrote: Thanks On Wed, Feb 8, 2012 at 1:13 PM, ji fei ufo22940...@gmail.com wrote: developer.android.com On Wed, Feb 8, 2012 at 10:46 AM, Murali Kryshna Pendyala

[android-developers] Re: Starting Android

2012-02-08 Thread Seshu
use http://saigeethamn.blogspot.in/ (or) http://www.vogella.de/android.html Thanks Regards, S.Seshu On Feb 8, 1:39 pm, Bhaumik Thaker bgtha...@gmail.com wrote: Use androiddevelopers and use stack overflow On Wed, Feb 8, 2012 at 2:04 PM, Murali Krishna pmural...@gmail.com

[android-developers] Phone call error

2012-02-08 Thread Dhaval Varia
*Dear all I have developed my application on target Google API Level 8 i have tested it on ginger bird.and it works quit fine. Now i am trying to testing it on Google API Level 7. All works fine. but Phone call Gives following error: 02-08 13:57:54.713: ERROR/AndroidRuntime(320): Uncaught

[android-developers] Re: The apk must be signed with the same certificates as the previous

2012-02-08 Thread ets23
I got this error Failure [INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES] but i'm sure that i'm using the same certificate. How can I check the certificate? On Feb 7, 6:57 pm, Mark Murphy mmur...@commonsware.com wrote: On Tue, Feb 7, 2012 at 12:39 PM, ets23 stefano...@gmail.com wrote: I'm

Re: [android-developers] Re: Starting Android

2012-02-08 Thread T.M.S.VIJAYKUMARR
check this http://iamvijayakumar.blogspot.com/ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] Re: Invert and entire Bitmap

2012-02-08 Thread Raghav Sood
On Wed, Feb 8, 2012 at 12:48 PM, hhenne hhe...@gmail.com wrote: You can make a Paint and setXfermode to XOR (PixelXorXfermode) and the draw a solid rect on the bitmap. It will invert every bit - so when you do it once more you are back to non-inverted. I am doing so in my keyboard

[android-developers] Suspended to Published

2012-02-08 Thread dvpt
Hello! My program in the Android Market is suspended. I admitted I had corrected the violation. Can I publish my program again? All the best Konyuhov D.L. -- 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] Library 3D, VRML, WRL...

2012-02-08 Thread Marc-Antoine Beauvais
And you did you try? If yes, you saw I have make a lot of search to solve this problem... On 4 February 2012 00:36, TreKing treking...@gmail.com wrote: On Thu, Feb 2, 2012 at 7:53 AM, kakko76 marcantoine.beauv...@gmail.comwrote: I'm looking for a library to make an app who display VRML files

Re: [android-developers] Re: The apk must be signed with the same certificates as the previous

2012-02-08 Thread Kostya Vasilyev
8 февраля 2012 г. 12:56 пользователь ets23 stefano...@gmail.com написал: I got this error Failure [INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES] but i'm sure that i'm using the same certificate. How can I check the certificate? You just did. And it's different. On Feb 7, 6:57 pm,

Re: [android-developers] Problem with writing files to internal memory (not visible on file browser on ICS)

2012-02-08 Thread Nikolay Elenkov
On Wed, Feb 8, 2012 at 4:53 PM, Dirk Vranckaert dirkvrancka...@gmail.com wrote: I have a problem when I try to write a file to the device's SD-card. 6) Samsung Galaxy Nexus (running 4.0) with the 16 GB build-in SD = problem!! The problem I have is that I cannot see the file that is created:

[android-developers] accessing android mobiles remotely

2012-02-08 Thread Pradeep
hi... Do any one have any about how to access the android mobiles remotely over wifi, as we do in the computers. if possible kindly send me the website links... thanks in advance. bye. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Digest Email not working for over a week

2012-02-08 Thread Pent
It's not just this list having problems. Pent -- 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] how to develop a web application in android?

2012-02-08 Thread Pradeep
I need to develop a web application and deploy it using atjeews server. i probably need to create a .war file to deploy it. Do any one have done that before? If possible kindly send me some code sample or website links for to create a simple web application in android. -- You received this

[android-developers] Re: LVL Reasons for answering differently for real users and test accounts

2012-02-08 Thread Gabriel Simões
Help! On Feb 7, 11:26 pm, Gabriel Simões gsim...@gmail.com wrote: Hello! I´m facing an issue I haven´t before and I really don´t know what may be causing my issues. I  have 2 apps implementing LVL. I´ve never faced big issues with LVL before but now, for some unknown reason my users

[android-developers]

2012-02-08 Thread pradeep g.k
Hello everyone, I have observed on issue in email in ICS version If you have logged into any email acccount with one specific language say for example Hindi, and again then you change the language to English, the whole app changes to English but not the MessageListItem activity, which still

[android-developers] error in import android.support.v4.app.FragmentActivity;

2012-02-08 Thread Pradeep
hi.. i tried to run the sample code given by the developer.android.com website but i got errors in android.support package is not available in my system.. kindly help to resolve this problem... thanks in advance... bye.. -- You received this message because you are subscribed to the Google

[android-developers] Facing problem in email app for langauge.

2012-02-08 Thread pradeep g.k
Hello everyone, I have observed on issue in email in ICS version If you have logged into any email acccount with one specific language say for example Hindi, and again then you change the language to English, the whole app changes to English but not the MessageListItem activity, which still

[android-developers] problems using setMeasuredDimension()

2012-02-08 Thread Marco Alexander Schmitz
hello, I need my own RadioButton with a complex custom design (which is not possible using nine-patch only). So I tought about extending RadioButton and using all features from RadioGroup. For the complex custom design I inflate a LinearLayout (at first I used RelativeLayout but it seems to

Re: [android-developers] Re: LVL Reasons for answering differently for real users and test accounts

2012-02-08 Thread Kostya Vasilyev
Have you tried registering a new Google account for youself, setting it up on a device, and buying your application, to see what the users see? 8 февраля 2012 г. 14:06 пользователь Gabriel Simões gsim...@gmail.comнаписал: Help! On Feb 7, 11:26 pm, Gabriel Simões gsim...@gmail.com wrote:

Re: [android-developers]

2012-02-08 Thread Kostya Vasilyev
This site is your friend: http://code.google.com/p/android/issues/list -- K 8 февраля 2012 г. 14:44 пользователь pradeep g.k prasa...@gmail.comнаписал: Hello everyone, I have observed on issue in email in ICS version If you have logged into any email acccount with one specific language

[android-developers] Re: error in import android.support.v4.app.FragmentActivity;

2012-02-08 Thread Mike Wolfson
You need to include the additional Support library in your project (search for v4 support library). But this is not an appropriate question for this forum anyway (this is for discussions). -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Android Market app on ICS emulator

2012-02-08 Thread Rashmi
Hi, I am trying to get android market application on ICS emulator. I followed the steps given in the following link http://blog.varunkumar.me/2010/11/how-to-install-android-market-in-google.html I am able to get market icon on emulator, but not able to login to Google account and it is giving the

[android-developers] read out a aesbite with javascipt content

2012-02-08 Thread BearTi
Hi, I want to write an App which reads out an Website. The problem is, that on this website content is loaded from a javascript and when i read out the response in my app this content is not displayed... I think the javascript need more time to load the content? So, how can I solved it? I hope I

[android-developers] Re: LVL Reasons for answering differently for real users and test accounts

2012-02-08 Thread Gabriel Simões
Issues finding another credit card but this e will probably be the only thing left to be debugged On edeb 8, 8:59 am, Kostya Vasilyev kmans...@gmail.com wrote: Have you tried registering a new Google account for youself, setting it up on a device, and buying your application, to see what the

Re: [android-developers] Re: Re : SMS application

2012-02-08 Thread Jagruti Sangani
hi Do you know how to call new cativity from function. -- 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] listview search improve performance

2012-02-08 Thread vani reddy
Hello, I have a listview in which i am loading data of size 400. for the edittext i am giving search_feild.addTextChangedListener(new TextWatcher() { ListShow _sortShow = new ArrayListShow(); public void afterTextChanged(Editable s) { }

Re: [android-developers] listview search improve performance

2012-02-08 Thread Daniel Drozdzewski
0. Stop creating new adapter and adding it to your ListView every time user types anything. Consult ListAdapter API - there are methods to accommodate your needs. 1. Don't scan all items every time user changes the input. Add timer to perform the search/filter and delay the search by say 0.9sec

Re: [android-developers] Re: 4.0 Action Bar - remove app title.

2012-02-08 Thread Mark Murphy
On Tue, Feb 7, 2012 at 6:27 PM, Chris ch...@clarusagency.com wrote: How does the Gmail map in ICS do it then?  They have the app title as a drop down. That is not the app title. That is NAVIGATION_MODE_LIST. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy

Re: [android-developers] Re: Capture home key event

2012-02-08 Thread Mark Murphy
On Wed, Feb 8, 2012 at 12:39 AM, v bobbywink vvnevercha...@gmail.com wrote: Home key has been captured in framework level. The third app only can use the method to get home keyevent getWindow().setType(WindowManager.LayoutParams.TYPE_KEYGUARD) Fortunately, this no longer works as of Android

[android-developers] Contextual Action Bar color theme

2012-02-08 Thread Alex O.
Hi, The UI core elements for the Holo Light seem to be focused on two colors - green or blue: http://www.flickr.com/photos/takenbyhim/5933010235/ However, the Contextual Action Bar seems to come only in green. Is there any built-in style that makes it blue? Are there any easy ways to theme the

[android-developers] Re: Application to allow selected application to connect to the internet via 3G

2012-02-08 Thread Anil Jagtap
You cannot do that On Feb 7, 10:31 am, Nwanna Anthony anthonio2uni...@gmail.com wrote: I have successfully written the android code that will totally disable 3G on a device. What I want to do next is to edit the code so that only selected application can access the internet via 3G while others

Re: [android-developers] listview search improve performance

2012-02-08 Thread skink
Daniel Drozdzewski wrote: 0. Stop creating new adapter and adding it to your ListView every time user types anything. Consult ListAdapter API - there are methods to accommodate your needs. it's AbsListView that performs filtering imho pskink -- You received this message because you are

Re: [android-developers] ViewPager, change page on page title click

2012-02-08 Thread TreKing
On Mon, Feb 6, 2012 at 8:29 PM, Lazarus 101 lazarus...@gmail.com wrote: The Market app has implemented this so I assume it is achievable but I couldn't find a way to do it. What did you try? -

Re: [android-developers] Cronometer

2012-02-08 Thread TreKing
On Tue, Feb 7, 2012 at 12:27 AM, parmanand deo deo.dial...@gmail.comwrote: when i started that chronometer at a button click at run time that give an exception. how can i solve that one plz help Try debugging your app. At the very least post the stack trace associated with your exception if

[android-developers] ListPreference summary

2012-02-08 Thread program
I have a ListPreference with values A, B, and C. I have set the summary to %1$s. According to the documentation, the preference is supposed to use the supplied summary string (%1$s) with a formatter (java.util.Formatter) so that the real summary string value reflects the currrent preference

Re: [android-developers] Google market payment query

2012-02-08 Thread TreKing
On Tue, Feb 7, 2012 at 1:39 AM, Dhaval Varia dhavalkva...@gmail.com wrote: Plz let me know how google market is paying for paid app. How can i link my bank account to app on market.so when someone purchase my app i will get payment out of it.

Re: [android-developers] How to destroy a background activity without removing it from back stack.

2012-02-08 Thread TreKing
On Tue, Feb 7, 2012 at 1:50 AM, Haisoo Shin das...@gmail.com wrote: If I can't rely on the Android system to destroy background activities to get required memory, I need to do it myself manually. Why do you believe you need to this manually? What memory do you require that you're not getting

[android-developers] Re: ListPreference summary

2012-02-08 Thread program
This is with 4.0.2 by the way. I have been searching the bug database and found one that is related to it, but dating from 2008. Issue 931: PreferenceScreen.setSummary(..) does not update the summary, unreliable http://code.google.com/p/android/issues/detail?id=931 -- You received this

Re: [android-developers] Return the status program of Suspended to Published

2012-02-08 Thread TreKing
On Tue, Feb 7, 2012 at 3:00 AM, dvpt konyuho...@gmail.com wrote: Can Android Market program to return the status of Suspended to Published? https://support.google.com/androidmarket/developer/?hl=en

Re: [android-developers] imgButton and weight at runtime

2012-02-08 Thread TreKing
On Tue, Feb 7, 2012 at 12:44 AM, pidduweb rocco.pirre...@gmail.com wrote: i want to set at runtime the weight of a imagebutton, but there isn't a method setWeight, any one can help me? http://developer.android.com/reference/android/widget/LinearLayout.LayoutParams.html

Re: [android-developers] listview search improve performance

2012-02-08 Thread Daniel Drozdzewski
Fair point Skink! All that needs to happen is to implement a Filter and add it to Adapter. On 8 February 2012 14:02, skink psk...@gmail.com wrote: Daniel Drozdzewski wrote: 0. Stop creating new adapter and adding it to your ListView every time user types anything. Consult ListAdapter

Re: [android-developers] How to use Google Map API for Android with the offline catch of map

2012-02-08 Thread TreKing
On Tue, Feb 7, 2012 at 9:45 AM, King Leung kingleun...@gmail.com wrote: Hello, may I ask a question: How to use Google Map API for Android with offline map catch? Because our application will use in this nonetwork places, we must pre download the offline catch of map. Read the terms of

[android-developers] how to include another listview below the default listview( created with ListFragment) in Android

2012-02-08 Thread Abhishek Kumar Gupta
Is it possible to include another listview below default listview( created by extending ListFragment)? If possible then please give some reference. Any help in this regard will be well appreciated. -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] accessing android mobiles remotely

2012-02-08 Thread James Black
If you want to login remotely then no, but you can have a server on the phone and you can interact. On Feb 8, 2012 4:58 AM, Pradeep predeeps...@gmail.com wrote: hi... Do any one have any about how to access the android mobiles remotely over wifi, as we do in the computers. if possible kindly

Re: [android-developers] Multiple ProximityAlerts

2012-02-08 Thread TreKing
On Mon, Feb 6, 2012 at 5:14 AM, Georg Kaspar sukam...@gmail.com wrote: Unfortunately, when I reach proximity of a POI all Intents are fired at once though each one is defined using different coordinates. What am I doing wrong? The example only uses one POI at a time though more than one

Re: [android-developers] Debug Android code from Dreamweaver 5.5 in my device

2012-02-08 Thread TreKing
On Mon, Feb 6, 2012 at 2:36 PM, publ...@emdr-es.com publ...@emdr-es.comwrote: How can i run apps directly in my phone UBS connected? Try reading the documentation section on debugging. - TreKing

Re: [android-developers] How to use Google Map API for Android with the offline catch of map

2012-02-08 Thread James Black
There is an open-source database that may work for you, but it may not be complete enough for you. On Feb 7, 2012 5:06 PM, King Leung kingleun...@gmail.com wrote: Hello, may I ask a question: How to use Google Map API for Android with offline map catch? Because our application will use in this

Re: [android-developers] progressBar for percentage of file-uploaded

2012-02-08 Thread TreKing
On Tue, Feb 7, 2012 at 4:59 PM, Farhan Tariq farhan@gmail.com wrote: I need help/suggestions with how do, if i can, get an output stream, if that would help, from the HttpClient and get the number of bytes sent? http://android-developers.blogspot.com/2011/09/androids-http-clients.html

[android-developers] Is net installs statistic working correctly?

2012-02-08 Thread Mat Jones
Hi, Has anyone been experiencing issues with the net installs statistic for their application? For the past few days mine has been very low Up to the 1st February I was getting around 1000 download per day and total installs is working correctly all the time and net installs where going up

[android-developers] Where can I find installed Apps/Widgets sources?

2012-02-08 Thread TurboMan
Hi, Where can I find these files to rebuild for myself? Regards TM -- 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] Almost nobody is rating my app.

2012-02-08 Thread decastro
I have recently released a game called tangle twister to the market. I have spent a little on admob advertising so now have 650 downloads. But only two people have rated it so far. I wonder if I'm doing something wrong to get so few ratings. At the moment I bring up a prompt for the user to rate

[android-developers] Re: Problem with writing files to internal memory (not visible on file browser on ICS)

2012-02-08 Thread Dirk Vranckaert
Nikolay, Thanks for the help but my problem is not to write the file or read the file from my device. With code from above I can write the file to the internal memory. But when my device (galaxy nexus) is connected to my computer it does not see the file I just saved! Or did I understand it

[android-developers] Upload error to Android Market: W/ResourceType(14362): Failure getting entry for 0x7f0800a0 (t=7 e=160) in package 0 (error -75)

2012-02-08 Thread cellurl
I get this error when I upload. The file is invalid: W/ResourceType(14362): Failure getting entry for 0x7f0800a0 (t=7 e=160) in package 0 (error -75) ERROR getting 'android:icon' attribute: attribute is not a string value I have checked icon and app_name and it works on a G1 aok... I also

[android-developers] AudioTrack in MediaController

2012-02-08 Thread Raneez
I used mediaplayer to play audio files using the MediaController..its easy to show mediacontroller from the MediaPlayer.OnPrepared(MediaPlayer mp) method when the file is ready for playback. But I need to use AudioTrack as player for Wav files , how it is possible to use it with MediaController?

Re: [android-developers] Re: Problem with writing files to internal memory (not visible on file browser on ICS)

2012-02-08 Thread Nikolay Elenkov
On Thu, Feb 9, 2012 at 12:51 AM, Dirk Vranckaert dirkvrancka...@gmail.com wrote: Nikolay, Thanks for the help but my problem is not to write the file or read the file from my device. With code from above I can write the file to the internal memory. But when my device (galaxy nexus) is

[android-developers] Re: Using ViewPager with dynamic view sets

2012-02-08 Thread tatebn
I ended up getting this solved as follows. I basically just created a new adapter every time the data set needed to change and replaced the adapter for the view pager. InternalContentAdapter adapter = new InternalContentAdapter(); adapter.loadContents(someContentList);

[android-developers] Re: how to develop a web application in android?

2012-02-08 Thread JackN
Web apps are supported without packaging. Just point the browser to your web app on the internet On Feb 8, 2:01 am, Pradeep predeeps...@gmail.com wrote: I need to develop a web application and deploy it using atjeews server. i probably need to create a .war file to deploy it. Do any one have

[android-developers] Re: Starting Android

2012-02-08 Thread decastro
I hate reading, so this is the lazy way: http://thenewboston.org/list.php?cat=6 -- 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

Re: [android-developers] I've been making games for a while now but how do I make them successful?

2012-02-08 Thread TreKing
On Tue, Feb 7, 2012 at 12:04 AM, Pedro Gabriel Fonteles Furtado gabriel...@gmail.com wrote: It has okay visuals, okay gameplay, I think it even hits some interesting key words. Yet it's not getting a lot of downloads. What's the trick? Try replacing your okay visuals and okay gameplay with

[android-developers] Grab Text From Website

2012-02-08 Thread faisal sajjad
Hi, I want to grab data/text from the website and display that data/text in android Text View widgets like Currency Rate . so i have to grab that data/text and display that in to android Text View widgets/ alert dialog can anyone help me please? i tried in searching Google with no result .

Re: [android-developers] Grab Text From Website

2012-02-08 Thread TreKing
On Wed, Feb 8, 2012 at 8:29 AM, faisal sajjad casio...@gmail.com wrote: i tried in searching Google with no result What did you search for? The term is scraping - try that. - TreKing

[android-developers] Re: Does icecream sandwich 4.0.3 enforces more restrictions for application developer in threading usage ?

2012-02-08 Thread Streets Of Boston
As long as you don't do any long-lasting operations (network) on the UI thread, all should be fine. As long as you don't do any tasks that may include wait-states (db/file-system/etc) on the UI thread, you won't see much of hiccoughs in your app's UI. Your background threads doing the hard

[android-developers] slow eglSwapBuffers on Android 2.3.4

2012-02-08 Thread Nikita Belokopytov
I'm working on an application for SGX530 chipset and I've got a weird problem - eglSwapBuffers takes 15-17 ms. I've seen an older thread about such problem and I'm sure you said you were working on some improvements. Are there any guidelines to improve the performance? Also it seems I can't

[android-developers] [disk usage in android]

2012-02-08 Thread anoop ajay
Hai I am doing a mini project for my b.tech course, and that is about the disk space monitoring in android phones , can any one suggest something help full to develop such in eclipse. Thank you. -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Z order of several GLSurfaceViews

2012-02-08 Thread androidgoyo
Hi all, I have a GLSurfaceview (surface1) added directly to the app window. In addition there is other GLSurfaceView (surface2) added to a ScrollView. What I want is to have the first surface on top, but I need to put the second surface on top when scrolling to have its background transparent in

[android-developers] webview resets when I change orientation

2012-02-08 Thread Felipe Valdez
I have a webview that shows an html page, this page runsa a javascript when I tilt the devce ideways, the webview resets. this behavior is not desired is there a way to: a) make it so it onl works in one orientation or b) make it so it shows the same view contents, regadless of it's orietation

[android-developers] Error on android

2012-02-08 Thread kaustuv nandi
I have build an application named Temparature on android.While run the application got this errorthe application Temperature(process your.pack.android)has stopped unexpectedly.please try again.If anybody has any idea regarding this error .So,Plz rply. -- You received this message because you are

[android-developers] not able to turn on HDP on GINGERBREAD

2012-02-08 Thread Praveen
Hi I changed original bluez, glib and dbus folder in GINGERBREAD with new blueZ4.98, glib-2.31.6 and dbus 1.4.16 and suggested in http://oss.signove.com/index.php/Antidote_port_to_Android but while again building file system of gingerbread i got this error target Strip: libmedia

[android-developers] i want to create simple android appln

2012-02-08 Thread Kishore
i want to create simple android appln. how can i do it? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] draw texture in OpenGL Android from 0,0 coordinates

2012-02-08 Thread Rikki
I'm new to opengGL and excuse if the questions are too naive. I'm going through some tuturials for seeking help on learning this. I have a small program written where i'm drawing a texture on a GLSurfaceView. I want to draw a number of textures(bitmap images) in a sequential order starting from

Re: [android-developers] how to develop a web application in android?

2012-02-08 Thread Raji ac
you need to create a dynamic web application to act as server appln,and manage communication between client and server On Wed, Feb 8, 2012 at 3:31 PM, Pradeep predeeps...@gmail.com wrote: I need to develop a web application and deploy it using atjeews server. i probably need to create a .war

[android-developers] testing onActivityResult

2012-02-08 Thread Florian Rueter
Hi, I am searching for a solution to get my test (which actually is an ActivityInstrumentationTextCase2) testing the onActivityResults method of my Activity with a special (mock) request- / resultcode and intent... I found this thread

[android-developers] Over the top window considering soft input mode

2012-02-08 Thread Doudou Rainbow
My project is to have an over the top button which enables to launch my activity from anywhere. For that purpose, I have a service that displays this button in a specific window. In the layout params of this window, I have the type WindowManager.LayoutParams.TYPE_SYSTEM_ALERT to be on top. I also

[android-developers] A proof for being Android developer

2012-02-08 Thread Ofir
Hi all, I need to prove to a potential client that I'm an Android developer, registered at Google. How can I do this? Is there some kind of certificate I can send him? All I've got now is the receipt for the 25$ fee... Thanks in advance. -- You received this message because you are subscribed

[android-developers] Draw path by walking between 2 points an map android

2012-02-08 Thread moi
How to draw a path between 2 geopoint in android by walking not by car please help me -- 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] Disable screen compatibility mode in API level 8

2012-02-08 Thread Lily
I have developed an app with API Level 8 (2.2). It has to work on all the tablets with platforms ranging from 2.2 to 3.2. I have provided alternate resources for all the screen sizes. It works fine for all the platforms except for 3.2. The new feature 'Zoom to fill screen' force closes my app. To

[android-developers] Hello i am developing an App for android using bluetooth.

2012-02-08 Thread Soyer
This is my Code, Please tell me if i am missing something...i am Stuck with this for more then 2 weeks now, any help will be very appreciated. it's short please have a look on it. package android.mgo.helloandroid; import java.util.Set; import android.app.Activity; import

Re: [android-developers] Calling WCF Restfull

2012-02-08 Thread Zolzaya Erdenebaatar
I'm using this project https://github.com/zolzaya/DataDroid. It's based on the Developing Android REST client applications by Virgil Dobjanschi. I'm folked it and add some improvement soon. On Wed, Feb 8, 2012 at 8:44 AM, Heladio Benicio benicio.hela...@gmail.comwrote: json 2012/2/7 James

[android-developers] not able to turn on HDP on GINGERBREAD

2012-02-08 Thread Praveen
I changed original bluez, glib and dbus folder in GINGERBREAD with new blueZ4.98, glib-2.31.6 and dbus 1.4.16 and suggested in http://oss.signove.com/index.php/Antidote_port_to_Android but while again building file system of gingerbread i got this error target Strip: libmedia

[android-developers] Re: Anyone know about Option Menu in Ice Cream Sandwich

2012-02-08 Thread hanju
Dear, It's a optionmenu bug of ICS. There's no way to fix it on application side. Google should fix framework code. Kyung Won Kim 작성: I want to disable on Option menu item, it has icon and title. I used menu,getItem(int id).setEnabled(boolean)...before. But icon is changed with disabled

Re: [android-developers] Re: Starting Android

2012-02-08 Thread Senthil kumar
Check with vogella,its really a great site to learn android development..Am also learning from that site On Wed, Feb 8, 2012 at 2:25 PM, T.M.S.VIJAYKUMARR iamvijayaku...@gmail.comwrote: check this http://iamvijayakumar.blogspot.com/ -- You received this message because you are subscribed to

[android-developers] Hi Developers, I want to allow only one parent list to expand at a time with ExpandableLists in Android

2012-02-08 Thread Zoaib Husein
I want to make only one item in the parent list expand at a time, my code for the onCreate is currently the following. (It works as I want, But the method to allow only one parent open at a time doesnt work) public void onCreate(Bundle savedInstanceState) { try{

Re: [android-developers] A proof for being Android developer

2012-02-08 Thread Todd Grigsby
Have him download one of your apps. On Feb 8, 2012 10:20 AM, Ofir ofi...@gmail.com wrote: Hi all, I need to prove to a potential client that I'm an Android developer, registered at Google. How can I do this? Is there some kind of certificate I can send him? All I've got now is the receipt

[android-developers] Re: webview resets when I change orientation

2012-02-08 Thread JackN
Yep, you can do either. you have to manage it On Feb 8, 7:16 am, Felipe Valdez data...@gmail.com wrote: I have a webview that shows an html page, this page runsa a javascript when I tilt the devce ideways, the webview resets. this behavior is not desired is there a way to: a) make it so

Re: [android-developers] [disk usage in android]

2012-02-08 Thread TreKing
On Wed, Feb 8, 2012 at 12:13 PM, anoop ajay aries.h...@gmail.com wrote: Hai I am doing a mini project for my b.tech course, and that is about the disk space monitoring in android phones , can any one suggest something help full to develop such in eclipse. Thank you.

Re: [android-developers] i want to create simple android appln

2012-02-08 Thread TreKing
On Wed, Feb 8, 2012 at 3:48 AM, Kishore mozert...@gmail.com wrote: i want to create simple android appln. how can i do it? What the hell is an appln? - TreKing

Re: [android-developers] Error on android

2012-02-08 Thread TreKing
On Wed, Feb 8, 2012 at 6:11 AM, kaustuv nandi nandikaustu...@gmail.comwrote: I have build an application named Temparature on android.While run the application got this errorthe application Temperature(process your.pack.android)has stopped unexpectedly.please try again.If anybody has any idea

Re: [android-developers] webview resets when I change orientation

2012-02-08 Thread Kristopher Micinski
This is because of what happens when you change orientation. In this case, your application actually gets restarted. You can read about the process a little here: http://developer.android.com/guide/topics/resources/runtime-changes.html There is also a flag you can put in your manifest to force

[android-developers] Re: Block APK installation

2012-02-08 Thread Scott Herbert
This is just an idea... but why not try writing a the app as a custom version of https://github.com/android/platform_packages_apps_launcher and having a very small internal storage, so theirs no room for any additional APK's. N.B. I've never even compiled the kernel, so I've no idea if this

Re: [android-developers] Re: Block APK installation

2012-02-08 Thread Kristopher Micinski
On Wed, Feb 8, 2012 at 1:48 PM, Scott Herbert scott.a.herb...@googlemail.com wrote: This is just an idea... but why not try writing a the app as a custom version of https://github.com/android/platform_packages_apps_launcher and having a very small internal storage, so theirs no room for

Re: [android-developers] Calling WCF Restfull

2012-02-08 Thread James Black
What I did was to create a client program in JavaScript so it could pass the data and using the chrome developer tool I captured the data sent so I could paste it into my program and modified the code until it matched. I found that to be the easiest approach. On Feb 7, 2012 7:44 PM, Heladio

[android-developers] PROBLEM: VM won't let us allocate 153600 bytes

2012-02-08 Thread Lidia
Hello developers, Please help me to understand this: In my app i am checking heap info and as i see, i have enough space, however I have an OutOffMemory error from time to time. How is that possible, when i have, e.g: HEAP_SIZE: 7.007MB - Runtime.getRuntime().totalMemory()/

[android-developers] how to remove redeye

2012-02-08 Thread Vikash Kumar
Hi, Group members! I am developing an app for redeye removal. till now i have no clear idea how to start. Please guide me how to start. or else share any link to get some guide. I have googled so much. I come to know that the OpenCV lib is useful. but unable to use that. thanks vk -- You

[android-developers] Re: Upload error to Android Market: W/ResourceType(14362): Failure getting entry for 0x7f0800a0 (t=7 e=160) in package 0 (error -75)

2012-02-08 Thread cellurl
I found an answer here: https://groups.google.com/a/googleproductforums.com/forum/#!category-topic/android-market/technical-help/4Wecj9kz9Dw What I did was got rid of res/drawable-ldpi, etc and just moved everything into res/drawable-port and drawable-land Whodathunk. -cellurl -- You received

[android-developers] Re: Hello i am developing an App for android using bluetooth.

2012-02-08 Thread Bipin Shashi
what is the error that you are getting?? On Feb 8, 11:32 am, Soyer mblack...@gmail.com wrote: This is my Code, Please tell me if i am missing something...i am Stuck with this for more then 2 weeks now, any help will be very appreciated. it's short please have a look on it. package

[android-developers] Re: how to remove redeye

2012-02-08 Thread JackN
you're writing an app to remove red eye and your question is how to remove redeye? I would decrease the red channel for the target pixels. On Feb 8, 11:52 am, Vikash Kumar vikash.andr...@gmail.com wrote: Hi, Group members! I am developing an app for redeye removal. till now i have no clear

Re: [android-developers] how to remove redeye

2012-02-08 Thread TreKing
On Wed, Feb 8, 2012 at 1:52 PM, Vikash Kumar vikash.andr...@gmail.comwrote: I am developing an app for redeye removal. till now i have no clear idea how to start. Please guide me how to start. http://developer.android.com/index.html

Re: [android-developers] Where can I find installed Apps/Widgets sources?

2012-02-08 Thread TreKing
On Wed, Feb 8, 2012 at 9:41 AM, TurboMan yusufce...@gmail.com wrote: Where can I find these files to rebuild for myself? What are you talking about? - TreKing

  1   2   >