[android-developers] Re: get the text in edit text on button click

2012-08-27 Thread karuna vikas
activity implements OnClickListener EditText text; String editText; public void OnCreate() { text = (EditText) findViewById(R.id.EditText1); } inside the Button method{ editText = text.getText().toString() } On Saturday, June 2, 2012 11:36:47 PM UTC+5:30, Raghu wrote: hi, how

Re: [android-developers] Re: get the text in edit text on button click

2012-08-27 Thread vinay kumar
Hi vikas, I don't see any issue in your code, may I know what problem you are facing with? On Mon, Aug 27, 2012 at 11:55 AM, karuna vikas kvk2551...@gmail.com wrote: activity implements OnClickListener EditText text; String editText; public void OnCreate() { text = (EditText)

Re: [android-developers] Re: get the text in edit text on button click

2012-08-27 Thread Krishna Mahadik
Check if your EditText id is correct. Code is correct. On Mon, Aug 27, 2012 at 12:02 PM, vinay kumar vk872...@gmail.com wrote: Hi vikas, I don't see any issue in your code, may I know what problem you are facing with? On Mon, Aug 27, 2012 at 11:55 AM, karuna vikas

[android-developers] 【android-developers】 AndroidManifest.xml android:icon sampleCode

2012-08-27 Thread 安藤玲生
hello, Im japanese programmer. android:icon In the case to set up, there was the question and it mailed. Question1 : It is android:icon within the servicetag of AndroidManifest.xml. If there is set-up sample application, please let me know. Question2 : It is android:icon within the providertag

Re: [android-developers] How can I calculate the BPM (Beats per minute) of a sound in a native android project?

2012-08-27 Thread Pau Rodríguez Coloma
Ok, thanks to Spooky and Ibendlin. I've asked this question in the NDK group, but for the moment I still needing help. Does anyone more information about this? Thanks in advance. El jueves, 23 de agosto de 2012 16:51:25 UTC+2, lbendlin escribió: You most likely need the NDK for that. So

[android-developers] Good way to use an existing SQLite Database?

2012-08-27 Thread Qoheleth
I've searched answers on this question and most point to this resource: http://www.reigndesign.com/blog/using-your-own-sqlite-database-in-android-applications/ Problem is, it's not working for me and it's the exact same code. I have my sql file in the assets folder but I keep getting an

[android-developers] Re: Is it posible to get Gogle to remove improper (false) ratings?

2012-08-27 Thread Terry
Thank you, John. I am looking foreward to the new Google Developer replies to comments service. It is certainly something we have been missing. Regards, Terry kl. 11:51:13 UTC+2 søndag 26. august 2012 skrev Terry følgende: One one my free apps seems to be the victim of a smearing campaign

[android-developers] Android Bar Graphs and Line Graphs.

2012-08-27 Thread Seshu
Hi All, I need to integrate Bar Charts Graphs and Line Graphs in my application. I use aiChartEngine and afree charts. but both these graphs are not look and feel. Any body knows how to implement these graphs using canvas in android. Thanks for ur support. -- You received this message

[android-developers] Re: Check This one , this is my first Application in google play

2012-08-27 Thread Ali Chousein
Just my 2 cents: If your app is not an official app for the celebrity person you're referring to, it might be worth stating this clearly in your app. Otherwise Google might think you're violating the Developer Distribution Agreement and Content Policy by pretending to be someone else. I hope

Re: [android-developers] Re: Check This one , this is my first Application in google play

2012-08-27 Thread Asheesh Arya
keep it up -- 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

[android-developers] Is there any Android device with resolution 640x960?

2012-08-27 Thread Caio Ricci
I am scaling my app for multiple resolutions and I've come across this two pages Look on Scren Sizes and densitieshttp://developer.android.com/about/dashboards/index.html, the chart says 17% of the devices are normal/xhdpi, also

[android-developers] NullPointerException ... arrrggghhh ... newbie LOST!

2012-08-27 Thread KinnMirr
When I run below activity, I get an exception. I've wrapped the exception in an AlertDialog. Here's what the dialog shows. * null null null java.lang.NullPointerException * Where do I even START looking for a problem? I've commented-out everything I can think of and the

[android-developers] Re: how to set two spinners with different strings and icons?

