Re: [android-developers] adding radio buttons to a popup window. (fixed)

2012-03-06 Thread Ray Tayek
At 09:00 PM 3/6/2012, you wrote: ,,, the radio buttons work fine when added to the main layout. but when i add them to the popup window and attempt to display the popup, i don't see anything (not event the popup). i needed to set the width and height of the popup. thanks --- co-chair http:/

Re: [android-developers] UI design

2012-03-06 Thread TreKing
On Wed, Mar 7, 2012 at 12:07 AM, megha agrawal wrote: > I am not getting what type of widget they have used?? > > Can somebody explain, how to go for this type of design? > A simple LinearLayout (vertical) with 3 layouts each consisting of an ImageView and two TextViews. Not that complicated by t

Re: [android-developers] UI design

2012-03-06 Thread T.M.S.VIJAYKUMARR
Hi, I think they did't use widget, In layout just they placing imges only. On Wed, Mar 7, 2012 at 11:45 AM, Save My Life! wrote: > i am not sure > butter titanium framework provide this kind of UI > On Mar 7, 2012 11:37 AM, "megha agrawal" wrote: > >> Hello All, >> >> I want to create a UI for m

Re: [android-developers] Re: SD card database

2012-03-06 Thread abhijeet tomar
Hello, you can make a copy of ur database in sd card from DDMS but don't use it or at the time of starting the apps you have to push database in DDMS . -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to an

Re: [android-developers] UI design

2012-03-06 Thread Save My Life!
i am not sure butter titanium framework provide this kind of UI On Mar 7, 2012 11:37 AM, "megha agrawal" wrote: > Hello All, > > I want to create a UI for my app as shown in image attached with this > mail. I am not getting what type of widget they have used?? > > Can somebody explain, how to go

[android-developers] UI design

2012-03-06 Thread megha agrawal
Hello All, I want to create a UI for my app as shown in image attached with this mail. I am not getting what type of widget they have used?? Can somebody explain, how to go for this type of design? Thanks in Advance!! -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Android Beam demo on PC

2012-03-06 Thread goodline
Hi Shantanu, I also see the same error. Will let you know if I find a solution. Regards Surekha On Mar 4, 1:39 pm, Shantanu Jain wrote: > Hello, i am a student and also new to android. I did the changes you told > here, > but when i run the nfc beam demo given > athttp://developer.android.com/

Re: [android-developers] Re: How to get all sms messages on phone

2012-03-06 Thread Farhan Tariq
So this cursor would point to a collection of sms messages? What do i need to extract the sender, receiver, text from the message? Thank you in advance On Wed, Mar 7, 2012 at 3:42 AM, Ali Chousein wrote: > SmsManager does not do what you are interested in. Android SDK does > not officially suppo

Re: [android-developers] Re: SD card database

2012-03-06 Thread Bhaumik Thaker
how to create database on sd card can anyone help give some code or tutorial for that... On Wed, Mar 7, 2012 at 3:35 AM, lbendlin wrote: > yes. but not everything that is possible is also desirable. > > > On Tuesday, March 6, 2012 1:39:30 PM UTC-5, bob wrote: >> >> Is it possible to use SQLiteOp

[android-developers] adding radio buttons to a popup window.

2012-03-06 Thread Ray Tayek
hi, newbie here. trying to add some radio buttons to a popup window (please see code below). the radio buttons work fine when added to the main layout. but when i add them to the popup window and attempt to display the popup, i don't see anything (not event the popup). thanks package tayek.ra

[android-developers] Dinamic Settings

2012-03-06 Thread Andrei
There is a database in which I'm doing on the selection of cities with the settings (ListPreference), but the user can add a city and need to be available for selection in ListPreference. How can you add an entry in the xml file with the settings to the string-array, a new item (item) ? -- You re

Fwd: [android-developers] using custom views in xml layouts

2012-03-06 Thread chowdary nani
Hi magouyaware, Thanks for replay, Thanks for time, yes i am sure CustomView class is in the "net.pocketmagic.customangletext" package Thanks Naveen. -- Forwarded message -- From: Justin Anderson Date: Wed, Mar 7, 2012 at 12:26 AM Subject: Re: [android-developers] using custom vi

[android-developers] detail about inapp billing

2012-03-06 Thread Save My Life!
hello my apapplication work once a while. how can i use inapp billing? -- 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] Re: how to make the apps is running in odex