2012-08-27 Thread KinnMirr
First ... the program is only doing EXACTLY what you're telling it to do. Believe that. So, somewhere you're telling it to do the same thing twice. Check that each spinner has a different ID Check your population routines target two different spinner ID. Then, look close at every line of

[android-developers] retrieving the values in EditTexts in ExpandableList.

2012-08-27 Thread AB
Hi All, I have created an expandableList with two groups and some child elements in each group. the child elements are EditTexts. Now the problem is, on click of submit button, i want to get the values entered in the edittexts, i am not able to access the child elements. How do i get this

[android-developers] Re: How to check device rooted or unrooted programmatically from my app ?

2012-08-27 Thread Bhavesh Patel
Process p; try { // Preform su to get root privledges p = Runtime.getRuntime().exec(su); // Attempt to write a file to a root-only DataOutputStream os = new DataOutputStream(p.getOutputStream()); os.writeBytes(echo \Do I have

[android-developers] Re: getDrawable() Resourses$NotFoundException

2012-08-27 Thread 鄭育昇
you should get the resource of your project. so, instead of using Resource.getSystem(), please use getResource().getDrawable(id) of context class. then , all right dow Eric Crump於 2010年1月14日星期四UTC+8上午9時59分30秒寫道: I'm trying to set a resourse in the onTable method of my map overlay. It throws

[android-developers] Blog Android programming in Spanish

2012-08-27 Thread Antoniuskas
This is my blog Android programming in Spanish, currently has four entries: 1. Installing Eclipse for Android 2. Summary of elements of an Android application 3. And two video tutorials. The next post I'm preparing is like creating a database using SQLite. http://cursodeandroid.blogspot.com.es/

[android-developers] Request for information on support for voice/messaging from external 3g dongle

2012-08-27 Thread arun srinivasan
I recently got a tablet which didn't have inbuilt 3g or calling support. But on checking the internet, I found a 3g dongle in the net that had voice and messaging support in addition to 3g data services e1731. Now the manufacturer of this dongle provides drivers for making calls from a pc. I'm

Re: [android-developers] Hello Everyone, i am developing an android App with Bluetooth.

2012-08-27 Thread kari
On Thursday, February 16, 2012 10:10:36 AM UTC-6, Kostya Vasilyev wrote: I'm having a sense of deja vu all over again :) The issue is in your layout XML. The first ListView android:id=@+id/paired_devices... has children - a TextView and another ListView. ListView does not allow child views

Re: [android-developers] Hello Everyone, i am developing an android App with Bluetooth.

2012-08-27 Thread kari
On Thursday, February 16, 2012 10:10:36 AM UTC-6, Kostya Vasilyev wrote: I'm having a sense of deja vu all over again :) The issue is in your layout XML. The first ListView android:id=@+id/paired_devices... has children - a TextView and another ListView. ListView does not allow child views

[android-developers] [problem] Jelly Bean porting on Board

2012-08-27 Thread jcboo
We are getting the following error with board while when we tried for booting jelly bean File system . Error: [5.189758] init: skipping insecure file '/default.prop' [5.198059] init: skipping insecure file '/init.rc' [9.516693] init: Timed out waiting for /dev/.coldboot_done [

[android-developers] emulator won't start

2012-08-27 Thread ichiro
Hi, guys. I am new to Android development. I set up Android SDK on Ubuntu, everything seems fine except the emulator won't start. I tried to start it from Android Virtual Device Manager, nothing happened. No popup, no error message. When I tried it in terminal by running emulator

[android-developers] Read/Edit XML File External Storage.

2012-08-27 Thread Guilherme Bernardi
Hello... I'm trying to find the best way to read/edit XML File on External Storage... I searched on the internet and the most part of the tutorials told about XStream, but in terms of performance is there any difference? -- You received this message because you are subscribed to the Google

[android-developers] Why does the camera thumbnail of recent apps become empty in Jelly Bean ?

2012-08-27 Thread Winston
In the ICS, the recent apps can display the thumbnail of camera and other apps. -- 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

[android-developers] Re: Getting Listed in Google Play

2012-08-27 Thread JustGoodApps
Jordan, Irrespective of your rating or ranking in Google Play if you have submitted your application correctly and it is showing as published then you should be able to find it,on your Developer Console page does the application have a green tick next to it with the word Published after it?

[android-developers] Problem in Controlling Default Android Music Player with my App

2012-08-27 Thread Bharath
Hi every one, I am developing an android application which contains music control buttons. For example i have two buttons like 'start' and 'next', when i click on button 'start' my application should start playing music with default android music player. I want to control default music player

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

2012-08-27 Thread jean-francois labbe
I've found this error on my nexus S jelly bean logs. E/PowerManagerService(260): Excessive delay setting brightness: 173ms, mask=2 it appears every time I turn on or off the screen. What does it mean? -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Ang.: Accelerometer frequency

2012-08-27 Thread Yang YUAN
I tried it on my Galaxy Nexus. I found out that the frequencies depend on how many sensors are registered in SensorManager. -- 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] How do I read an XML Data in Android?

2012-08-27 Thread Guilherme Bernardi
I'm developing an application that uses XML data... I consumed an wcf web service with SOAP, convert the object to a basic XML and save on sdcard, but now I need to read this data file to edit, confer and save? How can I do that? Can anyone help me? -- You received this message because you

[android-developers] Android encryption strength (AES)

2012-08-27 Thread ukimiku
Hello, this is my first posting in this forum. I am developing an Android application that uses encryption. I am concerned about the strength of the encryption algorithm (AES), since different countries employ different security policies. 1) Generally: are there versions of Android with

[android-developers] Unable to parse response from server. IOException

2012-08-27 Thread Ibad Baig
One of the features of my android application is to record the current location name through GPS. I'm trying the following code to get it done _lm = (LocationManager) _context.getSystemService(Context.LOCATION_SERVICE); Criteria c = new Criteria(); _tower = _lm.getBestProvider(c,

[android-developers] monkeyrunner touch event never returns

2012-08-27 Thread HS
I didn't find any topic that seemed to address this specific problem, so here goes. I have a monkeyrunner script that does a series of touch() and drag() calls that run in a loop. The script tests the same sequence many times over for stability purposes. The problem that I see is that the

[android-developers] Route Google Maps

2012-08-27 Thread Jayme Vara
After the XML query Google and get points, try to trace the route between them, but what worked before, now with updating the API. The route is generated not agree more, because he draws straight lines between points, not taking into consideration the streets on the map. The code I use to

[android-developers] Re: How to check device rooted or unrooted programmatically from my app ?

2012-08-27 Thread Bhavesh Patel
Process p; try { // Preform su to get root privledges p = Runtime.getRuntime().exec(su); // Attempt to write a file to a root-only DataOutputStream os = new DataOutputStream(p.getOutputStream()); os.writeBytes(echo \Do I have

[android-developers] How to start an activity when a calendar's event occur ?

2012-08-27 Thread Clément Vidal
Hello, I'm using the Google APIs java client library to retrieve a list of calendar's events. I would like to be able to start an Android activity when an event occurs. Is it possible to achieve that using the Google APIs java client library (note: i don't want to use the calendar API

Re: [android-developers] NullPointerException ... arrrggghhh ... newbie LOST!

2012-08-27 Thread Fabien R
On 25/08/2012 21:45, KinnMirr wrote: When I run below activity, I get an exception. I've wrapped the exception in an AlertDialog. Here's what the dialog shows. * null null null java.lang.NullPointerException * Where do I even START looking for a problem? You may

[android-developers] Re: Native SIP phone capabilities

2012-08-27 Thread Aleksandar Mićić
Hi, just one more vote for larger native SIP support. I did not notice any changes from ICS to JB :( App like CSipSimple is a rather powerful alternative, but I still think SIP belongs to the OS itself... In particular, I miss ability to control default microphone/speaker level/sensitivity

[android-developers] Why does phone incallscreen.java remove the code of params.systemUiVisibility = View.SYSTEM_UI_FLAG_LOW_PROFILE in Jelly Bean ?

2012-08-27 Thread Winston
I found a problem that my android phone after calling to any people by phone apk in ICS, then enter the camera. In the camera, whenever I click the recent apps button, it will flash not display normally. But in Jelly Bean, this issue disappeared. After a little code test, I found that it has a

[android-developers] How to obfuscate Phonegap html, js and css in apk

2012-08-27 Thread Azad Shekmydeen
I have developed the application in android using phonegap. I build the apk with proguard in eclipse, but the assets folder(contains the html, js and css files) not obfuscate inside the apk. How can I achieve the obfuscation for html, js and css files using proguard? If there is no

[android-developers] PDF VIEWER

2012-08-27 Thread Bala Kumar
I'm developing an application (Magazine Application only with PDF file) in which PDF viewer functionality need to be integrate. PDF file has the following data. Text (Description). Images (high resolution) Internal links (to navigate from one page to other) External links (need to open on

[android-developers] Setting an alpha gradient on an image

2012-08-27 Thread TimeManx
Hi guys, I'm finding it really hard to figure out how to change the alpha of an image in a linear way. I know this can be done using getPixels() or manually changing the alpha of each row of the image but those approaches are too slow. I'm actually trying to achieve a Wipe transition from one

[android-developers] SensorPortrait doesn't fire event of portrait reverse orientation

2012-08-27 Thread Riasat Abir
Hi, I want to use Portrait and Reverse Portrait mode only for my application. So, I've used SensorPotrait on manifest. Now the application works only portait and reverse portrait automatically. That's the first thing I wanted. Now I want to capture event for Portrait and Reverse Portrait

[android-developers] How add more API Levels to AVD Manager?

2012-08-27 Thread rop
Hi, Im very new on Android-development, and have a question: I have installed Eclipse with Android-plugins. When I Do: Window = AVD Manager = New... I get the dialog Create new Android Virtual Device (AVD). In the listbox Target, I only have 2 choices: Android 2.1 - API Level 7 Android

[android-developers] WebView in Android Direct Download Support

2012-08-27 Thread Martin Eliáš
Hi gals and guys! I've came across many unsolved issues regarding WebView with support for downloading files in Android. Here's the code (whole MainActivity.java) for simple WebView: package com.webview.downloader; import android.annotation.SuppressLint; import android.app.Activity; import

[android-developers] WEBVIEW

2012-08-27 Thread rags
can i use webview to display a website on my page ?? for ex if i am using www.google.com and i make a small search engine app..i simple use webview load url (http:www.google.com); in that case will google sue me.. -- You received this message because you are subscribed to the Google Groups

[android-developers] Apps installed on phone inoperative after crash during app install

2012-08-27 Thread Pepijn Schmitz
Hi everyone, My Galaxy S II with ICS has recently crashed while installing an app from the Play Store. The app was Messenger WithYou (a Windows Live messenger app, but I don't think the problem was caused by the specific app). After downloading and while installing it, the phone spontaneously

[android-developers] Re: Screen rotation and ProgressDialog

2012-08-27 Thread Sheharyar Naseer
I'm still unable to do it. I'm fairly new to Android Dev. Could you please write me a snippet on how to do this in AsyncTasks. Thankyou for your help. -- 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] XSD Validation

2012-08-27 Thread Narendra Prabhu Gurusiddappa
Anybody has ever done xml validation accross an xsd successfully? Please do help me out. (Using any which possible divine way) -- 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: Not seeing Nexus7 in Eclipse's Android Devices

2012-08-27 Thread Shiva Prasad Kodityala
Do you have the answer? I have problems with my NEXUS 7. I don't see that in devices. Debug Options turned on, Device driver is also installed. On Wednesday, July 18, 2012 7:48:18 AM UTC-7, HappyFunBall wrote: I'm not seeing my Nexus7 listed in Eclipse's DDMS Devices. DDMS and adb devices

[android-developers] Developers in my area

2012-08-27 Thread Digiboxuk
Hey all, just wandering if there are any developers in the Basingstoke area who I could have a face to face with and give me some advice about designing GUI's. Cheers -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Connection RESTful service with AsyncTask

2012-08-27 Thread anaOliveira
I tried connect a webservice by a AsyncTask on my android app. But it dosen't give nothing and takes a lot of time to connect This is the class that I have implemented to connect. public class WebService extends AsyncTaskString, String, String { private ArrayListSimpleObserver listeners; private

[android-developers] c2dm/Gcm in library

2012-08-27 Thread nto
hi, I am developing a library for developer. This library will include the c2dm/gcm. It works fine when the developers don't have c2dm/gcm. When developers have their own c2dm/gcm implemented, then there will have two receivers to listen to the registration id and both will receive the

[android-developers] Re: Using LVL, will issuing a refund also revoke the user's license?

2012-08-27 Thread Michael Zoech
Based on my own experience the user will receive NOT_LICENSED in such a case. The app will be uninstalled (by the Market app?), but I'm not quite sure if I remember this correctly. regards, Michael On Thursday, August 23, 2012 10:50:52 PM UTC+2, Steven Jackson wrote: Heyo! I am using LVL

[android-developers] ASP.NET Web API

2012-08-27 Thread Michel Lobo
I'm developing an android app that will communicate through an asp.net web application API, but when having to send data via HTTP get the following error: internal server error 500. public void addUser(User user){ HttpClient httpClient = new DefaultHttpClient(); HttpPost httpPost = new

[android-developers] Re: UNINSTALL_SHORTCUT does not work any more for android 4.0 (API 14 and above) anymore.

2012-08-27 Thread Tankery Chen
I have the same problem with you, and I can't remove the shortcut on Android 2.3 also. And after I remove the shortcut manually, I can't create that shortcut again. That is to say, I can only create the shortcut for one time. here is my codes: void createShortcut(Context context, String

[android-developers] TableRow in list view Postion

2012-08-27 Thread Rahul Kaushik
Hi, how to find the particular table row TableLayout from the ListView Please sugest Thanks RK -- 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

[android-developers] Re: EditText selectAll() does not work in ICS

2012-08-27 Thread fhucho
Hi, this works for me: new Handler().post(new Runnable() { @Override public void run() { paidView.selectAll(); } }); On Thursday, February 2, 2012 5:12:54 AM UTC+1, Michel Stéphane Bruno wrote: Hi, I am trying to programmatically select all the text in an EditText field when a user touches

[android-developers] Re: NullPointerException ... arrrggghhh ... newbie LOST!

2012-08-27 Thread Jason Sesso
does R.id.btnRetrieveDoc event exist? On Saturday, August 25, 2012 12:45:20 PM UTC-7, KinnMirr wrote: When I run below activity, I get an exception. I've wrapped the exception in an AlertDialog. Here's what the dialog shows. * null null null

[android-developers] Re: Check This one , this is my first Application in google play

2012-08-27 Thread Jason Sesso
I thought he was the guy LOL On Monday, August 27, 2012 12:18:21 AM UTC-7, Ali Chousein wrote: Just my 2 cents: If your app is not an official app for the celebrity person you're referring to, it might be worth stating this clearly in your app. Otherwise Google might think you're violating

Re: [android-developers] Multiple Icons appear on device when my project run!

2012-08-27 Thread Ibrahim Sada
Hello there must be a problem in your code... YOu are calling same code again and again because it will create ur icon again n again...u r calling function in loop o wat.. On 26 August 2012 01:07, KinnMirr 6004...@gmail.com wrote: How do I stop the

[android-developers] Android Activity And closing application

2012-08-27 Thread Haris
Hai all For my application I am using more than one layout, and I nedd to switch from layout to layout I think there are two methods for this. 1. Using setContentView switch to new layout. 2. Or by creating new activity switch to new layout. Now I am following the second one...And

Re: [android-developers] WEBVIEW

2012-08-27 Thread Ika Balzam
You are creating a web-browser. As long as you're not saying Welcome to my site, google - I believe you're fine... otherwise we wouldn't have any web-browsers :) On Sat, Aug 25, 2012 at 8:15 PM, rags rages...@gmail.com wrote: can i use webview to display a website on my page ?? for ex if i am

Re: R: Re: Re: [android-developers] Searching for Vumeter or needle indicator

2012-08-27 Thread IronBlossom
YOUR AudioRecord.getMinBufferSize(SAMPPERSEC,channelConfiguration,audioEncoding); returns -2 value which crashes while allocation of buffer = new short[buffersizebytes]; Can you Explain the reason? On Saturday, May 22, 2010 11:23:34 AM UTC+6, BobG wrote: try this, turn on audio record

Re: [android-developers] How to obfuscate Phonegap html, js and css in apk

2012-08-27 Thread Mark Murphy
On Fri, Aug 24, 2012 at 7:13 AM, Azad Shekmydeen sazadmoul...@gmail.com wrote: I have developed the application in android using phonegap. I build the apk with proguard in eclipse, but the assets folder(contains the html, js and css files) not obfuscate inside the apk. How can I achieve the

Re: [android-developers] How add more API Levels to AVD Manager?

2012-08-27 Thread Mark Murphy
The contents of that drop-down are dictated by the emulator images you downloaded via the SDK Manager. On Fri, Aug 24, 2012 at 7:19 PM, rop rop...@gmail.com wrote: Hi, Im very new on Android-development, and have a question: I have installed Eclipse with Android-plugins. When I Do:

Re: [android-developers] [problem] Jelly Bean porting on Board

2012-08-27 Thread Mark Murphy
On Sun, Aug 26, 2012 at 8:29 AM, jcboo jongcheol@gmail.com wrote: We are getting the following error with board while when we tried for booting jelly bean File system . Error: [5.189758] init: skipping insecure file '/default.prop' [5.198059] init: skipping insecure file

Re: [android-developers] Good way to use an existing SQLite Database?

2012-08-27 Thread Mark Murphy
On Mon, Aug 27, 2012 at 2:57 AM, Qoheleth alexo...@gmail.com wrote: Is there a good way to use existing sql files? https://github.com/jgilfelt/android-sqlite-asset-helper Also, what file format should the database be in? For the above, the SQLite database needs to be a SQLite database. --

Re: [android-developers] Re: Jelly Bean, READ_LOGS and 'Application Lockers'

2012-08-27 Thread Mark Murphy
On Sun, Aug 26, 2012 at 10:33 PM, Tom karbonki...@gmail.com wrote: So it's really a situation of a few bad apples ruining the whole bunch. I don't like them apples. Yup. And to the extent we can figure out ways to better filter the bad apples, without saying we cannot have any apples, the

[android-developers] Android Fu Coding Challenge this Wendesday night!

2012-08-27 Thread Bill Mote
It is time! The 3rd 5th Wednesday is upon us. Come out and join us Wednesday night for dinner, drinks and coding. This will be a completely unique set of requirements that requires no former knowledge of the previous events to complete. The requirements will be held secret until the

Re: [android-developers] Android Activity And closing application

2012-08-27 Thread Renuka Deshpande
Hello, Let OS kill the application. see these http://stackoverflow.com/questions/2033914/quitting-an-application-is-that-frowned-upon http://stackoverflow.com/questions/5100728/how-to-force-stop-my-android-application-programatically

Re: [android-developers] Re: NullPointerException ... arrrggghhh ... newbie LOST!

2012-08-27 Thread Renuka Deshpande
cross check with your xml, that you have used same names as in xml. On Mon, Aug 27, 2012 at 2:32 PM, Jason Sesso djse...@gmail.com wrote: does R.id.**btnRetrieveDoc event exist? On Saturday, August 25, 2012 12:45:20 PM UTC-7, KinnMirr wrote: When I run below activity, I get an exception.

[android-developers] Live audio stream - Android 2.x - possible ?

2012-08-27 Thread Dmitriy F
I need to play a live audio stream on devices with 2.x and greater versions. Thishttp://developer.android.com/guide/appendix/media-formats.html states that it's impossible to play live streams on devices with Android 2.x. What're my options here ? P.S. I've tried Vitamio - don't want to

Re: [android-developers] Re: Can't display GoogleMaps in application

2012-08-27 Thread Lloyd Carroll
Ok, so here's what happened. It was related to the api-key. I develop in linux and was having issues with the bluetooth chat sample. So, as one of my troubleshooting steps, I started running eclipse as root to see if that fixed it. Well, it didn't click that doing that would create a different

[android-developers] hi all How to design using json UI in android

2012-08-27 Thread parthi
-- 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] Hi all

2012-08-27 Thread parthi
How can i design using json UI in android -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] Hi all

2012-08-27 Thread Mark Murphy
On Mon, Aug 27, 2012 at 8:40 AM, parthi parthisof...@gmail.com wrote: How can i design using json UI in android I would recommend that you start by providing an explanation of what you think a json UI is. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy

Re: [android-developers] Hi all

2012-08-27 Thread Parthi K
Hi Mark Murphy I know basically its for webservices dont know that much could u help me... On Mon, Aug 27, 2012 at 6:12 PM, Mark Murphy mmur...@commonsware.comwrote: On Mon, Aug 27, 2012 at 8:40 AM, parthi parthisof...@gmail.com wrote: How can i design using json UI in android I

Re: [android-developers] Hi all

2012-08-27 Thread Parthi K
Is it possible to design in json UI ..Mr Mark Murphy On Mon, Aug 27, 2012 at 6:21 PM, Parthi K parthisof...@gmail.com wrote: Hi Mark Murphy I know basically its for webservices dont know that much could u help me... On Mon, Aug 27, 2012 at 6:12 PM, Mark Murphy

[android-developers] Don't understand the constants provided in powertutor

2012-08-27 Thread thejaswi s
I was just going through powertutor source code and found many constants related to WiFi, CPU and LCD components. I can understand the flow but not getting about these constants.I am curious to know about this. Where these constants are derived from ? what are the standard values? etc.. Please

Re: [android-developers] XSD Validation

2012-08-27 Thread Feign Narula
Are you planning for xsd validation on android. Any good reason? Regards, Feign Narula IBM India Pvt. Ltd. SCJP 5.0, Curam Certified Developer 5.2 TOGAF v9 Certified On Aug 24, 2012, at 8:46 AM, Narendra Prabhu Gurusiddappa narendraprabh...@gmail.com wrote: Anybody has ever done xml

[android-developers] Re: Best Source for Ads?

2012-08-27 Thread mathijs
If you want to have a bit more freedom in selecting which ads are shown in your app I would advise you to use mediation (such as Admob mediation) instead of a fixed ad network. We recently published a blogpost about how mediation works and how it can be used with our own AppBrain AppLift, which

Re: [android-developers] Re: Jelly Bean, READ_LOGS and 'Application Lockers'

2012-08-27 Thread Tom
I think my explanation of DeviceAdministrators was poor, I didn't mean to suggest that they can enable themselves. I dislike how DAs are un-installable until disabled but I do agree that it makes it more difficult to do malicious things this way. Pop-up permissions could also work, like in iOS

Re: [android-developers] Re: Jelly Bean, READ_LOGS and 'Application Lockers'

2012-08-27 Thread Mark Murphy
On Mon, Aug 27, 2012 at 9:18 AM, Tom karbonki...@gmail.com wrote: If that doesn't work I would have honestly suggested removing KILL_BACKGROUND_PROCESSES long before removing the ActivityManager APIs. Task-killers aside, I can't think of any good uses for that permission. By removing it, don't

[android-developers] Scaling 2d image in different axis

2012-08-27 Thread Numair Qadir
Hi, I'm working on a task , to scale the image, it works fine and scales the image in all direction, but i want it to scale in individual axis, here is my code, thanks for your response switch (event.getAction () MotionEvent.ACTION_MASK) { MotionEvent.ACTION_DOWN case: savedMatrix.set

Re: [android-developers] How do I read an XML Data in Android?

2012-08-27 Thread Satya Komatineni
See if this SDK doc helps http://developer.android.com/reference/org/xmlpull/v1/XmlPullParser.html Here is some earlier research I have done on XML treatment on Android (This may be a bit outdated as I haven't revisited it in a year) What XML libraries are available for Android

Re: [android-developers] How to obfuscate Phonegap html, js and css in apk

2012-08-27 Thread Kristopher Micinski
I'd say that obfuscating the HTML and CSS is just a dumb idea. Along with what Mark mentioned, if you can view it in a browser, then you're already sort of screwed, because the user can always just look at the source there. HTML isn't like code, you can't just change it around and get something

[android-developers] Re: Anyone has expereiences in developing an audio visualizer?!

2012-08-27 Thread IronBlossom
Try using android.media.audiofx.Visualizer from APi 9 or above On Monday, July 12, 2010 12:56:01 PM UTC+6, CMF wrote: Seems that there is no API in doing the audio visualizer? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] Re: hi

2012-08-27 Thread sree android
thank you friend -- 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

[android-developers] hi

2012-08-27 Thread sree android
hi how to post my app into google play, plz send procedure for that step by step plz -- 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] Re: Best Source for Ads?