2012-03-06 Thread Perry
Could you give more hints how to do that? Is it related to Programming or Compiling? On 3月7日, 上午11時03分, Dianne Hackborn wrote: > All apps run from odex files, that is the final linked dex code that is run > on the device. > > On Tue, Mar 6, 2012 at 6:10 PM, Perry wrote: > > hi all, > > Some apps

Re: [android-developers] how to make the apps is running in odex

2012-03-06 Thread Dianne Hackborn
All apps run from odex files, that is the final linked dex code that is run on the device. On Tue, Mar 6, 2012 at 6:10 PM, Perry wrote: > hi all, > Some apps are running in odex file (not apk file) after installation. > Could anyone teach me how to do that? > > -- > You received this message bec

[android-developers] paid application link of amazon on android market

2012-03-06 Thread Save My Life!
hello i am from the countries which are not listed for merchant/sellers is it a legimate way if i put free app.but to purchase it one has to go on amazon store's link? thanks in advance -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To p

[android-developers] how to make the apps is running in odex

2012-03-06 Thread Perry
hi all, Some apps are running in odex file (not apk file) after installation. Could anyone teach me how to do that? -- 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

[android-developers] Help me on selecting a name to a game..

2012-03-06 Thread Fred
Hi Everybody, I'm developing a android game and i'm urgently needing to define a name to this game.. can you help on choosing the name? If you have 1 minute to check it up, please just choose the wanted names here: https://docs.google.com/spreadsheet/viewform?formkey=dGIwSUU2alJqSnVkVVItVmROSWtE

Re: [android-developers] Re: Looking for LocationManager use for cycling app

2012-03-06 Thread lbendlin
Careful with Airplane mode. On some devices that stupidly prevents GPS from getting a fix. On Tuesday, March 6, 2012 8:49:49 PM UTC-5, RedBullet wrote: > > I am seeing some evidence that folks are able to use MyTracks to track a > long bike ride. So, I might do some testing with it to make sure

Re: [android-developers] Re: Looking for LocationManager use for cycling app