2012-08-27 Thread John Coryat
I'm really curious about the eCPM's each network actually provides. We're using AdMob in our beta (soon to be released in production) and so far have seen eCPM's in the $2 range. That's with 15,000 impressions. Are there any networks that provide higher eCPM's? -John Coryat -- You received

[android-developers] Re: Converting data error

2012-08-27 Thread bob
You are reading a Wavefront OBJ file. Please observe that more than just vertex lines startsWith v. You have vt, vn, and vp as well. # List of Vertices, with (x,y,z[,w]) coordinates, w is optional and defaults to 1.0. v 0.123 0.234 0.345 1.0 v ... ... # Texture coordinates, in

[android-developers] How to send a string using HTTP GET from an android app

2012-08-27 Thread Rob
Hello: I need to send the following string from an Android app *using HTTP GET*. (as per the website instructions) The string: https://www.abc.com/api/v245.asp?action=LOGINparam[ID]=1234param[PASSWORD]=ABCDE I am using eclipse INDIGO. Is this difficult to do? Any suggestions on how to do

Re: [android-developers] How to send a string using HTTP GET from an android app

2012-08-27 Thread Justin Anderson
I have two links for you: - http://android-dev-tips-and-tricks.blogspot.com/2012/08/so-you-need-help.html - http://lmgtfy.com/?q=android+http+get Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Aug 27, 2012 at 8:51 AM, Rob

Re: [android-developers] Don't understand the constants provided in powertutor

2012-08-27 Thread Justin Anderson
Ask the people that wrote that app... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Aug 27, 2012 at 6:59 AM, thejaswi s thejasw...@gmail.com wrote: I was just going through powertutor source code and found many constants related to WiFi, CPU

Re: [android-developers] Re: NullPointerException ... arrrggghhh ... newbie LOST!

2012-08-27 Thread Justin Anderson
Look at your logcat output... It will point you to the exact file and line number where the exception is occurring... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Aug 27, 2012 at 5:48 AM, Renuka Deshpande renukanil.deshpa...@gmail.com wrote:

Re: [android-developers] Android Activity And closing application

2012-08-27 Thread Justin Anderson
Now I am following the second one...And its working perfectly... If it is working, then why change it? If it ain't broken don't fix it... And also for go back to the previous layout I am just pressing the back button.Do I need to call the finish() methodOr the android do it

Re: [android-developers] java.lang.ClassNotFoundException: android.support.v4.os.ParcelableCompatCreatorHoneycombMR2 in test project

2012-08-27 Thread nikhilesh singh Tak
Hi Mark, Thanks for the reply. Yes I have checked that. In my main app project android-support-v4.jar is present in the libs folder. Also in build path I have marked the library as checked in Order and Export section. Even I tried it by adding the v4 jar in test project but that too didn't

Re: [android-developers] java.lang.ClassNotFoundException: android.support.v4.os.ParcelableCompatCreatorHoneycombMR2 in test project

2012-08-27 Thread nikhilesh singh Tak
Hi Mark, Thanks for the reply. Yes I have checked that. In my main app project android-support-v4.jar is present in the libs folder. Also in build path I have marked the library as checked in Order and Export section. Even I tried it by adding the v4 jar in test project but that too didn't

Re: [android-developers] java.lang.ClassNotFoundException: android.support.v4.os.ParcelableCompatCreatorHoneycombMR2 in test project

2012-08-27 Thread Mark Murphy
On Mon, Aug 27, 2012 at 11:06 AM, nikhilesh singh Tak nikhileshsingh...@gmail.com wrote: Yes I have checked that. In my main app project android-support-v4.jar is present in the libs folder. Also in build path I have marked the library as checked in Order and Export section. You should not

Re: [android-developers] How to send a string using HTTP GET from an android app

2012-08-27 Thread Rob
Thanks Justin. I have been Googling my as! off for days and my post here was an act of desperation! Sorry if I showed any disrespect to you or the group members. On Monday, 27 August 2012 10:59:25 UTC-4, MagouyaWare wrote: I have two links for you: -

  1   2   >