2012-03-06 Thread RedBullet
I am seeing some evidence that folks are able to use MyTracks to track a long bike ride. So, I might do some testing with it to make sure that is the case (recommendation is to turn off things you don't need, like wifi, bluetooth, and switch to 2G are among the recommendations. Though Airplane

[android-developers] Re: Developer Options on Galaxy Nexus!?

2012-03-06 Thread Chris Stratton
On Sunday, February 5, 2012 12:26:09 PM UTC-5, guruk wrote: > > hi there, > the experimental "developer options" on the new Galaxy Nexus cause > lots of confusion and problems with my users (as the FORCE CPU > RENDERING) do not work with my app (and as i heard from lots of other > developers, e

Re: [android-developers] Re: Problem with SAX parser on large XML files?

2012-03-06 Thread Lew
Mark Murphy (a Commons Guy) wrote: > > RedBullet wrote: > > I may not have this problem with the XML structure I am interested in > > parsing, but I imagine one could run into issues if there are nested > > elements being parsed: > > > > got some text here > > me > > > > > > I am guessi

Re: [android-developers] Re: Looking for LocationManager use for cycling app

2012-03-06 Thread RedBullet
I guess the question is do they do anything fancy resembling magic in an effort to be power frugal? I suspect it is just a convenience... On Tuesday, March 6, 2012 7:56:53 PM UTC-5, Mark Murphy (a Commons Guy) wrote: > > On Tue, Mar 6, 2012 at 7:44 PM, RedBullet <> wrote: > > I suppose another t

[android-developers] Re: Problem with SAX parser on large XML files?

2012-03-06 Thread Lew
The API docs themselves tell you: "The Parser will call this method to report each chunk of character data. SAX parsers may return all contiguous character data in a single chunk, or they may split it into several chunks ...

Re: [android-developers] Re: Looking for LocationManager use for cycling app

2012-03-06 Thread Mark Murphy
On Tue, Mar 6, 2012 at 7:44 PM, RedBullet wrote: > I suppose another thing I could do is pick a provider based on how far away > I am from the next waypoint and switch to GPS when I am less than 1KM. > > Does proximityAlerts help in this case? They can. They will let you know when you get near a

Re: [android-developers] Re: Looking for LocationManager use for cycling app

2012-03-06 Thread RedBullet
I suppose another thing I could do is pick a provider based on how far away I am from the next waypoint and switch to GPS when I am less than 1KM. Does proximityAlerts help in this case? On Tuesday, March 6, 2012 7:30:19 PM UTC-5, RedBullet wrote: > > OK, got it. So, if I am going to use GPS, ar

Re: [android-developers] Re: Looking for LocationManager use for cycling app

2012-03-06 Thread Mark Murphy
On Tue, Mar 6, 2012 at 7:30 PM, RedBullet wrote: > OK, got it. So, if I am going to use GPS, are there any good strategies for > conserving power? Do the update intervals make any difference? Or is the > drain going to be the same because the radio is essentially on? In theory, a longer minTime m

Re: [android-developers] Re: Looking for LocationManager use for cycling app

2012-03-06 Thread RedBullet
OK, got it. So, if I am going to use GPS, are there any good strategies for conserving power? Do the update intervals make any difference? Or is the drain going to be the same because the radio is essentially on? On Tuesday, March 6, 2012 7:07:45 PM UTC-5, Mark Murphy (a Commons Guy) wrote: > >

Re: [android-developers] Re: Looking for LocationManager use for cycling app

2012-03-06 Thread Mark Murphy
On Tue, Mar 6, 2012 at 6:55 PM, RedBullet wrote: > Not necessarily. In most of New England here we have network coverage. Not with anything vaguely resembling the accuracy you seek. Network provider, in the form of cell tower triangulation, is good for a 1km or so. The only technology that presen

Re: [android-developers] set Type Intent (set multiple mime types )

2012-03-06 Thread Mark Murphy
On Tue, Mar 6, 2012 at 7:01 PM, kronos wrote: > I would like to send an Intent that would be catch by file managers. > In it, I want to specify multiple mime types... how do I do that ? You don't. If you take the time to explain what you are trying to accomplish in more than the dozen or so word

[android-developers] set Type Intent (set multiple mime types )

2012-03-06 Thread kronos
I would like to send an Intent that would be catch by file managers. In it, I want to specify multiple mime types... how do I do that ? Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-de

[android-developers] Re: Looking for LocationManager use for cycling app

2012-03-06 Thread RedBullet
Not necessarily. In most of New England here we have network coverage. So, I get that network location services have lower power requirements. What about the other parameters? Like how often to be notified (either min time or min distance) do those affect power usage in any significant way for

[android-developers] Re: Looking for LocationManager use for cycling app

2012-03-06 Thread lbendlin
so - GPS it is. Tell them to bring a spare battery. On Tuesday, March 6, 2012 5:45:20 PM UTC-5, RedBullet wrote: > > Generally out in the country. > > On Tuesday, March 6, 2012 5:07:36 PM UTC-5, lbendlin wrote: >> >> you are not saying where they are riding the bike. Network location >> services

[android-developers] Re: Developer Options on Galaxy Nexus!?

2012-03-06 Thread stephen
I quite agree. I just found this post after weeks of trying to get to bottom of an issue with my app, and it's exactly the same cause. What a huge waste of time (not to mention the refunds and cancelled orders). There are far more Android handsets in the hands of normal users than developers, so e

Re: [android-developers] Re: Problem with SAX parser on large XML files?

2012-03-06 Thread Mark Murphy
On Tue, Mar 6, 2012 at 6:02 PM, RedBullet wrote: > I may not have this problem with the XML structure I am interested in > parsing, but I imagine one could run into issues if there are nested > elements being parsed: > >      got some text here >      me > > > I am guessing I would have to be cl

Re: [android-developers] Re: Problem with SAX parser on large XML files?

2012-03-06 Thread RedBullet
I may not have this problem with the XML structure I am interested in parsing, but I imagine one could run into issues if there are nested elements being parsed: got some text here me I am guessing I would have to be clever and maintain multiple accumulators for each element when it

Re: [android-developers] Re: Problem with SAX parser on large XML files?

2012-03-06 Thread Mark Murphy
On Tue, Mar 6, 2012 at 5:41 PM, RedBullet wrote: > Got it, so if I turn my characters method into an accumulator and make sure > I reset it either in startElement or endElement (as appropriate) I should be > good? AFAIK, yes. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github

[android-developers] Re: Looking for LocationManager use for cycling app

2012-03-06 Thread RedBullet
Generally out in the country. On Tuesday, March 6, 2012 5:07:36 PM UTC-5, lbendlin wrote: > > you are not saying where they are riding the bike. Network location > services work MUCH better in densely populated areas than out in the > country. > > On Tuesday, March 6, 2012 1:16:00 PM UTC-5, Red

[android-developers] Re: Problem with SAX parser on large XML files?

2012-03-06 Thread Streets Of Boston
If you don't want the hassle of properly implementing a SAX parser, you could try android.sax.RootElement andd android.sax.Element constructs instead. This takes care of lot of the hassle regarding context and hierarchy. On Tuesday, March 6, 2012 4:09:57 PM UTC-5, RedBullet wrote: > > I have be

[android-developers] Re: How to get all sms messages on phone

2012-03-06 Thread Ali Chousein
SmsManager does not do what you are interested in. Android SDK does not officially support retrieving the received and delivered SMS messages. But there are always backdoors. In the past I used the statement below for retriving all (both received and delivered) SMS messages: Cursor cur = getConten

Re: [android-developers] Re: Problem with SAX parser on large XML files?

2012-03-06 Thread RedBullet
Got it, so if I turn my characters method into an accumulator and make sure I reset it either in startElement or endElement (as appropriate) I should be good? On Tuesday, March 6, 2012 5:05:18 PM UTC-5, Mark Murphy (a Commons Guy) wrote: > > On Tue, Mar 6, 2012 at 4:52 PM, RedBullet <> wrote: >

Re: [android-developers] glesv2debugger

2012-03-06 Thread Siva Velusamy
It is still a internal beta tool, and is not supported as yet. On Tue, Mar 6, 2012 at 2:04 PM, Scs Sek wrote: > Hi, > > Can you anyone tried to setup glesv2debugger  in ICS? > > I have issues when try to build as Eclipse pulgin > > Regards, > Chandra > > -- > You received this message because you

[android-developers] Re: Problem with SAX parser on large XML files?

2012-03-06 Thread Lew
Well, you didn't show us that code, but the part you do show doesn't append successive characters to the value, it only takes a value from a single call. You also will have trouble with multi-character code points. My advice is still valid. You should not assume everything comes in all at once

[android-developers] Re: Looking for LocationManager use for cycling app

2012-03-06 Thread lbendlin
you are not saying where they are riding the bike. Network location services work MUCH better in densely populated areas than out in the country. On Tuesday, March 6, 2012 1:16:00 PM UTC-5, RedBullet wrote: > > I am writing an app that will will follow a route on the map, very similar > to a c

Re: [android-developers] Re: Problem with SAX parser on large XML files?

2012-03-06 Thread Mark Murphy
On Tue, Mar 6, 2012 at 4:52 PM, RedBullet wrote: > I am talking about what I see when endELement event occurs. I end up with > tempVal containing a partial element. Correct. That is because your implementation is buggy. You may be called with characters() several times for an element's text node(

[android-developers] Re: SD card database

2012-03-06 Thread lbendlin
yes. but not everything that is possible is also desirable. On Tuesday, March 6, 2012 1:39:30 PM UTC-5, bob wrote: > > Is it possible to use SQLiteOpenHelper to create a database on the SD card? > -- You received this message because you are subscribed to the Google Groups "Android Developers" g

[android-developers] glesv2debugger

2012-03-06 Thread Scs Sek
Hi, Can you anyone tried to setup glesv2debugger in ICS? I have issues when try to build as Eclipse pulgin Regards, Chandra -- 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@googlegr

[android-developers] Re: Subversion plug-in

2012-03-06 Thread lbendlin
subclipse On Tuesday, March 6, 2012 4:15:18 PM UTC-5, bob wrote: > > Does anyone know what Subversion plug-in most Android developers use for > Eclipse? I'm looking for something with minimal hassle. > > > -- You received this message because you are subscribed to the Google Groups "Android De

[android-developers] Re: Problem with SAX parser on large XML files?

2012-03-06 Thread RedBullet
I am talking about what I see when endELement event occurs. I end up with tempVal containing a partial element. Is there some example I can see that does a proper job? Virtually every example I have seen seems to be making the same assumption I am... On Tuesday, March 6, 2012 4:20:10 PM UTC-5,

[android-developers] Re: Problem with SAX parser on large XML files?

2012-03-06 Thread Lew
SAX parsers, such as you appear to be using, do not guarantee to give all the character data for a given element in a single callback to 'characters()'. Your logic that assumes otherwise is fatally flawed. You're not guaranteed to have processed the whole element until 'endElement()', of course

Re: [android-developers] Please comment on my app's design...

2012-03-06 Thread Tom
On Tuesday, March 6, 2012 2:10:46 PM UTC-5, Mark Murphy (a Commons Guy) wrote: > > On Tue, Mar 6, 2012 at 2:01 PM, Tom > > On Tuesday, March 6, 2012 1:50:42 PM UTC-5, Mark Murphy (a Commons Guy) > > wrote: > >> > >> Oh, I understood that completely. Again, your statement that "this > >> seems to

[android-developers] Subversion plug-in

2012-03-06 Thread bob
Does anyone know what Subversion plug-in most Android developers use for Eclipse? I'm looking for something with minimal hassle. -- 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@g

[android-developers] Problem with SAX parser on large XML files?

2012-03-06 Thread RedBullet
I have been debugging this for a while now, and I can only reproduce it when I run in the Android environment (emulator or device), but not reproducible in plain old java. The behavior is that I am just PART of a fragment instead of the entire element. For example -71.41000482232 What I

Re: [android-developers] Get a Code

2012-03-06 Thread Justin Anderson
http://catb.org/esr/faqs/smart-questions.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sun, Mar 4, 2012 at 10:05 AM, Siddharth Chopra wrote: > hii, > get a code that to draw circle with ontouchlistener and it should > increase its size on Mot

Re: [android-developers] Move horizontalscrollView of Android from left to right

2012-03-06 Thread Justin Anderson
You are only displaying one image at a time? If so, why are you using a HorizontalScrollView instead of a ViewFlipper? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Mar 2, 2012 at 3:13 AM, Deepika NS wrote: > I'm using horizontalscrollView alon

Re: [android-developers] Can I get a "Global Service" in android?

2012-03-06 Thread Justin Anderson
You are not going to fully get what you want... If each developer includes it in their apk files then they will run as part of that process. What you have to do to get the effect you want is to distribute your service as a completely separate app. Create providers (if necessary) and publish inte

[android-developers] How to get all sms messages on phone

2012-03-06 Thread Farhan Tariq
Hi, I need to show all the messages on a phone in a listView. But I don't know where to start from. SmsManager class does not have anything like that. Any guidance please. A few keywords, to look for in the api, would be nice. Hope to hear from you soon. Regards, Farhan -- You received this mes

Re: [android-developers] Android permission denial when installed in wrong order

2012-03-06 Thread Jason Prenger
Mark, I figured this was the case but wasn't sure if there was a nice workaround for it. I'll probably end up just specifying the install order for now and try some of your suggestions later. Thanks again for the response, Jason Prenger On Tuesday, March 6, 2012 11:26:27 AM UTC-7, Mark Murph

Re: [android-developers] Android Http

2012-03-06 Thread Alan Smith
Learn a little PHP and use the start_session() functionality On Tue, Mar 6, 2012 at 10:35 PM, lycoris wrote: > everyone, i use the http to download the html file,and then use the > loadDataWithBaseURL,which is a method of Webview, to open the html > file. but i have met a problem,that is: i can

Re: [android-developers] Please comment on my app's design...

2012-03-06 Thread Tom
Yikes, I'm quite surprised to see that my Google e-mail (which is my personal e-mail) gets published when someone hits reply to my post. Doesn't look like there is any way around this (other then switching to a different google account). Also, I just searched for Google Groups Help Groups to

Re: [android-developers] Google Map Marker Overalys - Beginner

2012-03-06 Thread Mark Murphy
On Tue, Mar 6, 2012 at 2:09 PM, Krishna Kumaar Natarajan wrote: > I followed the steps mentioned in the link below. > http://developer.android.com/resources/tutorials/views/hello-mapview.html > > At the end I am getting Force Close error :( Use adb logcat, DDMS, or the LogCat view in Eclipse to e

Re: [android-developers] Please comment on my app's design...

2012-03-06 Thread Mark Murphy
On Tue, Mar 6, 2012 at 2:01 PM, Tom wrote: > On Tuesday, March 6, 2012 1:50:42 PM UTC-5, Mark Murphy (a Commons Guy) > wrote: >> >> Oh, I understood that completely. Again, your statement that "this >> seems to be the 'normal' thing to do" is highly debatable. It's not >> that you *can't* do it, i

[android-developers] Google Map Marker Overalys - Beginner

2012-03-06 Thread Krishna Kumaar Natarajan
Hi All, I followed the steps mentioned in the link below. http://developer.android.com/resources/tutorials/views/hello-mapview.html At the end I am getting Force Close error :( can anyone share steps for the basic marker creation ? -- Regards, Krishna Kumaar N.I. -- You received this message

[android-developers] Re: How many people are using ActionBarSherlock?

2012-03-06 Thread Spiral123
I use it. It's great - thanks Jake. Nick On Mar 6, 11:40 am, Jake Wharton wrote: > From my estimation there are *at least* 100-250 small applications > published to Market that are using it. Of course, I only know about the > ones people tell me about and can estimate from things like the activ

Re: [android-developers] Please comment on my app's design...

2012-03-06 Thread Tom
On Tuesday, March 6, 2012 1:50:42 PM UTC-5, Mark Murphy (a Commons Guy) wrote: > > Oh, I understood that completely. Again, your statement that "this > seems to be the 'normal' thing to do" is highly debatable. It's not > that you *can't* do it, it's that you don't gain a lot while losing > some a

Re: [android-developers] Re: Using setContentView(viewList) in current Activity

2012-03-06 Thread Justin Anderson
setContentView() should be called in onCreate()... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Mar 5, 2012 at 10:38 PM, Temp Test wrote: > Hi Shani, > From the exception it looks like you are trying to set the same list view > object more than

Re: [android-developers] using custom views in xml layouts

2012-03-06 Thread Justin Anderson
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/view/LabelView.html http://developer.android.com/resources/samples/ApiDemos/res/layout/custom_view_1.html The first link is a sample of a custom class and the second is a sample of how to use that custom class in

[android-developers] Activity calling is missing

2012-03-06 Thread kumar raja
Please look at this link and provide solution. http://stackoverflow.com/questions/9588740/activity-calling-is-missing -- Regards Kumar Raja M.Tech(SIT) IIT Kharagpur, 10it60...@iitkgp.ac.in -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

Re: [android-developers] Please comment on my app's design...

2012-03-06 Thread Mark Murphy
On Tue, Mar 6, 2012 at 1:46 PM, Tom wrote: > I wouldn't use multiple processes on purpose - I thought that I had no > control over that and it would happen if the service was started > independently of the app.  From what you are saying I take it that I was > wrong: if my service is already runnin

Re: [android-developers] How to progressively make invisible a polygon?

2012-03-06 Thread Justin Anderson
This isn't an android question... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Mar 6, 2012 at 4:55 AM, saex wrote: > I need to make progressively invisible a polygon with OpenGL ES 1.1. I'm > developing for Android, but i think that other plat

Re: [android-developers] Please comment on my app's design...

2012-03-06 Thread Tom
On Tuesday, March 6, 2012 12:48:04 PM UTC-5, Mark Murphy (a Commons Guy) wrote: > > On Tue, Mar 6, 2012 at 12:35 PM, Tom wrote: > > The service exists to receive screen state broadcasts even when the app > > isn't running (receivers for screen state must be in code - they can't > be > > in the a

[android-developers] SD card database

2012-03-06 Thread bob
Is it possible to use SQLiteOpenHelper to create a database on the SD card? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email

Re: [android-developers] how to connect mysql to android

2012-03-06 Thread Justin Anderson
*> you should not use setContentView() in the oncreate() method of ListActivity* Umm... no, you are wrong. That is where you should call that method. What does your R.layout.main file look like? As the exception says, it needs to contain a listview with the following id: android.R.id.list Thank

Re: [android-developers] Android permission denial when installed in wrong order

2012-03-06 Thread Mark Murphy
On Tue, Mar 6, 2012 at 1:20 PM, Jason Prenger wrote: > I have two apps, one contains an exported provider that the second app > uses to look up values.  I recently decided it'd be a good idea to add > read and write permissions to the provider, but now I've run into an > issue.  If I install the a

[android-developers] Android permission denial when installed in wrong order

2012-03-06 Thread Jason Prenger
Hi, I have two apps, one contains an exported provider that the second app uses to look up values. I recently decided it'd be a good idea to add read and write permissions to the provider, but now I've run into an issue. If I install the app reading from the provider first it'll crash with a per

Re: [android-developers] rss Feed

2012-03-06 Thread Justin Anderson
http://catb.org/esr/faqs/smart-questions.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware 2012/3/6 νιяιη¢нソ > hello everyone, > how do i receive feeds from different websites and display in my > application > actually it has several options as te

[android-developers] Looking for LocationManager use for cycling app

2012-03-06 Thread RedBullet
I am writing an app that will will follow a route on the map, very similar to a car navigation (except that it is following a specific route, not simply trying to get to a location). What I am interested in is what would you recommend regarding which provider to use, and what criteria to use wh

[android-developers] rss Feed

2012-03-06 Thread νιяιη¢нソ
hello everyone, how do i receive feeds from different websites and display in my application actually it has several options as technology , sports . it has sub division in it... thanks in advance. -- You received this message because you are subscribed to the Google Groups "Android Dev

[android-developers] rss Feed

2012-03-06 Thread νιяιη¢нソ
hello everyone, how do i receive feeds from different websites and display in my application actually it has several options as technology , sports . it has sub division in it... thanks in advance. -- You received this message because you are subscribed to the Google Groups "Android Dev

Re: [android-developers] need help on adding custom view to XML file

2012-03-06 Thread Justin Anderson
Are you SURE that the CustomView class is in this package: net.pocketmagic.customangletext? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Mar 6, 2012 at 8:33 AM, TreKing wrote: > On Tue, Mar 6, 2012 at 12:09 AM, chowdary nani > wrote: > >> I am

Re: [android-developers] Please comment on my app's design...

2012-03-06 Thread Mark Murphy
On Tue, Mar 6, 2012 at 12:35 PM, Tom wrote: > The service exists to receive screen state broadcasts even when the app > isn't running (receivers for screen state must be in code -  they can't be > in the app's manifest) Everlasting services, like you are trying to achieve, are an anti-pattern in

[android-developers] In-app-billing experience vs PayPal?

2012-03-06 Thread Mark Wyszomierski
Hi, I've got a multiplayer game where users can play up to 5 games at a time for free. I'd like to offer the option to pay $N to play up to 10 games at a time. This seems likes a perfect use-case for paypal, but it sounds like the marketplace terms forbid this. The 30% cut that marketplace would

[android-developers] Re: Android Gmail Authentica​tion failed

2012-03-06 Thread Ali Chousein
> Send 5 email repeatedly from the code Probably you are classified as a potential spammer. It's not surprise that Google doesn't allow you send e-mails frequently. - Ali Chousein http://www.codeproject.com/KB/android/PayGol-Android.aspx http://weat

[android-developers] Please comment on my app's design...

2012-03-06 Thread Tom
I'm new to Android development and I'm uncertain of the design I've planned for my app... I want to have an appWidget, a service, and a normal app with a few activities and fragments, all of which depend on a single instance of state & logic. The service exists to receive screen state broadcas

[android-developers] Re: Twitter Error

2012-03-06 Thread Ali Chousein
1. Wrong forum. 2. Anyway, look at the following error lines: com.experion.minigolf.utils.MGOAuthRequestTokenTask(2366): oauth.signpost.exception.OAuthNotAuthorizedException: Authorization failed (server replied with a 401). This can happen if the consumer key was not correct or the signatures di

[android-developers] Re: How to Synchronize data on cloud?

2012-03-06 Thread Ali Chousein
Are you synhronizing local data / cache data on your Android device? 1. Define how often you want to run synchronization. E.g. Once a day? Every five minutes? The period will depend on the domain you are working I guess. 2. Use AlarmManager http://developer.android.com/reference/android/app/Alar

Re: [android-developers] Re: How To: Run Multiple Apks in Single Process

2012-03-06 Thread Justin Anderson
According to the dev guide sharing the same user id also allows two applications to run in the same process: http://developer.android.com/guide/topics/manifest/manifest-element.html#uid * "The name of a Linux user ID that will be shared with other applications. By default, Android assigns each app

[android-developers] Re: How To: Run Multiple Apks in Single Process

2012-03-06 Thread Chris Stratton
On Tuesday, March 6, 2012 12:00:57 AM UTC-5, moktarul anam wrote: > > * > * > *in android each application runs in separate process. for data sharing u > look in to service and contentProvider * > The question was probably supposed to be about how to make two apk's share the same userid, somethi

[android-developers] Re: How many people are using ActionBarSherlock?

2012-03-06 Thread Jake Wharton
>From my estimation there are *at least* 100-250 small applications published to Market that are using it. Of course, I only know about the ones people tell me about and can estimate from things like the activity on the Google group. There are a couple of (arguably) big names that also use it w

[android-developers] wonder of face lock: The code is open and complete?

2012-03-06 Thread Neng Chen
hi,all I have got android 4.0 has face lock, when I search the android code, I just have found the code of face lock in application layer, but I did not get any code in "frameworks" or others paths, and it needs "com.android.facelock". Then I ask engineer in QCOM, They said it't part of GMS whic

[android-developers] how dose face lock works?

2012-03-06 Thread Neng Chen
hi,all I have got android 4.0 has face lock, when I search the android code, I just have found the code of face lock in application layer, but I did not get any code in "frameworks" or others paths, and it needs "com.android.facelock". Then I ask engineer in QCOM, They said it't part of GMS which s

Re: [android-developers] how to load images from web quickly in gridview

2012-03-06 Thread TreKing
On Tue, Mar 6, 2012 at 4:52 AM, ravi . wrote: > Can any one help? Check the Android Developer blog. I believe there was a post on this exact topic. - TreKing

Re: [android-developers] page navigation

2012-03-06 Thread TreKing
On Tue, Mar 6, 2012 at 1:33 AM, rajesh wrote: > Can any one help me to do the page navigation step by step?. http://www.catb.org/~esr/faqs/smart-questions.html - TreKing

Re: [android-developers] Database Problem

2012-03-06 Thread TreKing
http://www.catb.org/~esr/faqs/smart-questions.html - TreKing - Chicago transit tracking app for Android-powered devices -- You received this messag

[android-developers] EditText not Accepting Soft Keyboard Input from Supporting Activity

2012-03-06 Thread Dancing Fingers
Hi guys, My default activity is a game so I didn't include Soft Keyboard dialog in this activity. One feature of my app is to email game results to friends in a supporting activity. This activity has several EditText widgets but it gets stuck in the first email/textedit widget. The widget appear

Re: [android-developers] How to use custom listview in ViewPagerIndicator ?

2012-03-06 Thread Walaa Mahmoud
I'm making custom listview for rss feed so i want to know how to implement custom listview in ViewPagerIndicator as i don't make it extend activity i searched for that but didn't find something useful On Tue, Mar 6, 2012 at 5:22 PM, AndroidGirl8 wrote: > Hi > i'm trying to use custom listview in

Re: [android-developers] need help on adding custom view to XML file

2012-03-06 Thread TreKing
On Tue, Mar 6, 2012 at 12:09 AM, chowdary nani wrote: > I am working on adding custom view to xml file > following is my code when i am executing my code i am getting null > pointer exception > Debug your app, then fix whatever is causing your exception. At the very least, post a stacktrace so w

Re: [android-developers] Map Marker Overlay - URGENT

2012-03-06 Thread TreKing
On Mon, Mar 5, 2012 at 10:25 PM, Krishna Kumaar Natarajan < nikrish...@gmail.com> wrote: > Should HelloItemizedOverlay.java and GoogleMapActivity.java be in same > package ? > Sure, why not? > Even after doing that, my application is force closing :( > Debug your app. There is a whole section

[android-developers] How to use custom listview in ViewPagerIndicator ?

2012-03-06 Thread AndroidGirl8
Hi i'm trying to use custom listview in viewpagerIndicator of jake wharton but i can't figure out how to do it and i feel like i miss understanding some thing is it right that i use only one activity for every page or for 3 pages i use on activity ? Thanks -- You received this message becau

[android-developers] question about fragment's

2012-03-06 Thread Daniel Rindt
Hello, i built up all contents in a app with fragments, followed the tutorial of the example with the article click listener to replace the fragment through another one. To explain i try to implement a wizard with multiple steps to finish it. By invoking transaction.replace(R.id.wizard_content,

  1   2   >